{
  "issueNumber": 283,
  "issueUrl": "https://github.com/mgifford/open-scans/issues/283",
  "issueTitle": "SCAN: Belgium municipalities (BE-WHT)",
  "scanTitle": "Belgium municipalities (BE-WHT)",
  "submittedBy": "julezrulez",
  "engines": [
    "axe",
    "equalaccess"
  ],
  "scannedAt": "2026-05-06T03:45:37.583Z",
  "totalElapsedMs": 855560,
  "totalSubmitted": 69,
  "acceptedCount": 69,
  "scannedCount": 69,
  "skippedDueToTimeout": 0,
  "skippedDueToErrAborted": 0,
  "rejectedCount": 0,
  "rejected": [],
  "alfaTotals": {
    "passed": 0,
    "failed": 0,
    "cantTell": 0,
    "inapplicable": 0
  },
  "axeTotals": {
    "passed": 88077,
    "failed": 1946,
    "cantTell": 2301,
    "inapplicable": 3124
  },
  "equalAccessTotals": {
    "passed": 243720,
    "failed": 7100,
    "uniqueFailed": 4978,
    "duplicates": 2122,
    "cantTell": 3858,
    "inapplicable": 0
  },
  "accesslintTotals": {
    "passed": 0,
    "failed": 0,
    "uniqueFailed": 0,
    "duplicates": 0,
    "cantTell": 0,
    "inapplicable": 0
  },
  "qualwebTotals": {
    "passed": 0,
    "failed": 0,
    "cantTell": 0,
    "inapplicable": 0
  },
  "duplicateFindingTotals": 2131,
  "darkModeUrlCount": 0,
  "reducedMotionUrlCount": 36,
  "highContrastUrlCount": 0,
  "forcedColorsUrlCount": 2,
  "reducedTransparencyUrlCount": 0,
  "results": [
    {
      "submittedUrl": "https://www.aiseau-presles.be/",
      "finalUrl": "https://www.aiseau-presles.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Aiseau-Presles",
      "elapsedMs": 13270,
      "error": null,
      "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": 794,
          "failed": 77,
          "cantTell": 16,
          "inapplicable": 51
        },
        "failedRules": [
          "aria-hidden-focus",
          "color-contrast",
          "heading-order",
          "landmark-one-main",
          "link-name",
          "meta-viewport",
          "page-has-heading-one",
          "region"
        ],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-conditional-attr",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "frame-tested",
          "frame-title",
          "frame-title-unique",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "landmark-contentinfo-is-top-level",
          "landmark-no-duplicate-contentinfo",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport-large",
          "nested-interactive",
          "presentation-role-conflict",
          "region",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "aria-hidden-focus",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".clone[aria-hidden=\"true\"]:nth-child(1)",
            "html": "<li class=\"clone\" aria-hidden=\"true\" style=\"width: 865px; float: left; display: block;\">",
            "message": "ARIA hidden element must not be focusable or contain focusable elements",
            "fixSummary": "Fix all of the following:\n  Focusable content should have tabindex=\"-1\" or be removed from the DOM",
            "relatedPaths": [
              ".clone[aria-hidden=\"true\"]:nth-child(1) > .linkimg",
              ".clone[aria-hidden=\"true\"]:nth-child(1) > .flex-caption > .flex-caption-inner > h2 > a",
              ".clone[aria-hidden=\"true\"]:nth-child(1) > .flex-caption > .flex-caption-inner > p > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "76c0bd98ed89",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-48676e3f"
          },
          {
            "rule": "aria-hidden-focus",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".clone[aria-hidden=\"true\"]:nth-child(10)",
            "html": "<li style=\"width: 865px; float: left; display: block;\" class=\"clone\" aria-hidden=\"true\">",
            "message": "ARIA hidden element must not be focusable or contain focusable elements",
            "fixSummary": "Fix all of the following:\n  Focusable content should have tabindex=\"-1\" or be removed from the DOM",
            "relatedPaths": [
              ".clone[aria-hidden=\"true\"]:nth-child(10) > .linkimg",
              ".clone[aria-hidden=\"true\"]:nth-child(10) > .flex-caption > .flex-caption-inner > h2 > a",
              ".clone[aria-hidden=\"true\"]:nth-child(10) > .flex-caption > .flex-caption-inner > p > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c1b0f782680",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1db1c37b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".albums-container > h2",
            "html": "<h2>Photos</h2>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.38 (foreground color: #333333, background color: #0073a1, font size: 21.6pt (28.8px), font weight: normal). Expected contrast ratio of 3:1",
            "relatedPaths": [
              "#multimediaviewlet"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a0752e403ac",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ea92ec27"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".link-all",
            "html": "<a class=\"link-all\" href=\"https://www.aiseau-presles.be/albums/index\">\n                Voir tous les albums\n        </a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.38 (foreground color: #333333, background color: #0073a1, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#multimediaviewlet"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c67f751e32c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3f6b4160"
          },
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".portlet-static-administration > h5",
            "html": "<h5>Administration Communale<br>\nd'Aiseau-Presles</h5>",
            "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": "6e5425637a29",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-250dadf0"
          },
          {
            "rule": "landmark-one-main",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "html",
            "html": "<html lang=\"fr\" xml:lang=\"fr\" xmlns=\"http://www.w3.org/19...\" class=\"js flexbox canvas ca...\">",
            "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": "9112467a3502",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b00be0"
          },
          {
            "rule": "landmark-one-main",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "iframe",
            "html": "<html><head></head><body marginwidth=\"0\" marginheight=\"0\"></body></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": "40efdaef5c98",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e6b8472e"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "li:nth-child(2) > .flex-caption > .flex-caption-inner > p > a",
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/pollec/publications/rendez-vous-en-terre-agricole\"></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": "96380bc91097",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-84222fbc"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".flex-active-slide > .flex-caption > .flex-caption-inner > p > a",
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/plan-de-cohesion-sociale-pcs-animation-citoyennete/publications/permanence-du-spf-securite-sociale-changement-de-date\"></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": "4eccc9ecae27",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-282882aa"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "li:nth-child(4) > .flex-caption > .flex-caption-inner > p > a",
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/administration-generale/publications/prets-ensemble-a-toute-situation-d2019urgence\"></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": "7c6207e36102",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-198a52dd"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "li:nth-child(5) > .flex-caption > .flex-caption-inner > p > a",
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/tourisme/publications/aiseau-presles-obtient-le-label-1-fleur\"></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": "1b4b1c3b9190",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9076d1c7"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "li:nth-child(6) > .flex-caption > .flex-caption-inner > p > a",
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/plan-de-cohesion-sociale-pcs-animation-citoyennete/publications/stages-atl-2026-de-printemps.pdf\"></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": "fc28fd8880c5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-67cfaece"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "li:nth-child(7) > .flex-caption > .flex-caption-inner > p > a",
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/plan-de-cohesion-sociale-pcs-animation-citoyennete/publications/blocus-un-accompagnement-numerique-pour-les-etudiants\"></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": "fa8f5271ef81",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f46e3eb5"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "li:nth-child(8) > .flex-caption > .flex-caption-inner > p > a",
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/finances/publications/avertissements-extraits-de-role-passez-au-format-digital-avec-my-ebox\"></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": "114ef8c30d41",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-acfe6281"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "li:nth-child(9) > .flex-caption > .flex-caption-inner > p > a",
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/administration-generale/publications/fermeture-de-l2019administration-communale\"></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": "09f162f3537d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c33001f2"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".portlet-static-icones-horizontal > ul > li:nth-child(6) > a",
            "html": "<a href=\"https://www.aiseau-presles.be/job\"><img alt=\"\" src=\"https://www.aiseau-presles.be/job/image-job-site-300-x-300-px.jpg/@@images/f432f4fc-e99c-4047-948a-a6893958639c.jpeg\" title=\"image job site (300 x 300 px)\"></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": "70c03571f236",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6cde3122"
          },
          {
            "rule": "meta-viewport",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport?application=playwright",
            "impact": "moderate",
            "wcagSc": [
              "wcag2aa",
              "wcag144"
            ],
            "xpath": "meta[name=\"viewport\"]",
            "html": "<meta content=\"width=device-width, minimum-scale=1.0, maximum-scale=1.0\" name=\"viewport\">",
            "message": "Zooming and scaling must not be disabled",
            "fixSummary": "Fix any of the following:\n  maximum-scale on <meta> tag disables zooming on mobile devices",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "34ee0f9ad04c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-98527d57"
          },
          {
            "rule": "page-has-heading-one",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "html",
            "html": "<html lang=\"fr\" xml:lang=\"fr\" xmlns=\"http://www.w3.org/19...\" class=\"js flexbox canvas ca...\">",
            "message": "Page should contain a level-one heading",
            "fixSummary": "Fix all of the following:\n  Page must have a level-one heading",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e8f3775ff4e3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ee8d7590"
          },
          {
            "rule": "page-has-heading-one",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "iframe",
            "html": "<html><head></head><body marginwidth=\"0\" marginheight=\"0\"></body></html>",
            "message": "Page should contain a level-one heading",
            "fixSummary": "Fix all of the following:\n  Page must have a level-one heading",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1e7af1cbac00",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dadc1ce2"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#gdpr-consent-banner > span",
            "html": "<span>Ce site utilise des cookies pour vous fournir une expérience optimale (lecture de vidéos, affichage de plans et de contenus issus des réseaux sociaux notamment).</span>",
            "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": "821aacfca9a1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-10afa511"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "a[rel=\"#pb_4\"]",
            "html": "<a href=\"https://www.aiseau-presles.be/@@consent\" rel=\"#pb_4\" class=\"link-overlay\" style=\"cursor: pointer;\">En savoir plus et personnaliser</a>",
            "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": "ad95db59de60",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b9a13803"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#top-actions",
            "html": "<div id=\"top-actions\">",
            "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": "f397a7b03c71",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-611321ac"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#top-logo",
            "html": "<div id=\"top-logo\">",
            "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": "b68a81b21954",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ab469cd8"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".hiddenStructure:nth-child(3)",
            "html": "<p class=\"hiddenStructure\">\n<a accesskey=\"2\" href=\"https://www.aiseau-presles.be/#content\">Aller au contenu.</a> |\n\n  <a accesskey=\"6\" href=\"https://www.aiseau-presles.be/#portal-globalnav\">Aller à la navigation</a>\n</p>",
            "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": "e486e063d8e2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8b4cab70"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".hiddenStructure:nth-child(4)",
            "html": "<p class=\"hiddenStructure\">Navigation</p>",
            "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": "6e76f43b6976",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-70bfdf1d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#top-navigation-inner > h5",
            "html": "<h5 class=\"hiddenStructure\">Navigation</h5>",
            "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": "bbbac7631237",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-427eb079"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .flex-viewport > .slides > li:nth-child(2) > .linkimg",
            "html": "<a class=\"linkimg\" href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/pollec/publications/rendez-vous-en-terre-agricole\">",
            "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": "5637aeed02de",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8c5ec462"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .flex-viewport > .slides > li:nth-child(2) > .flex-caption",
            "html": "<div class=\"flex-caption\">",
            "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": "e5d53b68a8eb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ad3cd701"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .flex-viewport > .slides > .flex-active-slide > .linkimg",
            "html": "<a class=\"linkimg\" href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/plan-de-cohesion-sociale-pcs-animation-citoyennete/publications/permanence-du-spf-securite-sociale-changement-de-date\">",
            "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": "fea5fb6cddd3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-44df24bc"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .flex-viewport > .slides > .flex-active-slide > .flex-caption",
            "html": "<div class=\"flex-caption\">",
            "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": "776912a95e97",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c682a975"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .flex-viewport > .slides > li:nth-child(4) > .linkimg",
            "html": "<a class=\"linkimg\" href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/administration-generale/publications/prets-ensemble-a-toute-situation-d2019urgence\">",
            "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": "09fd5d5dce03",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-81b7c4bd"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .flex-viewport > .slides > li:nth-child(4) > .flex-caption",
            "html": "<div class=\"flex-caption\">",
            "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": "ddd831bbb76f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b04e5bb7"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .flex-viewport > .slides > li:nth-child(5) > .linkimg",
            "html": "<a class=\"linkimg\" href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/tourisme/publications/aiseau-presles-obtient-le-label-1-fleur\">",
            "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": "9db4fb51ff4e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7edf06c4"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .flex-viewport > .slides > li:nth-child(5) > .flex-caption",
            "html": "<div class=\"flex-caption\">",
            "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": "038aa31d1e1d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-84060304"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .flex-viewport > .slides > li:nth-child(6) > .linkimg",
            "html": "<a class=\"linkimg\" href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/plan-de-cohesion-sociale-pcs-animation-citoyennete/publications/stages-atl-2026-de-printemps.pdf\">",
            "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": "1b5bdc0fcb29",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-48dd9223"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .flex-viewport > .slides > li:nth-child(6) > .flex-caption",
            "html": "<div class=\"flex-caption\">",
            "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": "53060b936e57",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7aaf92f9"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .flex-viewport > .slides > li:nth-child(7) > .linkimg",
            "html": "<a class=\"linkimg\" href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/plan-de-cohesion-sociale-pcs-animation-citoyennete/publications/blocus-un-accompagnement-numerique-pour-les-etudiants\">",
            "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": "ff189c307c41",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-175b0add"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .flex-viewport > .slides > li:nth-child(7) > .flex-caption",
            "html": "<div class=\"flex-caption\">",
            "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": "7f5b3f700fdd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8284d807"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .flex-viewport > .slides > li:nth-child(8) > .linkimg",
            "html": "<a class=\"linkimg\" href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/finances/publications/avertissements-extraits-de-role-passez-au-format-digital-avec-my-ebox\">",
            "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": "533cb89aa29d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-120b7728"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .flex-viewport > .slides > li:nth-child(8) > .flex-caption",
            "html": "<div class=\"flex-caption\">",
            "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": "1eb252c44e74",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-388cf473"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "li:nth-child(9) > .linkimg",
            "html": "<a class=\"linkimg\" href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/administration-generale/publications/fermeture-de-l2019administration-communale\">",
            "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": "44b59ab57d82",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9e3dd13f"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "li:nth-child(9) > .flex-caption",
            "html": "<div class=\"flex-caption\">",
            "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": "380f46f29bcf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fbcaf746"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .flex-direction-nav",
            "html": "<ul class=\"flex-direction-nav\"><li><a class=\"flex-prev\" href=\"#\">Previous</a></li><li><a class=\"flex-next\" href=\"#\">Next</a></li></ul>",
            "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": "024702bf8a01",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1465ed13"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#carousel-a-la-une > .flex-viewport > .slides > .flex-active-slide > .linkimg",
            "html": "<a class=\"linkimg \" href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/pollec/publications/rendez-vous-en-terre-agricole\">",
            "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": "47efca54a35a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cdf19519"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#carousel-a-la-une > .flex-viewport > .slides > .flex-active-slide > .flex-caption",
            "html": "<div class=\"flex-caption\">\n<div class=\"flex-caption-inner\">\n<h2>\n<a class=\"\" href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/pollec/publications/rendez-vous-en-terre-agricole\">Rendez-vous en terre agricole !</a>\n</h2>\n</div>\n</div>",
            "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": "d7a062e9606d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b386a77c"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#carousel-a-la-une > .flex-viewport > .slides > li:nth-child(2) > .linkimg",
            "html": "<a class=\"linkimg \" href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/plan-de-cohesion-sociale-pcs-animation-citoyennete/publications/permanence-du-spf-securite-sociale-changement-de-date\">",
            "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": "618cf31513b9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0973ff89"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#carousel-a-la-une > .flex-viewport > .slides > li:nth-child(2) > .flex-caption",
            "html": "<div class=\"flex-caption\">",
            "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": "64bc2d6f30d2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-48737fab"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#carousel-a-la-une > .flex-viewport > .slides > li:nth-child(3) > .linkimg",
            "html": "<a class=\"linkimg \" href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/administration-generale/publications/prets-ensemble-a-toute-situation-d2019urgence\">",
            "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": "9bf09a5a3668",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dd5a0924"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#carousel-a-la-une > .flex-viewport > .slides > li:nth-child(3) > .flex-caption",
            "html": "<div class=\"flex-caption\">\n<div class=\"flex-caption-inner\">\n<h2>\n<a class=\"\" href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/administration-generale/publications/prets-ensemble-a-toute-situation-d2019urgence\">Prêts ensemble à toute situation d’urgence</a>\n</h2>\n</div>\n</div>",
            "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": "0416768e29e2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4bd9c8e6"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#carousel-a-la-une > .flex-viewport > .slides > li:nth-child(4) > .linkimg",
            "html": "<a class=\"linkimg \" href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/tourisme/publications/aiseau-presles-obtient-le-label-1-fleur\">",
            "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": "1c2509e23b1a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f51de6cd"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#carousel-a-la-une > .flex-viewport > .slides > li:nth-child(4) > .flex-caption",
            "html": "<div class=\"flex-caption\">\n<div class=\"flex-caption-inner\">\n<h2>\n<a class=\"\" href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/tourisme/publications/aiseau-presles-obtient-le-label-1-fleur\">Aiseau-Presles obtient le label « 1 Fleur »</a>\n</h2>\n</div>\n</div>",
            "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": "431a88392134",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-362fca44"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#carousel-a-la-une > .flex-viewport > .slides > li:nth-child(5) > .linkimg",
            "html": "<a class=\"linkimg \" href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/plan-de-cohesion-sociale-pcs-animation-citoyennete/publications/stages-atl-2026-de-printemps.pdf\">",
            "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": "7239e73bb330",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d59ecb56"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#carousel-a-la-une > .flex-viewport > .slides > li:nth-child(5) > .flex-caption",
            "html": "<div class=\"flex-caption\">\n<div class=\"flex-caption-inner\">\n<h2>\n<a class=\"\" href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/plan-de-cohesion-sociale-pcs-animation-citoyennete/publications/stages-atl-2026-de-printemps.pdf\">Stages de printemps</a>\n</h2>\n</div>\n</div>",
            "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": "19e17ce5fe78",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d51d2081"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#carousel-a-la-une > .flex-viewport > .slides > li:nth-child(6) > .linkimg",
            "html": "<a class=\"linkimg \" href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/plan-de-cohesion-sociale-pcs-animation-citoyennete/publications/blocus-un-accompagnement-numerique-pour-les-etudiants\">",
            "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": "7f5ba604ad4e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-81240767"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#carousel-a-la-une > .flex-viewport > .slides > li:nth-child(6) > .flex-caption",
            "html": "<div class=\"flex-caption\">",
            "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": "983386bdd90c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fa9e9e14"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#carousel-a-la-une > .flex-viewport > .slides > li:nth-child(7) > .linkimg",
            "html": "<a class=\"linkimg \" href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/finances/publications/avertissements-extraits-de-role-passez-au-format-digital-avec-my-ebox\">",
            "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": "62a54a12ad39",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e9545364"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#carousel-a-la-une > .flex-viewport > .slides > li:nth-child(7) > .flex-caption",
            "html": "<div class=\"flex-caption\">",
            "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": "718242b8f0f4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-09d7f0d6"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#carousel-a-la-une > .flex-viewport > .slides > li:nth-child(8) > .linkimg",
            "html": "<a class=\"linkimg \" href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/administration-generale/publications/fermeture-de-l2019administration-communale\">",
            "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": "2ced9bea69e8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fd202fb2"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#carousel-a-la-une > .flex-viewport > .slides > li:nth-child(8) > .flex-caption",
            "html": "<div class=\"flex-caption\">\n<div class=\"flex-caption-inner\">\n<h2>\n<a class=\"\" href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/administration-generale/publications/fermeture-de-l2019administration-communale\">Fermeture de l’administration communale</a>\n</h2>\n</div>\n</div>",
            "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": "a9cb2c1ec598",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fcc8a043"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#carousel-a-la-une > .flex-direction-nav",
            "html": "<ul class=\"flex-direction-nav\"><li><a class=\"flex-prev flex-disabled\" href=\"#\" tabindex=\"-1\">Previous</a></li><li><a class=\"flex-next\" href=\"#\">Next</a></li></ul>",
            "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": "2040a3a0ce71",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-00e16bd7"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-2 > .titre-rss > .titre",
            "html": "<a class=\"titre\" href=\"https://www.aiseau-presles.be/actualites/index\">\n<h2>Actualités</h2>\n</a>",
            "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": "01064d19a356",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bd2f0163"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-2 > .results.parsable-content",
            "html": "<div class=\"results parsable-content\">",
            "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": "999011767bed",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-88ff3f6a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-2 > .voir-tout-content",
            "html": "<div class=\"voir-tout-content\">\n<a class=\"voir-tout\" href=\"https://www.aiseau-presles.be/actualites/index\">\n                       Voir l'ensemble des actualités\n                      </a>\n</div>",
            "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": "5e15070a9b42",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ec934e18"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-3 > .titre-rss > .titre",
            "html": "<a class=\"titre\" href=\"https://www.aiseau-presles.be/evenements/index\">\n<h2>Événements</h2>\n</a>",
            "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": "c026d26b79b7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1b86520d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-3 > .results.parsable-content",
            "html": "<div class=\"results parsable-content\">",
            "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": "b8bd65c04d29",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c8a5ffa1"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-3 > .voir-tout-content",
            "html": "<div class=\"voir-tout-content\">\n<a class=\"voir-tout\" href=\"https://www.aiseau-presles.be/evenements/index\">\n                       Voir l'ensemble des Événements\n                      </a>\n</div>",
            "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": "d84f94e11e77",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7cc37511"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-4 > .titre-rss > .titre",
            "html": "<a class=\"titre\" href=\"https://www.aiseau-presles.be/valves-communales/valves-communales\">\n<h2>Valves communales</h2>\n</a>",
            "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": "3380db2edacc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-90435234"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-4 > .results.parsable-content",
            "html": "<div class=\"results parsable-content\">",
            "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": "3b1a86cd6651",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d7f3459e"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-4 > .voir-tout-content",
            "html": "<div class=\"voir-tout-content\">\n<a class=\"voir-tout\" href=\"https://www.aiseau-presles.be/valves-communales/valves-communales\">\n                       Voir l'ensemble des valves communales\n                      </a>\n</div>",
            "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": "d0153e12d0b0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1afa911b"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#viewlet-below-content",
            "html": "<div id=\"viewlet-below-content\">",
            "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": "59e298770e1c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9d21505d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#portletwrapper-706c6f6e652e7269676874636f6c756d6e0a636f6e746578740a2f616973656175707265736c65730a706f72746c65745f737461746963",
            "html": "<div class=\"portletWrapper\" data-portlethash=\"706c6f6e652e7269676874636f6c756d6e0a636f6e746578740a2f616973656175707265736c65730a706f72746c65745f737461746963\" id=\"portletwrapper-706c6f6e652e7269676874636f6c756d6e0a636f6e746578740a2f616973656175707265736c65730a706f72746c65745f737461746963\">",
            "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": "2e64c0722a41",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-286ca135"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".portlet-static-icones-horizontal > ul > li:nth-child(1)",
            "html": "<li><a href=\"https://www.aiseau-presles.be/ma-commune/vie-politique/conseil-communal\">Conseil Communal </a></li>",
            "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": "8b9e4ec9d5f7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-19a74371"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".portlet-static-icones-horizontal > ul > li:nth-child(2)",
            "html": "<li><a href=\"https://aiseaupresles.guichet-citoyen.be/\">E-Guichet </a></li>",
            "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": "4a8ce06d7344",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ec73a3d0"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".portlet-static-icones-horizontal > ul > li:nth-child(3)",
            "html": "<li><a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/environnement/tout-sur-vos-dechets\">Tout sur vos déchets </a></li>",
            "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": "94f1c3a71334",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8302abac"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".portlet-static-icones-horizontal > ul > li:nth-child(4)",
            "html": "<li><a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/environnement/covoiturage\">Covoiturage </a></li>",
            "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": "0a13f7ba93a7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-07d062c5"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".portlet-static-icones-horizontal > ul > li:nth-child(5)",
            "html": "<li><a href=\"https://www.aiseau-presles.be/ma-commune/autres-services/numeros-durgence\">Numéros d'urgence </a></li>",
            "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": "5ae148f97e8d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-085407f4"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".gdpr-iframe-message",
            "html": "<div class=\"gdpr-iframe-message\">Cette fonctionnalité nécessite l'acceptation des cookies.<br><a class=\"consent-link link-overlay\" href=\"https://www.aiseau-presles.be/@@consent\" rel=\"#pb_2\" style=\"cursor: pointer;\">Modifier vos préférences en matière de cookies</a>.</div>",
            "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": "b8c68a95e5df",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-28b1c3a9"
          }
        ],
        "outcomeCount": 938,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 77
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2966,
          "failed": 117,
          "cantTell": 57,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_attribute_valid",
          "aria_attribute_value_valid",
          "aria_content_in_landmark",
          "aria_contentinfo_misuse",
          "aria_hidden_nontabbable",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "frame_src_valid",
          "heading_content_exists",
          "html_lang_exists",
          "html_skipnav_exists",
          "img_alt_null",
          "input_label_visible",
          "style_color_misuse",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient",
          "widget_tabbable_exists"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "22e22d7fee0e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9ad5fff9"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style>",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ae6635426dd9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b81717"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c7c7e5022922",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e265f0664967",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-62a9622d"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dabdeeb95b72",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1b601da8"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a style=\"cursor: pointer;\" class=\"link-overlay\" rel=\"#pb_4\" href=\"https://www.aiseau-presles.be/@@consent\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed5a9dfec95b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0ea866cc"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff823f6d7c08",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ddecc5e3"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5fdb114758a0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c8dbfadd"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p class=\"hiddenStructure\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "703803ec2ad3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4681057b"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a style=\"cursor: pointer;\" class=\"link-overlay\" rel=\"#pb_1\" id=\"personaltools-login\" href=\"https://www.aiseau-presles.be/login\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd1ac05ce56f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bb69d08e"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a style=\"cursor: pointer;\" class=\"link-overlay\" rel=\"#pb_1\" id=\"personaltools-login\" href=\"https://www.aiseau-presles.be/login\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be158952f9db",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-272c2a1a"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a title=\"Aiseau-Presles\" id=\"portal-logo\" href=\"https://www.aiseau-presles.be\" accesskey=\"1\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ade18b61401",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8f0e4c2a"
          },
          {
            "rule": "aria_attribute_value_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-ma-commune\" class=\"theme1 plain\">",
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ec269ceca69",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-79088b70"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-ma-commune\" class=\"theme1 plain\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bc091552137b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-602ea610"
          },
          {
            "rule": "aria_attribute_value_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-loisirs\" class=\"theme2 plain\">",
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ad19a3b1120",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-298c5956"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-loisirs\" class=\"theme2 plain\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "36c918bd7fd6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-677a26dd"
          },
          {
            "rule": "aria_attribute_value_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-economie\" class=\"theme3 plain\">",
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c02c31bd4894",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c2da2793"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-economie\" class=\"theme3 plain\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ccd42def8dc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6e65f609"
          },
          {
            "rule": "aria_attribute_value_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-search\">",
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "837995e1a673",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0cb4ff67"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-search\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d23240912145",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2a60071f"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p class=\"hiddenStructure\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.aiseau-presles.be/#content\" accesskey=\"2\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f6a1f5999205",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-704e473f"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.aiseau-presles.be/#portal-globalnav\" accesskey=\"6\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e1f9f07faa76",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e63108e0"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul style=\"width: 2000%; transition-duration: 0s; transform: translate3d(-502px, 0px, 0px);\" class=\"slides\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a26750ebb1b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cb188c90"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/administration-generale/publications/fermeture-de-l2019administration-communale\" class=\"linkimg\">",
            "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "892a5d0a2ca8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ccb891a6"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/administration-generale/publications/fermeture-de-l2019administration-communale\" class=\"linkimg\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "66adfc159d92",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6e85d074"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c8fa5bd1a963",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d8cc0148"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/administration-generale/publications/fermeture-de-l2019administration-communale\">",
            "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e9fdbf8c1296",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-19c71d85"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/administration-generale/publications/fermeture-de-l2019administration-communale\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9051cc6a31db",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-68ecb4fb"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/administration-generale/publications/fermeture-de-l2019administration-communale\">",
            "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/administration-generale/publications/fermeture-de-l2019administration-communale\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/pollec/publications/rendez-vous-en-terre-agricole\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d5ed96734ed",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4e1f2e73"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/pollec/publications/rendez-vous-en-terre-agricole\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ffa76d33439",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-95d89990"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/plan-de-cohesion-sociale-pcs-animation-citoyennete/publications/permanence-du-spf-securite-sociale-changement-de-date\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d41fb8fed231",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bddf3dd2"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/plan-de-cohesion-sociale-pcs-animation-citoyennete/publications/permanence-du-spf-securite-sociale-changement-de-date\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a23c4a8e70d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b896c94d"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/administration-generale/publications/prets-ensemble-a-toute-situation-d2019urgence\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71eb195a8f4c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-da902ea9"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/administration-generale/publications/prets-ensemble-a-toute-situation-d2019urgence\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6fc4265d0f62",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1edc3546"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/tourisme/publications/aiseau-presles-obtient-le-label-1-fleur\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d4e2da85d201",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6cc4c9d7"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/tourisme/publications/aiseau-presles-obtient-le-label-1-fleur\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9df71076551b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f3feed4a"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/plan-de-cohesion-sociale-pcs-animation-citoyennete/publications/stages-atl-2026-de-printemps.pdf\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "021802d19106",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-abda6d78"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/plan-de-cohesion-sociale-pcs-animation-citoyennete/publications/stages-atl-2026-de-printemps.pdf\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7da744be3885",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dbccdf7f"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/plan-de-cohesion-sociale-pcs-animation-citoyennete/publications/blocus-un-accompagnement-numerique-pour-les-etudiants\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b769d9bc004",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d7812885"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/plan-de-cohesion-sociale-pcs-animation-citoyennete/publications/blocus-un-accompagnement-numerique-pour-les-etudiants\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cfd08ff22d61",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d4c5f276"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/finances/publications/avertissements-extraits-de-role-passez-au-format-digital-avec-my-ebox\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "08ed7ce88783",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c74b08c2"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/finances/publications/avertissements-extraits-de-role-passez-au-format-digital-avec-my-ebox\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6515656872ea",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5e09ae47"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/administration-generale/publications/fermeture-de-l2019administration-communale\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/administration-generale/publications/fermeture-de-l2019administration-communale\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18d6e5c47304",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4436e0cc"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/pollec/publications/rendez-vous-en-terre-agricole\" class=\"linkimg\">",
            "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "87b91fc44c3b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c55556f4"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/pollec/publications/rendez-vous-en-terre-agricole\">",
            "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8a727fa62a3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-113be8c0"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/pollec/publications/rendez-vous-en-terre-agricole\">",
            "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/pollec/publications/rendez-vous-en-terre-agricole\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\"flex-direction-nav\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "287f9531fc34",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2dbefb96"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul style=\"width: 1600%; transition-duration: 0s; transform: translate3d(0px, 0px, 0px);\" class=\"slides\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f4d4910ccf2c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cfd72684"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/pollec/publications/rendez-vous-en-terre-agricole\" class=\"linkimg \">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1e2109099df2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7634a193"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/pollec/publications/rendez-vous-en-terre-agricole\" class=\"\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "84b2dc8c6e1d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-44ac9a2c"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/plan-de-cohesion-sociale-pcs-animation-citoyennete/publications/permanence-du-spf-securite-sociale-changement-de-date\" class=\"linkimg \">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7cc29f82155a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b1466d1d"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/plan-de-cohesion-sociale-pcs-animation-citoyennete/publications/permanence-du-spf-securite-sociale-changement-de-date\" class=\"\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c98d4b5d6105",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-54640ab0"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/administration-generale/publications/prets-ensemble-a-toute-situation-d2019urgence\" class=\"linkimg \">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "12472f83d05d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b849b93d"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/administration-generale/publications/prets-ensemble-a-toute-situation-d2019urgence\" class=\"\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "37925cfc1438",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e591f833"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/tourisme/publications/aiseau-presles-obtient-le-label-1-fleur\" class=\"linkimg \">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d402fc84096",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e6f398e7"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/tourisme/publications/aiseau-presles-obtient-le-label-1-fleur\" class=\"\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "80ce552f40ba",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c97f51d7"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/plan-de-cohesion-sociale-pcs-animation-citoyennete/publications/stages-atl-2026-de-printemps.pdf\" class=\"linkimg \">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8539483c0f9a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a251364e"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/plan-de-cohesion-sociale-pcs-animation-citoyennete/publications/stages-atl-2026-de-printemps.pdf\" class=\"\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b5ba4aa7c316",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7fef63d8"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/plan-de-cohesion-sociale-pcs-animation-citoyennete/publications/blocus-un-accompagnement-numerique-pour-les-etudiants\" class=\"linkimg \">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "012eb012e2df",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d877176b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/plan-de-cohesion-sociale-pcs-animation-citoyennete/publications/blocus-un-accompagnement-numerique-pour-les-etudiants\" class=\"\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d3cf3758b7ec",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-aa322ece"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\"flex-direction-nav\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "widget_tabbable_exists",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"#\" class=\"flex-prev flex-disabled\">",
            "message": "Component with \"link\" role does not have a tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "812c8913ec70",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-98904c45"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"#\" class=\"flex-next\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5a75ad18b8d8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-56d72d39"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.aiseau-presles.be/actualites/index\" class=\"titre\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e956650a811c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1e2d6bdf"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\" standard-results\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "276d8f88fa5f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4a9e0863"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d6b99fc6884d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2989ad96"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.aiseau-presles.be/actualites/index\" class=\"voir-tout\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2058c9187ded",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e5d8215e"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.aiseau-presles.be/evenements/index\" class=\"titre\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "309ec7393bf2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e215da7e"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\" standard-results\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.aiseau-presles.be/evenements/index\" class=\"voir-tout\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf742ece0746",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e9b4053d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.aiseau-presles.be/valves-communales/valves-communales\" class=\"titre\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6537b240fb76",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c0776055"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\" standard-results\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.aiseau-presles.be/valves-communales/valves-communales\" class=\"voir-tout\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9417583e0ba7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b2fb59bb"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "40459e4bf83a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f9d40766"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2>",
            "message": "Text contrast of 2.39 with its background is less than the WCAG AA minimum requirements for text of size 28.8px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c41911820438",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9c97642b"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\"albums\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7747558e914b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-497cc1db"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\"albums\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f2c3bc6e771c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a86234de"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img width=\"245\" title=\"AP Slogan Couleur Synthese\" src=\"https://www.aiseau-presles.be/images/ap-slogan-couleur-synthese.jpg/@@images/e46e592d-e41c-4bd8-b087-cdac8f8fd17d.jpeg\" height=\"27\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6767d77b8a0b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-efac22ec"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text 'd'Aiseau-Presles' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "100d71a012de",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-94d3c6bd"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"tel:+3271260611\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f449eb25a7c7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f5505394"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"tel:+3271260611\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "81ef5ff3864d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7e9829b0"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/horaires\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ab1e7e4a81c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4406bd6d"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/horaires\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a02ba925cd1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-04b5708f"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d9baead4b330",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6e7f9087"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/vie-politique/conseil-communal\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bbc31119dfb7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3c167dc4"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://aiseaupresles.guichet-citoyen.be/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c06a5812cd04",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a33f95e1"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/environnement/tout-sur-vos-dechets\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf1376b8a779",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-705db5ac"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/environnement/covoiturage\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9307fed94574",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9899f8c0"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.aiseau-presles.be/job\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b486a06b824",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-13cad7af"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img title=\"image job site (300 x 300 px)\" src=\"https://www.aiseau-presles.be/job/image-job-site-300-x-300-px.jpg/@@images/f432f4fc-e99c-4047-948a-a6893958639c.jpeg\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd646672590f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e4e53906"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<iframe width=\"0\" title=\"« iframe » — Bulles d'Energie\" src=\"\" scrolling=\"no\" sandbox=\"allow-top-navigation allow-same-origin allow-popups allow-scripts\" marginwidth=\"0\" marginheight=\"0\" height=\"0\" gdpr-width=\"300\" gdpr-src=\"https://bullesdenergie.be/iframe/\" gdpr-height=\"300\" frameborder=\"0\" class=\"wp-embedded-content gdpr-iframe\">",
            "message": "The HTML attribute(s) \"frameborder, marginheight, marginwidth, scrolling\" is deprecated for the <iframe> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f6feb67db1c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8178c61d"
          },
          {
            "rule": "frame_src_valid",
            "xpath": null,
            "html": "<iframe width=\"0\" title=\"« iframe » — Bulles d'Energie\" src=\"\" scrolling=\"no\" sandbox=\"allow-top-navigation allow-same-origin allow-popups allow-scripts\" marginwidth=\"0\" marginheight=\"0\" height=\"0\" gdpr-width=\"300\" gdpr-src=\"https://bullesdenergie.be/iframe/\" gdpr-height=\"300\" frameborder=\"0\" class=\"wp-embedded-content gdpr-iframe\">",
            "message": "Verify <frame> content is accessible",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cec6f27c4f94",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-be8e5774"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<iframe width=\"0\" title=\"« iframe » — Bulles d'Energie\" src=\"\" scrolling=\"no\" sandbox=\"allow-top-navigation allow-same-origin allow-popups allow-scripts\" marginwidth=\"0\" marginheight=\"0\" height=\"0\" gdpr-width=\"300\" gdpr-src=\"https://bullesdenergie.be/iframe/\" gdpr-height=\"300\" frameborder=\"0\" class=\"wp-embedded-content gdpr-iframe\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "020a447f1aa0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-aa4a0282"
          },
          {
            "rule": "html_lang_exists",
            "xpath": null,
            "html": "<html>",
            "message": "Page detected as HTML, but does not have a 'lang' attribute",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "675aea6cd0a6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8ec4dca4"
          },
          {
            "rule": "html_skipnav_exists",
            "xpath": null,
            "html": "<html>",
            "message": "Verify there is a way to bypass blocks of content that are repeated on multiple Web pages",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18151ca5e0d8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5de5dc40"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a style=\"cursor: pointer;\" rel=\"#pb_2\" href=\"https://www.aiseau-presles.be/@@consent\" class=\"consent-link link-overlay\">",
            "message": "Text contrast of 1.12 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "871c920692fe",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-032a7ae9"
          },
          {
            "rule": "aria_contentinfo_misuse",
            "xpath": null,
            "html": "<footer id=\"portal-footer-wrapper\">",
            "message": "Element with \"contentinfo\" role is present without an element with \"main\" role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e67cd2ae7584",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6a24b034"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text 'd'Aiseau-Presles' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 3096,
        "uniqueFailedCount": 93,
        "duplicateFailedCount": 24,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 24
    },
    {
      "submittedUrl": "https://www.anderlues.be/",
      "finalUrl": "https://www.anderlues.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Anderlues la Commune",
      "elapsedMs": 11263,
      "error": null,
      "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": 825,
          "failed": 90,
          "cantTell": 19,
          "inapplicable": 47
        },
        "failedRules": [
          "aria-hidden-focus",
          "frame-title",
          "landmark-one-main",
          "link-name",
          "meta-viewport",
          "page-has-heading-one",
          "region"
        ],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-conditional-attr",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "autocomplete-valid",
          "avoid-inline-spacing",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "frame-tested",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "label",
          "label-title-only",
          "landmark-complementary-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-no-duplicate-contentinfo",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport-large",
          "nested-interactive",
          "presentation-role-conflict",
          "region",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "aria-hidden-focus",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".clone[aria-hidden=\"true\"]:nth-child(1)",
            "html": "<li class=\"clone\" aria-hidden=\"true\" style=\"width: 865px; float: left; display: block;\">",
            "message": "ARIA hidden element must not be focusable or contain focusable elements",
            "fixSummary": "Fix all of the following:\n  Focusable content should have tabindex=\"-1\" or be removed from the DOM",
            "relatedPaths": [
              ".clone[aria-hidden=\"true\"]:nth-child(1) > .linkimg",
              ".clone[aria-hidden=\"true\"]:nth-child(1) > .flex-caption > .flex-caption-inner > h2 > a",
              ".clone[aria-hidden=\"true\"]:nth-child(1) > .flex-caption > .flex-caption-inner > p > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e301c59764c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-48676e3f"
          },
          {
            "rule": "aria-hidden-focus",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".clone[aria-hidden=\"true\"]:nth-child(10)",
            "html": "<li style=\"width: 865px; float: left; display: block;\" class=\"clone\" aria-hidden=\"true\">",
            "message": "ARIA hidden element must not be focusable or contain focusable elements",
            "fixSummary": "Fix all of the following:\n  Focusable content should have tabindex=\"-1\" or be removed from the DOM",
            "relatedPaths": [
              ".clone[aria-hidden=\"true\"]:nth-child(10) > .linkimg",
              ".clone[aria-hidden=\"true\"]:nth-child(10) > .flex-caption > .flex-caption-inner > h2 > a",
              ".clone[aria-hidden=\"true\"]:nth-child(10) > .flex-caption > .flex-caption-inner > p > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a2bec8653b85",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1db1c37b"
          },
          {
            "rule": "frame-title",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/frame-title?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "iframe",
            "html": "<iframe class=\"gdpr-iframe\" frameborder=\"0\" gdpr-height=\"251\" gdpr-src=\"http://www.meteo.be/...\" gdpr-width=\"100%\" height=\"0\" marginheight=\"0\" marginwidth=\"0\" scrolling=\"no\" src=\"\" width=\"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",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "38c9b7322113",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f6903b94"
          },
          {
            "rule": "landmark-one-main",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "html",
            "html": "<html lang=\"fr\" xml:lang=\"fr\" xmlns=\"http://www.w3.org/19...\" class=\"js flexbox canvas ca...\">",
            "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": "75636e0a2989",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b00be0"
          },
          {
            "rule": "landmark-one-main",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "iframe",
            "html": "<html><head></head><body marginwidth=\"0\" marginheight=\"0\"></body></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": "6899695b0587",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e6b8472e"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "#portaltab-index_html > a[href$=\"www.anderlues.be\"][title=\"\"]",
            "html": "<a href=\"https://www.anderlues.be\" title=\"\"><span class=\"icon-home\"></span></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 an empty title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "498baf316adb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e5e3dda5"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".flex-active-slide > .flex-caption > .flex-caption-inner > p > a",
            "html": "<a href=\"https://www.anderlues.be/actualites/calendrier-des-collectes-tibi-2019\"></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": "3b894c625e33",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-282882aa"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "li:nth-child(3) > .flex-caption > .flex-caption-inner > p > a",
            "html": "<a href=\"https://www.anderlues.be/actualites/information-a-la-population-2013-incident-de-cybersecurite\"></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": "175471cec5f4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b4cd3ef5"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "li:nth-child(4) > .flex-caption > .flex-caption-inner > p > a",
            "html": "<a href=\"https://www.anderlues.be/actualites/lancement-du-site-stop-violences-femmes.be\"></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": "437d56394c0c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-198a52dd"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "li:nth-child(5) > .flex-caption > .flex-caption-inner > p > a",
            "html": "<a href=\"https://www.anderlues.be/actualites/beldrive-le-chemin-le-plus-court-vers-votre-permis-de-conduire\"></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": "dd7a787bbdbe",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9076d1c7"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "li:nth-child(6) > .flex-caption > .flex-caption-inner > p > a",
            "html": "<a href=\"https://www.anderlues.be/actualites/un-probleme-pour-vous-deplacer-mobilesem-trouve-la-solution-avec-vous\"></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": "2d3610ea7b21",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-67cfaece"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "li:nth-child(7) > .flex-caption > .flex-caption-inner > p > a",
            "html": "<a href=\"https://www.anderlues.be/actualites/permanences-energie-a-partir-du-7-janvier-2026\"></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": "b38f952f6e28",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f46e3eb5"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "li:nth-child(8) > .flex-caption > .flex-caption-inner > p > a",
            "html": "<a href=\"https://www.anderlues.be/actualites/declaration-de-politique-communale-2024-2030\"></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": "047f027bf13b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-acfe6281"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "li:nth-child(9) > .flex-caption > .flex-caption-inner > p > a",
            "html": "<a href=\"https://www.anderlues.be/actualites/pas-de-temps-pour-venir-chercher-vos-documents-bienvenue-sur-le-e-guichet\"></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": "b181138240c0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c33001f2"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".bloc-2 > .titre-rss > .bloc-rss",
            "html": "<a class=\"bloc-rss\" href=\"https://www.anderlues.be/actualites/index/atom.xml\">\n<img alt=\"Flux RSS\" src=\"++resource++cpskin.core.images/rss.png\">\n</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": "0c0b15ecefc7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2ab48541"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".bloc-3 > .titre-rss > .bloc-rss",
            "html": "<a class=\"bloc-rss\" href=\"https://www.anderlues.be/evenements/index/atom.xml\">\n<img alt=\"Flux RSS\" src=\"++resource++cpskin.core.images/rss.png\">\n</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": "23388c5ada87",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7f227148"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".image:nth-child(1) > a",
            "html": "<a href=\"https://www.anderlues.be/loisirs/culture/bibliotheque\"><img alt=\"\" src=\"https://www.anderlues.be/images/banners/bibliotheque.jpg/@@images/1cb31f5c-533d-461e-a9c0-a5d7a63e2a32.jpeg\" title=\"bibliotheque\"> </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": "7f196cd0bc78",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-071589f9"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".image:nth-child(2) > a:nth-child(1)",
            "html": "<a href=\"https://www.anderlues.be/loisirs/culture/centre-culturel\"><img alt=\"\" src=\"https://www.anderlues.be/images/banners/culture.jpg/@@images/1e2f8bf1-8105-4bf5-9673-5905889810a7.jpeg\" title=\"culture\"> </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": "ac34c44ad9c8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-79103c28"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".image:nth-child(2) > a:nth-child(3)",
            "html": "<a href=\"https://www.anderlues.be/loisirs/culture/centre-culturel\"> </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": "4ead0976b074",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3b4c339f"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".image:nth-child(3) > a",
            "html": "<a href=\"https://www.anderlues.be/ma-commune/social/cpas\"><img alt=\"\" src=\"https://www.anderlues.be/images/banners/cpas.jpeg/@@images/98fe2c2f-3064-486e-b4d4-80d3b26c6ba0.jpeg\" title=\"cpas\"> </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": "b4d23e5c4cb2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4eadee44"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".image:nth-child(4) > a",
            "html": "<a href=\"https://www.anderlues.be/loisirs/sports\"><img alt=\"\" src=\"https://www.anderlues.be/images/banners/sport.jpg/@@images/32eed675-e3a4-46f1-bdd0-d48ff71bcd4c.jpeg\" title=\"sport\"> </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": "b4dcf70bb5d0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-04797605"
          },
          {
            "rule": "meta-viewport",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport?application=playwright",
            "impact": "moderate",
            "wcagSc": [
              "wcag2aa",
              "wcag144"
            ],
            "xpath": "meta[name=\"viewport\"]",
            "html": "<meta content=\"width=device-width, minimum-scale=1.0, maximum-scale=1.0\" name=\"viewport\">",
            "message": "Zooming and scaling must not be disabled",
            "fixSummary": "Fix any of the following:\n  maximum-scale on <meta> tag disables zooming on mobile devices",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9165a09d821b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-98527d57"
          },
          {
            "rule": "page-has-heading-one",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "html",
            "html": "<html lang=\"fr\" xml:lang=\"fr\" xmlns=\"http://www.w3.org/19...\" class=\"js flexbox canvas ca...\">",
            "message": "Page should contain a level-one heading",
            "fixSummary": "Fix all of the following:\n  Page must have a level-one heading",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8cd56fb7a159",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ee8d7590"
          },
          {
            "rule": "page-has-heading-one",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "iframe",
            "html": "<html><head></head><body marginwidth=\"0\" marginheight=\"0\"></body></html>",
            "message": "Page should contain a level-one heading",
            "fixSummary": "Fix all of the following:\n  Page must have a level-one heading",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4fe0a29b7c23",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dadc1ce2"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#gdpr-consent-banner > span",
            "html": "<span>Ce site utilise des cookies pour vous fournir une expérience optimale (lecture de vidéos, affichage de plans et de contenus issus des réseaux sociaux notamment).</span>",
            "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": "e573589276b6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-10afa511"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "a[rel=\"#pb_4\"]",
            "html": "<a href=\"https://www.anderlues.be/@@consent\" rel=\"#pb_4\" class=\"link-overlay\" style=\"cursor: pointer;\">En savoir plus et personnaliser</a>",
            "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": "8d12cd88516b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b9a13803"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#top-actions",
            "html": "<div id=\"top-actions\" xmlns:xi=\"http://www.w3.org/2001/XInclude\">",
            "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": "c0a3ce6ca659",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-611321ac"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#portal-logo",
            "html": "<a accesskey=\"1\" href=\"https://www.anderlues.be\" id=\"portal-logo\" title=\"Anderlues la Commune\">\n<img alt=\"Anderlues la Commune\" height=\"100\" src=\"https://www.anderlues.be/cpskinlogo.png/@@images/06f33c17-052d-4a9d-9aea-8899612cad45.png\" title=\"Anderlues la Commune\" width=\"264\"></a>",
            "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": "5114825b5397",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f5944d4a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "label[for=\"searchGadget\"]",
            "html": "<label class=\"hiddenStructure\" for=\"searchGadget\">Chercher par</label>",
            "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": "50c779b39316",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c8500bcc"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#searchGadget",
            "html": "<input accesskey=\"4\" class=\"searchField\" id=\"searchGadget\" name=\"SearchableText\" placeholder=\"Recherche\" size=\"18\" title=\"Recherche\" type=\"text\" autocomplete=\"off\">",
            "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": "fed4afee4fbc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d000e467"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#portal-advanced-search",
            "html": "<div class=\"hiddenStructure\" id=\"portal-advanced-search\">\n<a accesskey=\"5\" href=\"https://www.anderlues.be/@@search\">Recherche avancée…</a>\n</div>",
            "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": "da86d4f0d466",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-481929a7"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#top-navigation-inner > .hiddenStructure:nth-child(1)",
            "html": "<p class=\"hiddenStructure\">\n<a accesskey=\"2\" href=\"https://www.anderlues.be/#content\">Aller au contenu.</a> |\n\n  <a accesskey=\"6\" href=\"https://www.anderlues.be/#portal-globalnav\">Aller à la navigation</a>\n</p>",
            "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": "01d7217dc026",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e9f91063"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#top-navigation-inner > .hiddenStructure:nth-child(2)",
            "html": "<p class=\"hiddenStructure\">Navigation</p>",
            "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": "1ece4f124360",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7ac4712f"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "h5",
            "html": "<h5 class=\"hiddenStructure\">Navigation</h5>",
            "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": "32c0ae4fbf36",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5a996fd3"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .flex-viewport > .slides > .flex-active-slide > .linkimg",
            "html": "<a class=\"linkimg\" href=\"https://www.anderlues.be/actualites/calendrier-des-collectes-tibi-2019\">",
            "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": "20e168a8b567",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-44df24bc"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .flex-viewport > .slides > .flex-active-slide > .publication-date",
            "html": "<div class=\"publication-date\">22/12/2025</div>",
            "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": "888843b6a8a9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-82638e08"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .flex-viewport > .slides > .flex-active-slide > .flex-caption",
            "html": "<div class=\"flex-caption\">\n<div class=\"flex-caption-inner\">\n<h2>\n<a href=\"https://www.anderlues.be/actualites/calendrier-des-collectes-tibi-2019\">Calendrier des collectes Tibi 2026</a>\n</h2>\n<p> <a href=\"https://www.anderlues.be/actualites/calendrier-des-collectes-tibi-2019\"></a>\n</p>\n</div>\n</div>",
            "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": "a082519b9d93",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c682a975"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .flex-viewport > .slides > li:nth-child(3) > .linkimg",
            "html": "<a class=\"linkimg\" href=\"https://www.anderlues.be/actualites/information-a-la-population-2013-incident-de-cybersecurite\">",
            "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": "36341af24ad2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4efec37d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .flex-viewport > .slides > li:nth-child(3) > .publication-date",
            "html": "<div class=\"publication-date\">13/04/2026</div>",
            "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": "06cfe118b9b2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-77a40bd5"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .flex-viewport > .slides > li:nth-child(3) > .flex-caption",
            "html": "<div class=\"flex-caption\">",
            "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": "bddce0c87165",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-42b5b6f5"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .flex-viewport > .slides > li:nth-child(4) > .linkimg",
            "html": "<a class=\"linkimg\" href=\"https://www.anderlues.be/actualites/lancement-du-site-stop-violences-femmes.be\">",
            "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": "9dbdb650587d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-81b7c4bd"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .flex-viewport > .slides > li:nth-child(4) > .publication-date",
            "html": "<div class=\"publication-date\">25/11/2025</div>",
            "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": "27a188d57995",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0ca4d8ca"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .flex-viewport > .slides > li:nth-child(4) > .flex-caption",
            "html": "<div class=\"flex-caption\">",
            "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": "bfecfca4e3f9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b04e5bb7"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .flex-viewport > .slides > li:nth-child(5) > .linkimg",
            "html": "<a class=\"linkimg\" href=\"https://www.anderlues.be/actualites/beldrive-le-chemin-le-plus-court-vers-votre-permis-de-conduire\">",
            "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": "9a5798d8bcf3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7edf06c4"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .flex-viewport > .slides > li:nth-child(5) > .publication-date",
            "html": "<div class=\"publication-date\">01/06/2025</div>",
            "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": "fe39cd44a220",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-072c56cc"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .flex-viewport > .slides > li:nth-child(5) > .flex-caption",
            "html": "<div class=\"flex-caption\">",
            "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": "abb3fa5fe4b8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-84060304"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .flex-viewport > .slides > li:nth-child(6) > .linkimg",
            "html": "<a class=\"linkimg\" href=\"https://www.anderlues.be/actualites/un-probleme-pour-vous-deplacer-mobilesem-trouve-la-solution-avec-vous\">",
            "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": "daa27e773a47",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-48dd9223"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .flex-viewport > .slides > li:nth-child(6) > .publication-date",
            "html": "<div class=\"publication-date\">03/04/2025</div>",
            "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": "35d78acb620e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f22f5b8e"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .flex-viewport > .slides > li:nth-child(6) > .flex-caption",
            "html": "<div class=\"flex-caption\">",
            "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": "42b669940b4a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7aaf92f9"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .flex-viewport > .slides > li:nth-child(7) > .linkimg",
            "html": "<a class=\"linkimg\" href=\"https://www.anderlues.be/actualites/permanences-energie-a-partir-du-7-janvier-2026\">",
            "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": "2419a38ef5e8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-175b0add"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .flex-viewport > .slides > li:nth-child(7) > .publication-date",
            "html": "<div class=\"publication-date\">18/12/2025</div>",
            "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": "8d7e08ce0d82",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-946f176c"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .flex-viewport > .slides > li:nth-child(7) > .flex-caption",
            "html": "<div class=\"flex-caption\">",
            "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": "0e25d7b37725",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8284d807"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .flex-viewport > .slides > li:nth-child(8) > .linkimg",
            "html": "<a class=\"linkimg\" href=\"https://www.anderlues.be/actualites/declaration-de-politique-communale-2024-2030\">",
            "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": "14e22d0cc5c3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-120b7728"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .flex-viewport > .slides > li:nth-child(8) > .publication-date",
            "html": "<div class=\"publication-date\">22/01/2025</div>",
            "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": "ba92f5063014",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fd1bd83f"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .flex-viewport > .slides > li:nth-child(8) > .flex-caption",
            "html": "<div class=\"flex-caption\">",
            "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": "418ccd567449",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-388cf473"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "li:nth-child(9) > .linkimg",
            "html": "<a class=\"linkimg\" href=\"https://www.anderlues.be/actualites/pas-de-temps-pour-venir-chercher-vos-documents-bienvenue-sur-le-e-guichet\">",
            "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": "7d434ceb38cb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9e3dd13f"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "li:nth-child(9) > .publication-date",
            "html": "<div class=\"publication-date\">17/03/2025</div>",
            "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": "9c0b2ff141e7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cee78df4"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "li:nth-child(9) > .flex-caption",
            "html": "<div class=\"flex-caption\">",
            "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": "32577d8484c8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fbcaf746"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .flex-direction-nav",
            "html": "<ul class=\"flex-direction-nav\"><li><a class=\"flex-prev\" href=\"#\">Previous</a></li><li><a class=\"flex-next\" href=\"#\">Next</a></li></ul>",
            "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": "9a42c0c64d72",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1465ed13"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#carousel-a-la-une > .flex-viewport > .slides > .flex-active-slide > .linkimg",
            "html": "<a class=\"linkimg \" href=\"https://www.anderlues.be/actualites/calendrier-des-collectes-tibi-2019\">",
            "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": "265450b689fa",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cdf19519"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#carousel-a-la-une > .flex-viewport > .slides > .flex-active-slide > .publication-date",
            "html": "<div class=\"publication-date\">22/12/2025</div>",
            "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": "1ecd6f9f71b8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-de790d20"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#carousel-a-la-une > .flex-viewport > .slides > .flex-active-slide > .flex-caption",
            "html": "<div class=\"flex-caption\">\n<div class=\"flex-caption-inner\">\n<h2>\n<a class=\"\" href=\"https://www.anderlues.be/actualites/calendrier-des-collectes-tibi-2019\">Calendrier des collectes Tibi 2026</a>\n</h2>\n</div>\n</div>",
            "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": "49895219f4b2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b386a77c"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#carousel-a-la-une > .flex-viewport > .slides > li:nth-child(2) > .linkimg",
            "html": "<a class=\"linkimg \" href=\"https://www.anderlues.be/actualites/information-a-la-population-2013-incident-de-cybersecurite\">",
            "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": "88a2271d341f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0973ff89"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#carousel-a-la-une > .flex-viewport > .slides > li:nth-child(2) > .publication-date",
            "html": "<div class=\"publication-date\">13/04/2026</div>",
            "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": "28ceee44b56b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1d55990c"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#carousel-a-la-une > .flex-viewport > .slides > li:nth-child(2) > .flex-caption",
            "html": "<div class=\"flex-caption\">\n<div class=\"flex-caption-inner\">\n<h2>\n<a class=\"\" href=\"https://www.anderlues.be/actualites/information-a-la-population-2013-incident-de-cybersecurite\">Information à la population – Incident de Cybersécurité</a>\n</h2>\n</div>\n</div>",
            "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": "a980dce6ba80",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-48737fab"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#carousel-a-la-une > .flex-viewport > .slides > li:nth-child(3) > .linkimg",
            "html": "<a class=\"linkimg \" href=\"https://www.anderlues.be/actualites/lancement-du-site-stop-violences-femmes.be\">",
            "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": "06cebf54b1c3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dd5a0924"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#carousel-a-la-une > .flex-viewport > .slides > li:nth-child(3) > .publication-date",
            "html": "<div class=\"publication-date\">25/11/2025</div>",
            "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": "57a0d3f1d18d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-374d7e08"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#carousel-a-la-une > .flex-viewport > .slides > li:nth-child(3) > .flex-caption",
            "html": "<div class=\"flex-caption\">\n<div class=\"flex-caption-inner\">\n<h2>\n<a class=\"\" href=\"https://www.anderlues.be/actualites/lancement-du-site-stop-violences-femmes.be\">Lancement du site stop-violences-femmes.be</a>\n</h2>\n</div>\n</div>",
            "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": "b826fd68ea3b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4bd9c8e6"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#carousel-a-la-une > .flex-viewport > .slides > li:nth-child(4) > .linkimg",
            "html": "<a class=\"linkimg \" href=\"https://www.anderlues.be/actualites/beldrive-le-chemin-le-plus-court-vers-votre-permis-de-conduire\">",
            "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": "a0f8f62b2abc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f51de6cd"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#carousel-a-la-une > .flex-viewport > .slides > li:nth-child(4) > .publication-date",
            "html": "<div class=\"publication-date\">01/06/2025</div>",
            "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": "0adf48e3909b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-534f5879"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#carousel-a-la-une > .flex-viewport > .slides > li:nth-child(4) > .flex-caption",
            "html": "<div class=\"flex-caption\">\n<div class=\"flex-caption-inner\">\n<h2>\n<a class=\"\" href=\"https://www.anderlues.be/actualites/beldrive-le-chemin-le-plus-court-vers-votre-permis-de-conduire\">BelDrive - le chemin le plus court vers votre permis de conduire</a>\n</h2>\n</div>\n</div>",
            "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": "6fc660c24573",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-362fca44"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#carousel-a-la-une > .flex-viewport > .slides > li:nth-child(5) > .linkimg",
            "html": "<a class=\"linkimg \" href=\"https://www.anderlues.be/actualites/un-probleme-pour-vous-deplacer-mobilesem-trouve-la-solution-avec-vous\">",
            "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": "759c16b0fe13",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d59ecb56"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#carousel-a-la-une > .flex-viewport > .slides > li:nth-child(5) > .publication-date",
            "html": "<div class=\"publication-date\">03/04/2025</div>",
            "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": "056f279098a0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6555a3b0"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#carousel-a-la-une > .flex-viewport > .slides > li:nth-child(5) > .flex-caption",
            "html": "<div class=\"flex-caption\">\n<div class=\"flex-caption-inner\">\n<h2>\n<a class=\"\" href=\"https://www.anderlues.be/actualites/un-probleme-pour-vous-deplacer-mobilesem-trouve-la-solution-avec-vous\">Un problème pour vous déplacer ? Mobilesem trouve la solution avec vous !</a>\n</h2>\n</div>\n</div>",
            "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": "c014ae3731a2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d51d2081"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#carousel-a-la-une > .flex-viewport > .slides > li:nth-child(6) > .linkimg",
            "html": "<a class=\"linkimg \" href=\"https://www.anderlues.be/actualites/permanences-energie-a-partir-du-7-janvier-2026\">",
            "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": "7bb20c440868",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-81240767"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#carousel-a-la-une > .flex-viewport > .slides > li:nth-child(6) > .publication-date",
            "html": "<div class=\"publication-date\">18/12/2025</div>",
            "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": "1a07cac3f6c0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5c19db9e"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#carousel-a-la-une > .flex-viewport > .slides > li:nth-child(6) > .flex-caption",
            "html": "<div class=\"flex-caption\">\n<div class=\"flex-caption-inner\">\n<h2>\n<a class=\"\" href=\"https://www.anderlues.be/actualites/permanences-energie-a-partir-du-7-janvier-2026\">Permanences énergie à partir du 7 janvier 2026</a>\n</h2>\n</div>\n</div>",
            "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": "3829dfaeeb21",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fa9e9e14"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#carousel-a-la-une > .flex-viewport > .slides > li:nth-child(7) > .linkimg",
            "html": "<a class=\"linkimg \" href=\"https://www.anderlues.be/actualites/declaration-de-politique-communale-2024-2030\">",
            "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": "8108443f29c6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e9545364"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#carousel-a-la-une > .flex-viewport > .slides > li:nth-child(7) > .publication-date",
            "html": "<div class=\"publication-date\">22/01/2025</div>",
            "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": "33d31343eb7e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a7fe07d8"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#carousel-a-la-une > .flex-viewport > .slides > li:nth-child(7) > .flex-caption",
            "html": "<div class=\"flex-caption\">\n<div class=\"flex-caption-inner\">\n<h2>\n<a class=\"\" href=\"https://www.anderlues.be/actualites/declaration-de-politique-communale-2024-2030\">Déclaration de politique communale 2024-2030</a>\n</h2>\n</div>\n</div>",
            "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": "4c25173cd588",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-09d7f0d6"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#carousel-a-la-une > .flex-viewport > .slides > li:nth-child(8) > .linkimg",
            "html": "<a class=\"linkimg \" href=\"https://www.anderlues.be/actualites/pas-de-temps-pour-venir-chercher-vos-documents-bienvenue-sur-le-e-guichet\">",
            "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": "461a5096f70d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fd202fb2"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#carousel-a-la-une > .flex-viewport > .slides > li:nth-child(8) > .publication-date",
            "html": "<div class=\"publication-date\">17/03/2025</div>",
            "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": "92e026c2f60e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b5c59148"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#carousel-a-la-une > .flex-viewport > .slides > li:nth-child(8) > .flex-caption",
            "html": "<div class=\"flex-caption\">",
            "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": "ad95375b6d93",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fcc8a043"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#carousel-a-la-une > .flex-direction-nav",
            "html": "<ul class=\"flex-direction-nav\"><li><a class=\"flex-prev flex-disabled\" href=\"#\" tabindex=\"-1\">Previous</a></li><li><a class=\"flex-next\" href=\"#\">Next</a></li></ul>",
            "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": "f25b2a80ade5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-00e16bd7"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-2 > .titre-rss > .titre",
            "html": "<a class=\"titre\" href=\"https://www.anderlues.be/actualites/index\">\n<h2>Actualités</h2>\n</a>",
            "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": "795e72f82696",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bd2f0163"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-2 > .results.parsable-content",
            "html": "<div class=\"results parsable-content\">",
            "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": "5326d4b10fb9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-88ff3f6a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-2 > .voir-tout-content",
            "html": "<div class=\"voir-tout-content\">\n<a class=\"voir-tout\" href=\"https://www.anderlues.be/actualites/index\">\n                       Voir l'ensemble des actualités\n                      </a>\n</div>",
            "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": "6c5403d7c540",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ec934e18"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-3 > .titre-rss > .titre",
            "html": "<a class=\"titre\" href=\"https://www.anderlues.be/evenements/index\">\n<h2>Événements</h2>\n</a>",
            "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": "9915fcc5d2b9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1b86520d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-3 > .results.parsable-content",
            "html": "<div class=\"results parsable-content\">",
            "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": "004430b22c3a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c8a5ffa1"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-3 > .voir-tout-content",
            "html": "<div class=\"voir-tout-content\">\n<a class=\"voir-tout\" href=\"https://www.anderlues.be/evenements/index\">\n                       Voir l'ensemble des Événements\n                      </a>\n</div>",
            "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": "6f008bd9e530",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7cc37511"
          }
        ],
        "outcomeCount": 981,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 90
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3078,
          "failed": 131,
          "cantTell": 59,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_attribute_valid",
          "aria_attribute_value_valid",
          "aria_complementary_labelled",
          "aria_content_in_landmark",
          "aria_contentinfo_misuse",
          "aria_form_label_unique",
          "aria_hidden_nontabbable",
          "aria_landmark_name_unique",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "frame_src_valid",
          "frame_title_exists",
          "heading_content_exists",
          "html_lang_exists",
          "html_skipnav_exists",
          "img_alt_null",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "text_block_heading",
          "widget_tabbable_exists"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e7a26052cee6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9ad5fff9"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style>",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "486e40ef42c9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b81717"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3d29a6274d4e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form method=\"POST\" data-json-url=\"https://www.anderlues.be/@@consent-json\" action=\"https://www.anderlues.be/@@accept_or_refuse_all\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df4a039a52ed",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6d50d59d"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<form method=\"POST\" data-json-url=\"https://www.anderlues.be/@@consent-json\" action=\"https://www.anderlues.be/@@accept_or_refuse_all\">",
            "message": "Multiple elements with \"form\" landmarks within the same parent region are not distinguished from one another because they have the same \"\" label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be70e3cdfc62",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-636904d6"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "87f239b2223e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-62a9622d"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b472d9c6505",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1b601da8"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a style=\"cursor: pointer;\" class=\"link-overlay\" rel=\"#pb_4\" href=\"https://www.anderlues.be/@@consent\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c24b914eb08e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-32988606"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "587798272c6c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ddecc5e3"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d09a8606990",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c8dbfadd"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p class=\"hiddenStructure\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d3a049e151a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4681057b"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a style=\"cursor: pointer;\" class=\"link-overlay\" rel=\"#pb_1\" id=\"personaltools-login\" href=\"https://www.anderlues.be/login\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "821ca5050729",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-65589fef"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a style=\"cursor: pointer;\" class=\"link-overlay\" rel=\"#pb_1\" id=\"personaltools-login\" href=\"https://www.anderlues.be/login\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5e62d5d20492",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-deceafb9"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul id=\"portal-siteactions\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "61b2c862ab50",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8b43a333"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"Contact\" href=\"https://www.anderlues.be/contact-info\" accesskey=\"9\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aea4698d52dd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-98ed683f"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a title=\"Anderlues la Commune\" id=\"portal-logo\" href=\"https://www.anderlues.be\" accesskey=\"1\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "65e236e88e39",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bc935b0e"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form id=\"livesearch0\" action=\"https://www.anderlues.be/@@search\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e297c51ac32",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-afa354d9"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<form id=\"livesearch0\" action=\"https://www.anderlues.be/@@search\">",
            "message": "Multiple elements with \"form\" landmarks within the same parent region are not distinguished from one another because they have the same \"\" label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff60a0a74487",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3b779081"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Rechercher\" type=\"submit\" class=\"searchButton\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f821cb942089",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-40c00127"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Rechercher\" type=\"submit\" class=\"searchButton\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d775a0d85fea",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c08934de"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.anderlues.be/@@search\" accesskey=\"5\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "27c2ed6a3f14",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a71b75de"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p class=\"hiddenStructure\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"\" href=\"https://www.anderlues.be\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb21dfb971b8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-74257f3c"
          },
          {
            "rule": "aria_attribute_value_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-ma-commune\" class=\"theme1 plain\">",
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "52be56a49564",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-79088b70"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-ma-commune\" class=\"theme1 plain\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e763d3e7bfad",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-602ea610"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"\" href=\"https://www.anderlues.be/ma-commune\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "231e8ad74b98",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-80b19283"
          },
          {
            "rule": "aria_attribute_value_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-loisirs\" class=\"theme2 plain\">",
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0c2402bfda39",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-298c5956"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-loisirs\" class=\"theme2 plain\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "13346b6f643b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-677a26dd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"\" href=\"https://www.anderlues.be/loisirs\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "08868ca97845",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c084095b"
          },
          {
            "rule": "aria_attribute_value_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-economie\" class=\"theme3 plain\">",
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a55c81a90871",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c2da2793"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-economie\" class=\"theme3 plain\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f4687d763572",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6e65f609"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"\" href=\"https://www.anderlues.be/economie\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0305fc54258",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-88775f2c"
          },
          {
            "rule": "aria_attribute_value_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-je-suis\" class=\"theme4 plain\">",
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9f3eb0865af1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-120eee08"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-je-suis\" class=\"theme4 plain\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aea596e89a71",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dbf093cc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"\" href=\"https://www.anderlues.be/je-suis\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0c28c054ee41",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f6f9d93c"
          },
          {
            "rule": "aria_attribute_value_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-je-trouve\" class=\"theme5 plain\">",
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1c15be2f1a2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-137e8fd5"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-je-trouve\" class=\"theme5 plain\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0ba013f8e9e8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-68c6dd56"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"\" href=\"https://www.anderlues.be/je-trouve\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fdd2275e8b78",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7c239c9b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"\" href=\"https://www.anderlues.be/je-trouve\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "59c40bda3abc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e2415fcd"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul style=\"width: 2000%; transition-duration: 0s; transform: translate3d(-502px, 0px, 0px);\" class=\"slides\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "01e02893d22d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cb188c90"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://www.anderlues.be/actualites/pas-de-temps-pour-venir-chercher-vos-documents-bienvenue-sur-le-e-guichet\" class=\"linkimg\">",
            "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d9e36dcf5de",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6d62939c"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.anderlues.be/actualites/pas-de-temps-pour-venir-chercher-vos-documents-bienvenue-sur-le-e-guichet\" class=\"linkimg\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e70771d4ba6d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-661e4629"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e65c04e5af1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d8cc0148"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://www.anderlues.be/actualites/pas-de-temps-pour-venir-chercher-vos-documents-bienvenue-sur-le-e-guichet\">",
            "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "06dc03fa001d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-084f952f"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.anderlues.be/actualites/pas-de-temps-pour-venir-chercher-vos-documents-bienvenue-sur-le-e-guichet\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ede0a4f9207f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c6e6793c"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://www.anderlues.be/actualites/pas-de-temps-pour-venir-chercher-vos-documents-bienvenue-sur-le-e-guichet\">",
            "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.anderlues.be/actualites/pas-de-temps-pour-venir-chercher-vos-documents-bienvenue-sur-le-e-guichet\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.anderlues.be/actualites/calendrier-des-collectes-tibi-2019\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "65e3d72696d1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-55fafdc1"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.anderlues.be/actualites/calendrier-des-collectes-tibi-2019\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "37acbaab1bd8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bcdc9c20"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.anderlues.be/actualites/calendrier-des-collectes-tibi-2019\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7522f98e1f09",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cf0a1c37"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.anderlues.be/actualites/information-a-la-population-2013-incident-de-cybersecurite\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f29ee665917",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-002cc3a7"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.anderlues.be/actualites/information-a-la-population-2013-incident-de-cybersecurite\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9af38d68bd1b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dd95f8f1"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.anderlues.be/actualites/lancement-du-site-stop-violences-femmes.be\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1cc7c552acc9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-eb0d6af9"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.anderlues.be/actualites/lancement-du-site-stop-violences-femmes.be\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0f5c6dc4dd3f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7aaba66a"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.anderlues.be/actualites/beldrive-le-chemin-le-plus-court-vers-votre-permis-de-conduire\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "47555cccfbf3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5ecfc9f2"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.anderlues.be/actualites/beldrive-le-chemin-le-plus-court-vers-votre-permis-de-conduire\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ae96bb052069",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c52c4a98"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.anderlues.be/actualites/un-probleme-pour-vous-deplacer-mobilesem-trouve-la-solution-avec-vous\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a3383210fc4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4a38076b"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.anderlues.be/actualites/un-probleme-pour-vous-deplacer-mobilesem-trouve-la-solution-avec-vous\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "206e720a04fb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c42f6f9c"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.anderlues.be/actualites/permanences-energie-a-partir-du-7-janvier-2026\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "13b80cde48a6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cac5abce"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.anderlues.be/actualites/permanences-energie-a-partir-du-7-janvier-2026\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04eb8531ae26",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d045faea"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.anderlues.be/actualites/declaration-de-politique-communale-2024-2030\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "492654b0bee7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-92d3a99f"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.anderlues.be/actualites/declaration-de-politique-communale-2024-2030\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8999aede89c0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0cfb1f83"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.anderlues.be/actualites/pas-de-temps-pour-venir-chercher-vos-documents-bienvenue-sur-le-e-guichet\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.anderlues.be/actualites/pas-de-temps-pour-venir-chercher-vos-documents-bienvenue-sur-le-e-guichet\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "66425e586394",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1be8f899"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://www.anderlues.be/actualites/calendrier-des-collectes-tibi-2019\" class=\"linkimg\">",
            "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b25e84abdc76",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6eab9c60"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://www.anderlues.be/actualites/calendrier-des-collectes-tibi-2019\">",
            "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a2a7d1f58d52",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1a7adf69"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://www.anderlues.be/actualites/calendrier-des-collectes-tibi-2019\">",
            "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.anderlues.be/actualites/calendrier-des-collectes-tibi-2019\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\"flex-direction-nav\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8752e8ab4de0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2dbefb96"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"#\" class=\"flex-prev\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f57a7a42a56",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-34ed2868"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"#\" class=\"flex-next\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94bc4aae6c6f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-56d72d39"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul style=\"width: 1600%; transition-duration: 0s; transform: translate3d(0px, 0px, 0px);\" class=\"slides\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de6efee05660",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cfd72684"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.anderlues.be/actualites/calendrier-des-collectes-tibi-2019\" class=\"linkimg \">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41c5c92f355a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-304919b4"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.anderlues.be/actualites/information-a-la-population-2013-incident-de-cybersecurite\" class=\"linkimg \">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b772a8bf09d7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ead29cae"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.anderlues.be/actualites/lancement-du-site-stop-violences-femmes.be\" class=\"linkimg \">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "67f16d85e77c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8c8ca2c3"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.anderlues.be/actualites/beldrive-le-chemin-le-plus-court-vers-votre-permis-de-conduire\" class=\"linkimg \">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce66d234345a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bb624f39"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.anderlues.be/actualites/un-probleme-pour-vous-deplacer-mobilesem-trouve-la-solution-avec-vous\" class=\"linkimg \">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "315a4a5eee47",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-739139ea"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.anderlues.be/actualites/permanences-energie-a-partir-du-7-janvier-2026\" class=\"linkimg \">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "894c72655454",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-afad50f5"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.anderlues.be/actualites/declaration-de-politique-communale-2024-2030\" class=\"linkimg \">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a92a90810051",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7b357eda"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.anderlues.be/actualites/pas-de-temps-pour-venir-chercher-vos-documents-bienvenue-sur-le-e-guichet\" class=\"linkimg \">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e2b554cbcd4b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-05feb41b"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\"flex-direction-nav\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "widget_tabbable_exists",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"#\" class=\"flex-prev flex-disabled\">",
            "message": "Component with \"link\" role does not have a tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f7f2d654ab4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-98904c45"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"#\" class=\"flex-next\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.anderlues.be/actualites/index\" class=\"titre\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "46b0b9008cdc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-77e33207"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\" standard-results\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "663f4b21d135",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4a9e0863"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f5d0e1fa0186",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2989ad96"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.anderlues.be/actualites/index\" class=\"voir-tout\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e99c5e6cf989",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a3e46d8d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.anderlues.be/evenements/index\" class=\"titre\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb146012bc09",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b1a64efb"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\" standard-results\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"indexview-categories\">",
            "message": "Confirm this text 'Divers' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "479762cac299",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-760c93f3"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"indexview-categories\">",
            "message": "Confirm this text 'Conférences & Ateliers' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"indexview-categories\">",
            "message": "Confirm this text 'Danse & Théâtre' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.anderlues.be/evenements/index\" class=\"voir-tout\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa7e991ae1d9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7539e297"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside xmlns:xi=\"http://www.w3.org/2001/XInclude\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "37e831079c11",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5b8c0c90"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://anderlues.e-guichet.be/\" class=\"icon-print-3\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a1e72f03807",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e70b3984"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.anderlues.be/je-trouve/reglements-communaux\" class=\"icon-book\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "97aff1604955",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-13ee3d25"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.anderlues.be/je-trouve/enquetes-publiques\" class=\"icon-megaphone\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8136819cb094",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7ac9d92a"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.anderlues.be/ma-commune/renseignements-utiles/bulletin-communal\" class=\"icon-book-open\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9732282edca",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e4d745b6"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.anderlues.be/loisirs/culture/bibliotheque\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fca256078a3b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-47f9af6a"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.anderlues.be/loisirs/culture/bibliotheque\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a38c18ba4af",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-59106d20"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img title=\"bibliotheque\" src=\"https://www.anderlues.be/images/banners/bibliotheque.jpg/@@images/1cb31f5c-533d-461e-a9c0-a5d7a63e2a32.jpeg\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60f02585a4c2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-79fd9c99"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.anderlues.be/loisirs/culture/centre-culturel\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "13a57b40edcf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bea58a84"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.anderlues.be/loisirs/culture/centre-culturel\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b096eac684ea",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a83adc3f"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img title=\"culture\" src=\"https://www.anderlues.be/images/banners/culture.jpg/@@images/1e2f8bf1-8105-4bf5-9673-5905889810a7.jpeg\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc694db833d1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a2c73868"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.anderlues.be/loisirs/culture/centre-culturel\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa4cab61390e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-af99637a"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.anderlues.be/loisirs/culture/centre-culturel\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.anderlues.be/ma-commune/social/cpas\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "094df517ac6d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-02aaec0c"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.anderlues.be/ma-commune/social/cpas\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea1e1bc6ec1b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-249bd417"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img title=\"cpas\" src=\"https://www.anderlues.be/images/banners/cpas.jpeg/@@images/98fe2c2f-3064-486e-b4d4-80d3b26c6ba0.jpeg\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8cd0cad27804",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-96e2784d"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.anderlues.be/loisirs/sports\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3554436da571",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7b8010fa"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.anderlues.be/loisirs/sports\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "59ac5d212b6a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f6da088e"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img title=\"sport\" src=\"https://www.anderlues.be/images/banners/sport.jpg/@@images/32eed675-e3a4-46f1-bdd0-d48ff71bcd4c.jpeg\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "820ae7129d28",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ba558948"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<iframe width=\"0\" src=\"\" scrolling=\"no\" marginwidth=\"0\" marginheight=\"0\" height=\"0\" gdpr-width=\"100%\" gdpr-src=\"http://www.meteo.be/services/widget/index.php?postcode=6150&nbDay=2&type=7&lang=fr&bgImageId=4&bgColor=&scrolChoice=0&colorTempMax=ffffff&colorTempMin=A5D6FF\" gdpr-height=\"251\" frameborder=\"0\" class=\"gdpr-iframe\">",
            "message": "The HTML attribute(s) \"frameborder, marginheight, marginwidth, scrolling\" is deprecated for the <iframe> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "949c068d69a7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-213faea4"
          },
          {
            "rule": "frame_src_valid",
            "xpath": null,
            "html": "<iframe width=\"0\" src=\"\" scrolling=\"no\" marginwidth=\"0\" marginheight=\"0\" height=\"0\" gdpr-width=\"100%\" gdpr-src=\"http://www.meteo.be/services/widget/index.php?postcode=6150&nbDay=2&type=7&lang=fr&bgImageId=4&bgColor=&scrolChoice=0&colorTempMax=ffffff&colorTempMin=A5D6FF\" gdpr-height=\"251\" frameborder=\"0\" class=\"gdpr-iframe\">",
            "message": "Verify <frame> content is accessible",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d3ca1fe536f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f95ff2d0"
          },
          {
            "rule": "frame_title_exists",
            "xpath": null,
            "html": "<iframe width=\"0\" src=\"\" scrolling=\"no\" marginwidth=\"0\" marginheight=\"0\" height=\"0\" gdpr-width=\"100%\" gdpr-src=\"http://www.meteo.be/services/widget/index.php?postcode=6150&nbDay=2&type=7&lang=fr&bgImageId=4&bgColor=&scrolChoice=0&colorTempMax=ffffff&colorTempMin=A5D6FF\" gdpr-height=\"251\" frameborder=\"0\" class=\"gdpr-iframe\">",
            "message": "Inline frame does not have a 'title' attribute",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8a1567f4acd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d9d019c1"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<iframe width=\"0\" src=\"\" scrolling=\"no\" marginwidth=\"0\" marginheight=\"0\" height=\"0\" gdpr-width=\"100%\" gdpr-src=\"http://www.meteo.be/services/widget/index.php?postcode=6150&nbDay=2&type=7&lang=fr&bgImageId=4&bgColor=&scrolChoice=0&colorTempMax=ffffff&colorTempMin=A5D6FF\" gdpr-height=\"251\" frameborder=\"0\" class=\"gdpr-iframe\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "360f9ee4fe0f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-17b83819"
          },
          {
            "rule": "html_lang_exists",
            "xpath": null,
            "html": "<html>",
            "message": "Page detected as HTML, but does not have a 'lang' attribute",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a03e36959b7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8ec4dca4"
          },
          {
            "rule": "html_skipnav_exists",
            "xpath": null,
            "html": "<html>",
            "message": "Verify there is a way to bypass blocks of content that are repeated on multiple Web pages",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b99994a381da",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5de5dc40"
          },
          {
            "rule": "aria_contentinfo_misuse",
            "xpath": null,
            "html": "<footer xmlns:xi=\"http://www.w3.org/2001/XInclude\" id=\"portal-footer-wrapper\">",
            "message": "Element with \"contentinfo\" role is present without an element with \"main\" role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fab936681558",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e879fab9"
          }
        ],
        "outcomeCount": 3214,
        "uniqueFailedCount": 107,
        "duplicateFailedCount": 24,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 24
    },
    {
      "submittedUrl": "https://www.antoing.net/",
      "finalUrl": "https://www.antoing.net/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Site de antoing",
      "elapsedMs": 12122,
      "error": null,
      "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": 988,
          "failed": 84,
          "cantTell": 11,
          "inapplicable": 44
        },
        "failedRules": [
          "aria-hidden-focus",
          "color-contrast",
          "landmark-one-main",
          "link-name",
          "meta-viewport",
          "page-has-heading-one",
          "region"
        ],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-conditional-attr",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "autocomplete-valid",
          "avoid-inline-spacing",
          "bypass",
          "color-contrast",
          "definition-list",
          "dlitem",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "frame-tested",
          "frame-title",
          "frame-title-unique",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "label",
          "label-title-only",
          "landmark-complementary-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-no-duplicate-contentinfo",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport-large",
          "nested-interactive",
          "presentation-role-conflict",
          "region"
        ],
        "failures": [
          {
            "rule": "aria-hidden-focus",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".clone[aria-hidden=\"true\"]:nth-child(1)",
            "html": "<li class=\"clone\" aria-hidden=\"true\" style=\"width: 846px; float: left; display: block;\">",
            "message": "ARIA hidden element must not be focusable or contain focusable elements",
            "fixSummary": "Fix all of the following:\n  Focusable content should have tabindex=\"-1\" or be removed from the DOM",
            "relatedPaths": [
              ".clone[aria-hidden=\"true\"]:nth-child(1) > .linkimg",
              ".clone[aria-hidden=\"true\"]:nth-child(1) > .flex-caption > .flex-caption-inner > h2 > a",
              ".clone[aria-hidden=\"true\"]:nth-child(1) > .flex-caption > .flex-caption-inner > p > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f149c8564f04",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-48676e3f"
          },
          {
            "rule": "aria-hidden-focus",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".clone[aria-hidden=\"true\"]:nth-child(9)",
            "html": "<li style=\"width: 846px; float: left; display: block;\" class=\"clone\" aria-hidden=\"true\">",
            "message": "ARIA hidden element must not be focusable or contain focusable elements",
            "fixSummary": "Fix all of the following:\n  Focusable content should have tabindex=\"-1\" or be removed from the DOM",
            "relatedPaths": [
              ".clone[aria-hidden=\"true\"]:nth-child(9) > .linkimg",
              ".clone[aria-hidden=\"true\"]:nth-child(9) > .flex-caption > .flex-caption-inner > h2 > a",
              ".clone[aria-hidden=\"true\"]:nth-child(9) > .flex-caption > .flex-caption-inner > p > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a5ae0f2a604",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-efa7e169"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#searchGadget",
            "html": "<input accesskey=\"4\" class=\"searchField\" id=\"searchGadget\" name=\"SearchableText\" placeholder=\"Recherche\" size=\"18\" title=\"Recherche\" type=\"text\" autocomplete=\"off\">",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.94 (foreground color: #808080, background color: #ffffff, font size: 12.5pt (16.64px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#searchGadget",
              ".LSBox"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "288f30e0d388",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6d504bd2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".bloc-2 > .voir-tout-content > .voir-tout",
            "html": "<a class=\"voir-tout\" href=\"https://www.antoing.net/evenements/evenements\">\n                       Voir l'ensemble des evénements\n                      </a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.36 (foreground color: #6e7b81, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-columns"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ecfe61d44d0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-319672a3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".bloc-3 > .voir-tout-content > .voir-tout",
            "html": "<a class=\"voir-tout\" href=\"https://www.antoing.net/actualites/infos\">\n                       Voir l'ensemble des infos\n                      </a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.36 (foreground color: #6e7b81, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-columns"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e9f9edbc28b9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3014e184"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".link-all",
            "html": "<a class=\"link-all\" href=\"https://www.antoing.net/video/index\">\n                Voir toutes les vidéos\n            </a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.36 (foreground color: #6e7b81, background color: #ffffff, font size: 10.8pt (14.4px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#multimediaviewlet"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "96fe8b8894cd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3f6b4160"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".footer-sitemap-item:nth-child(1) > a[title=\"\"]",
            "html": "<a href=\"https://www.antoing.net/ma-commune\" title=\"\">Ma commune</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.81 (foreground color: #808080, background color: #fbfbfb, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer-wrapper > .row"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "63a1a8f53e72",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-14ce65cf"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".footer-sitemap-item:nth-child(2) > a[title=\"\"]",
            "html": "<a href=\"https://www.antoing.net/loisirs\" title=\"\">Loisirs</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.81 (foreground color: #808080, background color: #fbfbfb, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer-wrapper > .row"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "342e7e874f22",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-71983e15"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".footer-sitemap-item:nth-child(3) > a[title=\"\"]",
            "html": "<a href=\"https://www.antoing.net/economie\" title=\"\">Economie</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.81 (foreground color: #808080, background color: #fbfbfb, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer-wrapper > .row"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7709f0807e0e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c4bf8850"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".footer-sitemap-item:nth-child(4) > a[title=\"\"]",
            "html": "<a href=\"https://www.antoing.net/je-suis\" title=\"\">Je suis</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.81 (foreground color: #808080, background color: #fbfbfb, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer-wrapper > .row"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9f0e45e4be48",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d108947a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".footer-sitemap-item:nth-child(5) > a[title=\"\"]",
            "html": "<a href=\"https://www.antoing.net/informations-utiles\" title=\"\">Informations utiles</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.81 (foreground color: #808080, background color: #fbfbfb, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer-wrapper > .row"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "935180927f3b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-80bb8293"
          },
          {
            "rule": "landmark-one-main",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "html",
            "html": "<html lang=\"fr\" xml:lang=\"fr\" xmlns=\"http://www.w3.org/19...\" class=\"js flexbox canvas ca...\">",
            "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": "779a656cf8c0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b00be0"
          },
          {
            "rule": "landmark-one-main",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "iframe",
            "html": "<html><head></head><body></body></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": "2084071effb9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e6b8472e"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "#portaltab-index_html > a[href$=\"www.antoing.net\"][title=\"\"]",
            "html": "<a href=\"https://www.antoing.net\" title=\"\"><span class=\"icon-home\"></span></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 an empty title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0c6b1bb2b1f4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fb3917fb"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "li:nth-child(2) > .flex-caption > .flex-caption-inner > p > a",
            "html": "<a href=\"https://www.antoing.net/actualites/exercices-militaires\"></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": "ddac1e334e7b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-84222fbc"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".flex-active-slide > .flex-caption > .flex-caption-inner > p > a",
            "html": "<a href=\"https://www.antoing.net/actualites/inscriptions-aux-plaines-de-vacances-ete\"></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": "7898ded6f100",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-282882aa"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "li:nth-child(4) > .flex-caption > .flex-caption-inner > p > a",
            "html": "<a href=\"https://www.antoing.net/actualites/le-18-juin-2026\"></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": "b7ff5959a387",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-198a52dd"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "li:nth-child(5) > .flex-caption > .flex-caption-inner > p > a",
            "html": "<a href=\"https://www.antoing.net/evenements/antoing-en-fete\"></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": "275a2da8d922",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9076d1c7"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "li:nth-child(6) > .flex-caption > .flex-caption-inner > p > a",
            "html": "<a href=\"https://www.antoing.net/actualites/maison-de-jeunes-dantoing-activites-de-printemps\"></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": "851812eddfef",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-67cfaece"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "li:nth-child(7) > .flex-caption > .flex-caption-inner > p > a",
            "html": "<a href=\"https://www.antoing.net/actualites/fermeture-des-services-etat-civil-et-population\"></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": "9fa6d2e9ff26",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f46e3eb5"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".bloc-2 > .titre-rss > .bloc-rss",
            "html": "<a class=\"bloc-rss\" href=\"https://www.antoing.net/evenements/evenements/atom.xml\">\n<img alt=\"Flux RSS\" src=\"++resource++cpskin.core.images/rss.png\">\n</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": "e0d97f9e6f33",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2ab48541"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".bloc-3 > .titre-rss > .bloc-rss",
            "html": "<a class=\"bloc-rss\" href=\"https://www.antoing.net/actualites/infos/atom.xml\">\n<img alt=\"Flux RSS\" src=\"++resource++cpskin.core.images/rss.png\">\n</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": "7d8495310a4a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7f227148"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".portletStaticText.portlet-static > p:nth-child(1) > a[target=\"_blank\"]",
            "html": "<a href=\"https://www.google.be/maps/place/Ville+d'Antoing+Etablissement+Public/@50.5631998,3.4532796,15z/data=!4m2!3m1!1s0x0:0x27d2b4075c599965\" target=\"_blank\">",
            "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": "74789298d206",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8079446f"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "a[href$=\"antoing.egovflow.be/\"]",
            "html": "<a href=\"https://antoing.egovflow.be/\"><img alt=\"\" height=\"59\" src=\"https://www.antoing.net/albums/portlet-acces-directs/e-guichet.jpg/@@images/0dde895c-917b-440a-a475-75cf0579c5bb.jpeg\" title=\"e-guichet\" width=\"224\"></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": "396755ba7b3a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a089850d"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "#portletwrapper-706c6f6e652e7269676874636f6c756d6e0a636f6e746578740a2f616e746f696e670a6e6465672d64757267656e6365 > .portlet > .portletItem.odd > p:nth-child(2) > a",
            "html": "<a href=\"https://www.antoing.net/informations-utiles/ndeg-durgence-1/ndeg-durgence\"><img alt=\"\" height=\"59\" src=\"https://www.antoing.net/albums/portlet-acces-directs/ndeg-durgence/@@images/8e11bcef-c6ed-42ff-8afe-561a4a352483.jpeg\" title=\"N° d'urgence 1\" width=\"224\"></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": "b2d422663351",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-969c51dc"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "p:nth-child(3) > a[target=\"_blank\"]",
            "html": "<a href=\"https://www.antoing.net/actualites/photos-et-documents/agenda\" target=\"_blank\"><img alt=\"\" height=\"59\" src=\"https://www.antoing.net/albums/portlet-acces-directs/agenda.jpg/@@images/dda96679-9d8a-4d54-b1a0-6c2c86a8dd84.jpeg\" title=\"Agendas\" width=\"224\"></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": "5b52186f6d5f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f46a20f9"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".portletItem.odd > p:nth-child(4) > a",
            "html": "<a href=\"https://www.antoing.net/ma-commune/services-communaux/declic-numerique\"><img alt=\"\" height=\"59\" src=\"https://www.antoing.net/albums/portlet-acces-directs/declic.jpg/@@images/53b267df-f181-4351-b392-2bd211e4f9ca.jpeg\" title=\"Déclic\" width=\"224\"></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": "fb6f5e8ddd74",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bf29d5fb"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".portletItem.odd > p:nth-child(5) > a",
            "html": "<a href=\"mailto:claude.cordie...\">",
            "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": "a59b4114f699",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-63e9a17f"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "p:nth-child(7) > a",
            "html": "<a href=\"https://www.antoing.net/ma-commune/services-communaux/etat-civil/avis/avis-de-deces/avis-de-deces-1\"><img alt=\"\" height=\"59\" src=\"https://www.antoing.net/albums/portlet-acces-directs/avis-de-deces/@@images/4515619a-17a5-47a2-9797-9ff990bd6548.jpeg\" title=\"Avis de décès\" width=\"223\"></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": "11a1e619e85e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b81e27b0"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "p:nth-child(8) > a",
            "html": "<a href=\"https://www.antoing.net/ma-commune/services-communaux/etat-civil/avis/avis-de-naissance-1/avis-de-naissance\">",
            "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": "68f4e6f85911",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f3902515"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "p:nth-child(9) > a",
            "html": "<a href=\"https://www.antoing.net/ma-commune/services-communaux/avis-enquetes\"><img alt=\"\" height=\"59\" src=\"https://www.antoing.net/albums/portlet-acces-directs/avis-et-enquetes/@@images/17e2dd0e-c7a2-475d-8d58-ddc4bc5ebcd4.jpeg\" title=\"Avis et enquêtes\" width=\"223\"></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": "b0134054d348",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-70e60a2f"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "p:nth-child(10) > a",
            "html": "<a href=\"https://www.antoing.net/ma-commune/vie-politique/ordre-du-jour-du-conseil-communal-1\"><img alt=\"\" height=\"59\" src=\"https://www.antoing.net/albums/portlet-acces-directs/ordre-du-jour/@@images/1ca133a7-bd49-48c2-94fe-470427d5cedf.jpeg\" title=\"Ordre du jour\" width=\"223\"></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": "6f2a94b65f3a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5e772d30"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "p:nth-child(11) > a",
            "html": "<a href=\"https://www.antoing.net/ma-commune/vie-politique/poces-verbaux-des-conseils-communaux\"><img alt=\"\" height=\"59\" src=\"https://www.antoing.net/albums/portlet-acces-directs/pv-conseil/@@images/151b3382-eea9-4b95-bb0f-7334382dd4b4.jpeg\" title=\"PV conseil\" width=\"223\"></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": "f81cda3065fe",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5709c249"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "p:nth-child(12) > a[target=\"_blank\"]",
            "html": "<a href=\"https://www.developpementruralantoing.info/\" target=\"_blank\"><img alt=\"\" height=\"58\" src=\"https://www.antoing.net/albums/portlet-acces-directs/dev-rural.jpg/@@images/03b51be5-7e7e-4852-9657-22e88829c60e.jpeg\" title=\"Développement rural\" width=\"223\"></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": "6ec893d54bb9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4acb1052"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "p:nth-child(13) > a[target=\"_blank\"]",
            "html": "<a href=\"https://www.antoing.net/ma-commune/vie-politique/college-communal/programme-strategique-transversal\" target=\"_blank\"><img alt=\"\" height=\"58\" src=\"https://www.antoing.net/albums/portlet-acces-directs/pst.jpg/@@images/79519878-ee88-48cf-8f61-62913c3296cc.jpeg\" title=\"PST\" width=\"223\"></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": "d897017128c2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5508cf2e"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "p:nth-child(14) > a",
            "html": "<a href=\"https://www.antoing.net/ma-commune/services-communaux/graphisme/bulletin-communal\"><img alt=\"\" height=\"59\" src=\"https://www.antoing.net/albums/portlet-acces-directs/bulletin-communal/@@images/311e6f89-67da-43dd-9281-141c27b6ff1f.jpeg\" title=\"Bulletin communal\" width=\"223\"></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": "2764d5dbe3dc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-df83a4fa"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "p:nth-child(15) > a",
            "html": "<a href=\"https://www.antoing.net/ma-commune/autres-services/creche-communale-dantoing\"><img alt=\"\" src=\"https://www.antoing.net/photos-et-documents/portelet-creche.jpg/@@images/66992ef8-3671-4d0d-b69c-fc6ca02080ed.jpeg\" title=\"Crèche\"></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": "5a239c83dbee",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dac70e9f"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "p:nth-child(16) > a",
            "html": "<a href=\"https://www.antoing.net/loisirs/tourisme/antoing-tourisme\"><img alt=\"\" height=\"59\" src=\"https://www.antoing.net/albums/portlet-acces-directs/tourisme/@@images/e9cdce20-8445-4c8f-b101-707fb9bec6f3.jpeg\" title=\"Tourisme\" width=\"223\"></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": "4a27d081dfc9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-34307cf7"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "p:nth-child(17) > a[target=\"_blank\"]",
            "html": "<a href=\"https://www.antoing.net/ma-commune/autres-services/cpas\" target=\"_blank\"><img alt=\"\" height=\"59\" src=\"https://www.antoing.net/albums/portlet-acces-directs/cpas/@@images/a2d74278-9a03-4d93-942e-e49f1b5ff67b.jpeg\" title=\"CPAS\" width=\"223\"></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": "6ccf7303aa2a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6d0e818b"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "p:nth-child(18) > a[target=\"_blank\"]",
            "html": "<a href=\"https://www.antoing.net/je-suis/organisateur-devenements/soumettre-un-evenement-1\" target=\"_blank\">",
            "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": "43b4083f22eb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-32c1a43d"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "#portletwrapper-706c6f6e652e7269676874636f6c756d6e0a636f6e746578740a2f616e746f696e670a706f72746c65745f7374617469632d31 > .portlet > .portletItem.odd > p:nth-child(2) > a",
            "html": "<a href=\"https://www.antoing.net/loisirs/info-parc-naturel\"><img alt=\"\" src=\"https://www.antoing.net/albums/portlet-acces-directs/parc-naturel-plaines-escaut.jpg/@@images/5661bec9-43ae-49ba-9e70-c98ca74dd8c7.jpeg\" title=\"PNPE\"></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": "15524dabbe39",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-95da64b7"
          },
          {
            "rule": "meta-viewport",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport?application=playwright",
            "impact": "moderate",
            "wcagSc": [
              "wcag2aa",
              "wcag144"
            ],
            "xpath": "meta[name=\"viewport\"]",
            "html": "<meta content=\"width=device-width, minimum-scale=1.0, maximum-scale=1.0\" name=\"viewport\">",
            "message": "Zooming and scaling must not be disabled",
            "fixSummary": "Fix any of the following:\n  maximum-scale on <meta> tag disables zooming on mobile devices",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "278fe75d1042",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-98527d57"
          },
          {
            "rule": "page-has-heading-one",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "html",
            "html": "<html lang=\"fr\" xml:lang=\"fr\" xmlns=\"http://www.w3.org/19...\" class=\"js flexbox canvas ca...\">",
            "message": "Page should contain a level-one heading",
            "fixSummary": "Fix all of the following:\n  Page must have a level-one heading",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ebb44a2528f1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ee8d7590"
          },
          {
            "rule": "page-has-heading-one",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "iframe",
            "html": "<html><head></head><body></body></html>",
            "message": "Page should contain a level-one heading",
            "fixSummary": "Fix all of the following:\n  Page must have a level-one heading",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "25df5b484c5f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dadc1ce2"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#gdpr-consent-banner > span",
            "html": "<span>Ce site utilise des cookies pour vous fournir une expérience optimale (lecture de vidéos, affichage de plans et de contenus issus des réseaux sociaux notamment).</span>",
            "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": "e7e653b011c4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-10afa511"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "a[rel=\"#pb_4\"]",
            "html": "<a href=\"https://www.antoing.net/@@consent\" rel=\"#pb_4\" class=\"link-overlay\" style=\"cursor: pointer;\">En savoir plus et personnaliser</a>",
            "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": "1daa18eff424",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b9a13803"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#top-actions",
            "html": "<div id=\"top-actions\" xmlns:xi=\"http://www.w3.org/2001/XInclude\">",
            "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": "3bf85cca468a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-611321ac"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#portal-logo",
            "html": "<a accesskey=\"1\" href=\"https://www.antoing.net\" id=\"portal-logo\" title=\"Site de antoing\">\n<img alt=\"Site de antoing\" height=\"260\" src=\"https://www.antoing.net/cpskinlogo.png/@@images/1dbcda1e-e3ae-44c9-92fd-9ee98a276fda.png\" title=\"Site de antoing\" width=\"439\"></a>",
            "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": "cff53ecc42d3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f5944d4a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "label[for=\"searchGadget\"]",
            "html": "<label class=\"hiddenStructure\" for=\"searchGadget\">Chercher par</label>",
            "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": "2625b22d34f2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c8500bcc"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#searchGadget",
            "html": "<input accesskey=\"4\" class=\"searchField\" id=\"searchGadget\" name=\"SearchableText\" placeholder=\"Recherche\" size=\"18\" title=\"Recherche\" type=\"text\" autocomplete=\"off\">",
            "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": "e28c8c47c697",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d000e467"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#portal-advanced-search",
            "html": "<div class=\"hiddenStructure\" id=\"portal-advanced-search\">\n<a accesskey=\"5\" href=\"https://www.antoing.net/@@search\">Recherche avancée…</a>\n</div>",
            "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": "9dfc1b6c2ccd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-481929a7"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#top-navigation-inner > .hiddenStructure:nth-child(1)",
            "html": "<p class=\"hiddenStructure\">\n<a accesskey=\"2\" href=\"https://www.antoing.net/#content\">Aller au contenu.</a> |\n\n  <a accesskey=\"6\" href=\"https://www.antoing.net/#portal-globalnav\">Aller à la navigation</a>\n</p>",
            "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": "d99dcf20e40e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e9f91063"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#top-navigation-inner > .hiddenStructure:nth-child(2)",
            "html": "<p class=\"hiddenStructure\">Navigation</p>",
            "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": "569191f62d4d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7ac4712f"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "h5",
            "html": "<h5 class=\"hiddenStructure\">Navigation</h5>",
            "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": "8c41cb820860",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5a996fd3"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .flex-viewport > .slides > li:nth-child(2) > .linkimg",
            "html": "<a class=\"linkimg\" href=\"https://www.antoing.net/actualites/exercices-militaires\">",
            "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": "e88df206f555",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8c5ec462"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .flex-viewport > .slides > li:nth-child(2) > .publication-date",
            "html": "<div class=\"publication-date\">05/05/2026</div>",
            "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": "a00848936905",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d2e50d59"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .flex-viewport > .slides > li:nth-child(2) > .flex-caption",
            "html": "<div class=\"flex-caption\">\n<div class=\"flex-caption-inner\">\n<h2>\n<a href=\"https://www.antoing.net/actualites/exercices-militaires\">Exercices militaires</a>\n</h2>\n<p> <a href=\"https://www.antoing.net/actualites/exercices-militaires\"></a>\n</p>\n</div>\n</div>",
            "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": "172efd3ef898",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ad3cd701"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .flex-viewport > .slides > .flex-active-slide > .linkimg",
            "html": "<a class=\"linkimg\" href=\"https://www.antoing.net/actualites/inscriptions-aux-plaines-de-vacances-ete\">",
            "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": "aaf9a1463347",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-44df24bc"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .flex-viewport > .slides > .flex-active-slide > .publication-date",
            "html": "<div class=\"publication-date\">30/04/2026</div>",
            "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": "f52a51f59d5a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-82638e08"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .flex-viewport > .slides > .flex-active-slide > .flex-caption",
            "html": "<div class=\"flex-caption\">",
            "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": "815624490ca8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c682a975"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .flex-viewport > .slides > li:nth-child(4) > .linkimg",
            "html": "<a class=\"linkimg\" href=\"https://www.antoing.net/actualites/le-18-juin-2026\">\n<img alt=\"le 18 juin 2026\" class=\"flexsliderimg\" height=\"439\" src=\"https://www.antoing.net/actualites/le-18-juin-2026/@@images/54549345-4569-4cff-9907-fd6c97f6efef.jpeg\" title=\"le 18 juin 2026\" width=\"950\">\n</a>",
            "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": "759e45cbb4e5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-81b7c4bd"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "li:nth-child(4) > .publication-date",
            "html": "<div class=\"publication-date\">22/04/2026</div>",
            "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": "e2daa3775a29",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f6d31b6c"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .flex-viewport > .slides > li:nth-child(4) > .flex-caption",
            "html": "<div class=\"flex-caption\">\n<div class=\"flex-caption-inner\">\n<h2>\n<a href=\"https://www.antoing.net/actualites/le-18-juin-2026\">le 18 juin 2026</a>\n</h2>\n<p> <a href=\"https://www.antoing.net/actualites/le-18-juin-2026\"></a>\n</p>\n</div>\n</div>",
            "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": "6da6f90cfa8e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b04e5bb7"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .flex-viewport > .slides > li:nth-child(5) > .linkimg",
            "html": "<a class=\"linkimg\" href=\"https://www.antoing.net/evenements/antoing-en-fete\">\n<img alt=\"Antoing en fête\" class=\"flexsliderimg\" height=\"440\" src=\"https://www.antoing.net/evenements/antoing-en-fete/@@images/70c0b4ab-b10b-40f0-a8ab-3f80b92e7903.png\" title=\"Antoing en fête\" width=\"950\">\n</a>",
            "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": "ca877dd4f7e1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7edf06c4"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .flex-viewport > .slides > li:nth-child(5) > .flex-caption",
            "html": "<div class=\"flex-caption\">",
            "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": "5ce7a971ac5d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-84060304"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .flex-viewport > .slides > li:nth-child(6) > .linkimg",
            "html": "<a class=\"linkimg\" href=\"https://www.antoing.net/actualites/maison-de-jeunes-dantoing-activites-de-printemps\">",
            "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": "f2849455022c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-48dd9223"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .flex-viewport > .slides > li:nth-child(6) > .publication-date",
            "html": "<div class=\"publication-date\">30/03/2026</div>",
            "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": "9c24307a3eb6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f22f5b8e"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .flex-viewport > .slides > li:nth-child(6) > .flex-caption",
            "html": "<div class=\"flex-caption\">",
            "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": "70862a07564d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7aaf92f9"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .flex-viewport > .slides > li:nth-child(7) > .linkimg",
            "html": "<a class=\"linkimg\" href=\"https://www.antoing.net/actualites/fermeture-des-services-etat-civil-et-population\">",
            "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": "52e751834b8f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-175b0add"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .flex-viewport > .slides > li:nth-child(7) > .publication-date",
            "html": "<div class=\"publication-date\">23/02/2026</div>",
            "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": "896cf87eb840",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-946f176c"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .flex-viewport > .slides > li:nth-child(7) > .flex-caption",
            "html": "<div class=\"flex-caption\">",
            "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": "5fc5509725d7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8284d807"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "li:nth-child(8) > .linkimg",
            "html": "<a class=\"linkimg\" href=\"https://www.antoing.net/actualites/fin-des-allocations-de-chomage\">",
            "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": "ff7b8ccf3295",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-256d52f8"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "li:nth-child(8) > .publication-date",
            "html": "<div class=\"publication-date\">13/11/2025</div>",
            "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": "3987e911b1f9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-18acf37f"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "li:nth-child(8) > .flex-caption",
            "html": "<div class=\"flex-caption\">",
            "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": "06ada08b6c26",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-51baaf00"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .flex-direction-nav",
            "html": "<ul class=\"flex-direction-nav\"><li><a class=\"flex-prev\" href=\"#\">Previous</a></li><li><a class=\"flex-next\" href=\"#\">Next</a></li></ul>",
            "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": "c4d4f4d7d5e5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1465ed13"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-2 > .titre-rss > .titre",
            "html": "<a class=\"titre\" href=\"https://www.antoing.net/evenements/evenements\">\n<h2>Evénements</h2>\n</a>",
            "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": "fcc6f65f15e9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bd2f0163"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-2 > .results.parsable-content",
            "html": "<div class=\"results parsable-content\">",
            "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": "ead16346af96",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-88ff3f6a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-2 > .voir-tout-content",
            "html": "<div class=\"voir-tout-content\">\n<a class=\"voir-tout\" href=\"https://www.antoing.net/evenements/evenements\">\n                       Voir l'ensemble des evénements\n                      </a>\n</div>",
            "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": "a278f147ea4b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ec934e18"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-3 > .titre-rss > .titre",
            "html": "<a class=\"titre\" href=\"https://www.antoing.net/actualites/infos\">\n<h2>Infos</h2>\n</a>",
            "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": "bf05eb174d9c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1b86520d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-3 > .results.parsable-content",
            "html": "<div class=\"results parsable-content\">",
            "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": "538f3e9461dd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c8a5ffa1"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-3 > .voir-tout-content",
            "html": "<div class=\"voir-tout-content\">\n<a class=\"voir-tout\" href=\"https://www.antoing.net/actualites/infos\">\n                       Voir l'ensemble des infos\n                      </a>\n</div>",
            "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": "86169fc3f5c3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7cc37511"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".videos-container > h2",
            "html": "<h2>Vidéos</h2>",
            "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": "e72c7b5e7d0a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4e9f2528"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".gdpr-iframe-message",
            "html": "<div class=\"gdpr-iframe-message\">Cette fonctionnalité nécessite l'acceptation des cookies.<br><a class=\"consent-link link-overlay\" href=\"https://www.antoing.net/@@consent\" rel=\"#pb_2\" style=\"cursor: pointer;\">Modifier vos préférences en matière de cookies</a>.</div>",
            "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": "5512ee1df813",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-28b1c3a9"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".link-all",
            "html": "<a class=\"link-all\" href=\"https://www.antoing.net/video/index\">\n                Voir toutes les vidéos\n            </a>",
            "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": "93e41b04d3ca",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8b5cdca5"
          }
        ],
        "outcomeCount": 1127,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 84
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3614,
          "failed": 149,
          "cantTell": 45,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_attribute_valid",
          "aria_attribute_value_valid",
          "aria_complementary_labelled",
          "aria_content_in_landmark",
          "aria_contentinfo_misuse",
          "aria_form_label_unique",
          "aria_hidden_nontabbable",
          "aria_landmark_name_unique",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "frame_src_valid",
          "heading_content_exists",
          "html_lang_exists",
          "html_skipnav_exists",
          "img_alt_null",
          "input_label_visible",
          "style_color_misuse",
          "style_highcontrast_visible",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4fe319113a00",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9ad5fff9"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style>",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4fe7b0fa1a94",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b81717"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd06f71a4547",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form method=\"POST\" data-json-url=\"https://www.antoing.net/@@consent-json\" action=\"https://www.antoing.net/@@accept_or_refuse_all\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70a60dd4ce0b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-be31faaa"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<form method=\"POST\" data-json-url=\"https://www.antoing.net/@@consent-json\" action=\"https://www.antoing.net/@@accept_or_refuse_all\">",
            "message": "Multiple elements with \"form\" landmarks within the same parent region are not distinguished from one another because they have the same \"\" label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1fffbf08a990",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cf5b9db0"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "52e80aa01937",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-62a9622d"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9361c7edd371",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1b601da8"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a style=\"cursor: pointer;\" class=\"link-overlay\" rel=\"#pb_4\" href=\"https://www.antoing.net/@@consent\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bc27d9505c24",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ad4dacc4"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "468407b3f879",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ddecc5e3"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "26b6bbe22e34",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c8dbfadd"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p class=\"hiddenStructure\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b278b617db22",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4681057b"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a style=\"cursor: pointer;\" class=\"link-overlay\" rel=\"#pb_1\" id=\"personaltools-login\" href=\"https://www.antoing.net/login\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1d7e9c1a6e4a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-421a51b3"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a style=\"cursor: pointer;\" class=\"link-overlay\" rel=\"#pb_1\" id=\"personaltools-login\" href=\"https://www.antoing.net/login\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c5e6e229880",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-04b3bb58"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a style=\"cursor: pointer;\" class=\"link-overlay\" rel=\"#pb_1\" id=\"personaltools-login\" href=\"https://www.antoing.net/login\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 13.6px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "92f9e69e6019",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-04056d4f"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul id=\"portal-siteactions\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4bea294d1d62",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8b43a333"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"Plan du site\" href=\"https://www.antoing.net/sitemap\" accesskey=\"3\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5861027b9706",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3f8cc7cc"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Plan du site\" href=\"https://www.antoing.net/sitemap\" accesskey=\"3\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 13.6px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc66f2f954ee",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-318a31ff"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"Accessibilité\" href=\"https://www.antoing.net/accessibility-info\" accesskey=\"0\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7552b607c25c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1ada97d8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Accessibilité\" href=\"https://www.antoing.net/accessibility-info\" accesskey=\"0\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 13.6px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d36659bb314d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-44f7a9dd"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"Contact\" href=\"https://www.antoing.net/contact-info\" accesskey=\"9\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e022f3e652fe",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9e9f2b2e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Contact\" href=\"https://www.antoing.net/contact-info\" accesskey=\"9\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 13.6px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1735d7ed12f4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f0b8971d"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"https://www.facebook.com/\" target=\"_blank\" href=\"https://www.facebook.com/\" class=\" icon-facebook-1\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c7a7212c8b55",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-acdc07bc"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"https://twitter.com/\" target=\"_blank\" href=\"https://twitter.com/\" class=\" icon-twitter-1\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ae50ee342b1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b62ac99b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"https://vimeo.com/\" target=\"_blank\" href=\"https://vimeo.com/\" class=\" icon-vimeo\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e3e1382c3daa",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-579a3c58"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a title=\"Site de antoing\" id=\"portal-logo\" href=\"https://www.antoing.net\" accesskey=\"1\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "946a1b9ae328",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f9c563b9"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form id=\"livesearch0\" action=\"https://www.antoing.net/@@search\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f2dbe9e396d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c4cffe50"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<form id=\"livesearch0\" action=\"https://www.antoing.net/@@search\">",
            "message": "Multiple elements with \"form\" landmarks within the same parent region are not distinguished from one another because they have the same \"\" label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a1e985f2ecb7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f0c513e6"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Rechercher\" type=\"submit\" class=\"searchButton\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a435f21b2e13",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c08934de"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.antoing.net/@@search\" accesskey=\"5\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "64aea9e9d509",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-28f5359c"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p class=\"hiddenStructure\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.antoing.net/#portal-globalnav\" accesskey=\"6\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b08a5513304e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6e3090d6"
          },
          {
            "rule": "aria_attribute_value_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-ma-commune\" class=\"theme1 plain\">",
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "86ed857dffc2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-79088b70"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-ma-commune\" class=\"theme1 plain\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ba7ee3f11ea",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-602ea610"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"\" href=\"https://www.antoing.net/ma-commune\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 17.92px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "53dcc903b434",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0ac2635f"
          },
          {
            "rule": "aria_attribute_value_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-loisirs\" class=\"theme2 plain\">",
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "234571ef3212",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-298c5956"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-loisirs\" class=\"theme2 plain\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d536e11c1c7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-677a26dd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"\" href=\"https://www.antoing.net/loisirs\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 17.92px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7dfcce1c82d1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6ab25837"
          },
          {
            "rule": "aria_attribute_value_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-economie\" class=\"theme3 plain\">",
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8b155d36dc2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c2da2793"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-economie\" class=\"theme3 plain\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ec849c18c60",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6e65f609"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"\" href=\"https://www.antoing.net/economie\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 17.92px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "132044115f93",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b35ceddb"
          },
          {
            "rule": "aria_attribute_value_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-je-suis\" class=\"theme4 plain\">",
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "30ad4442bef0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-120eee08"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-je-suis\" class=\"theme4 plain\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "44faf026a288",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dbf093cc"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"\" href=\"https://www.antoing.net/je-suis\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 17.92px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a28a6366290",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a7436e67"
          },
          {
            "rule": "aria_attribute_value_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-informations-utiles\" class=\"theme5 plain\">",
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b8f8b77d51b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-14b82179"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-informations-utiles\" class=\"theme5 plain\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7dbb12b9c8dd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2ba2eb00"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"\" href=\"https://www.antoing.net/informations-utiles\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 17.92px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b987717f24bb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8424c886"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul style=\"width: 1800%; transition-duration: 0s; transform: translate3d(-491px, 0px, 0px);\" class=\"slides\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a3169fa78dc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-513434ad"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://www.antoing.net/actualites/fin-des-allocations-de-chomage\" class=\"linkimg\">",
            "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cbe5ebf940d5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d2e888cb"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.antoing.net/actualites/fin-des-allocations-de-chomage\" class=\"linkimg\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "05e4c6200072",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-af35eaa8"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ddf6898dc3c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d8cc0148"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://www.antoing.net/actualites/fin-des-allocations-de-chomage\">",
            "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a780d440d835",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-495fdb6e"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.antoing.net/actualites/fin-des-allocations-de-chomage\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "caeff5086486",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7805872b"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://www.antoing.net/actualites/fin-des-allocations-de-chomage\">",
            "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.antoing.net/actualites/fin-des-allocations-de-chomage\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.antoing.net/actualites/exercices-militaires\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4ebb1175c46b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f55129cb"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.antoing.net/actualites/exercices-militaires\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d811e7b5407c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-57e919a6"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.antoing.net/actualites/exercices-militaires\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8259dd5db437",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6c90598d"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.antoing.net/actualites/inscriptions-aux-plaines-de-vacances-ete\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "01b79cfa8c6b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-eabe129d"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.antoing.net/actualites/inscriptions-aux-plaines-de-vacances-ete\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fd0c63a3e64e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-45f833a4"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.antoing.net/actualites/le-18-juin-2026\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "015f081e77f9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2959ef11"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.antoing.net/actualites/le-18-juin-2026\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "29e47a1f8bfb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d939ad6b"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.antoing.net/evenements/antoing-en-fete\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "781ded44a7cf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d76584fe"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.antoing.net/evenements/antoing-en-fete\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b89f11f4e133",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7e116223"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.antoing.net/actualites/maison-de-jeunes-dantoing-activites-de-printemps\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6aff493ec508",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-45f6839b"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.antoing.net/actualites/maison-de-jeunes-dantoing-activites-de-printemps\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b20b40830a93",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7f289dc0"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.antoing.net/actualites/fermeture-des-services-etat-civil-et-population\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "81c37f504b9a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-755d000f"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.antoing.net/actualites/fermeture-des-services-etat-civil-et-population\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed16d2071005",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-55877bc7"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://www.antoing.net/actualites/exercices-militaires\" class=\"linkimg\">",
            "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c47febabb074",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6171503d"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://www.antoing.net/actualites/exercices-militaires\">",
            "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "29dea5b23e2a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-306cd9a2"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://www.antoing.net/actualites/exercices-militaires\">",
            "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.antoing.net/actualites/exercices-militaires\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\"flex-direction-nav\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "01859a0da6e0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2dbefb96"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"#\" class=\"flex-prev\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7786563eb12",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-34ed2868"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"#\" class=\"flex-next\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "86a35fecdd3a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-56d72d39"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.antoing.net/evenements/evenements\" class=\"titre\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "578f7a0c99e6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3ce13a6d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\" standard-results\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0657e718ee61",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4a9e0863"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b88bb5f82f7e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2989ad96"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.antoing.net/evenements/evenements\" class=\"voir-tout\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b78dd6318e14",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5983c474"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.antoing.net/actualites/infos\" class=\"titre\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4be2d2fabc4f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-556415f8"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\" standard-results\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.antoing.net/actualites/infos\" class=\"voir-tout\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e042b5e10940",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-edffe1e3"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f042db86d154",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f9d40766"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\"videos\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a5653216da0f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a889618"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<iframe width=\"0\" title=\"TRANSITION ENERGETIQUE - Projet COLECO - L'éco-partage énergétique\" src=\"\" referrerpolicy=\"strict-origin-when-cross-origin\" height=\"0\" gdpr-width=\"200\" gdpr-src=\"https://www.youtube-nocookie.com/embed/m49S5xWjIsI\" gdpr-height=\"113\" frameborder=\"0\" class=\"gdpr-iframe\" allowfullscreen=\"\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\">",
            "message": "The HTML attribute(s) \"frameborder\" is deprecated for the <iframe> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c7fba360606f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-de3d224d"
          },
          {
            "rule": "frame_src_valid",
            "xpath": null,
            "html": "<iframe width=\"0\" title=\"TRANSITION ENERGETIQUE - Projet COLECO - L'éco-partage énergétique\" src=\"\" referrerpolicy=\"strict-origin-when-cross-origin\" height=\"0\" gdpr-width=\"200\" gdpr-src=\"https://www.youtube-nocookie.com/embed/m49S5xWjIsI\" gdpr-height=\"113\" frameborder=\"0\" class=\"gdpr-iframe\" allowfullscreen=\"\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\">",
            "message": "Verify <frame> content is accessible",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "58092edcf372",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fb560463"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<iframe width=\"0\" title=\"TRANSITION ENERGETIQUE - Projet COLECO - L'éco-partage énergétique\" src=\"\" referrerpolicy=\"strict-origin-when-cross-origin\" height=\"0\" gdpr-width=\"200\" gdpr-src=\"https://www.youtube-nocookie.com/embed/m49S5xWjIsI\" gdpr-height=\"113\" frameborder=\"0\" class=\"gdpr-iframe\" allowfullscreen=\"\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "671a60860b34",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-10952cdc"
          },
          {
            "rule": "html_lang_exists",
            "xpath": null,
            "html": "<html>",
            "message": "Page detected as HTML, but does not have a 'lang' attribute",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "502732896cad",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8ec4dca4"
          },
          {
            "rule": "html_skipnav_exists",
            "xpath": null,
            "html": "<html>",
            "message": "Verify there is a way to bypass blocks of content that are repeated on multiple Web pages",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca5307b22eb2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5de5dc40"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.antoing.net/video/index\" class=\"link-all\">",
            "message": "Text contrast of 4.36 with its background is less than the WCAG AA minimum requirements for text of size 14.4px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "083194555e91",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2488ed95"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside xmlns:xi=\"http://www.w3.org/2001/XInclude\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c78351e1eaaf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5b8c0c90"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.google.be/maps/place/Ville+d'Antoing+Etablissement+Public/@50.5631998,3.4532796,15z/data=!4m2!3m1!1s0x0:0x27d2b4075c599965\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dac2157399a6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-504dedc0"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.google.be/maps/place/Ville+d'Antoing+Etablissement+Public/@50.5631998,3.4532796,15z/data=!4m2!3m1!1s0x0:0x27d2b4075c599965\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "95d2fe9edd22",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6106791a"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img width=\"225\" title=\"Centre administratif\" src=\"https://www.antoing.net/albums/centre-administratif/@@images/41d4b4d5-d9b6-4ef2-bafe-12212b7bde45.jpeg\" height=\"203\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4f15287a719a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ec18ce78"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"mailto:antoing@antoing.net\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5e4970b25bac",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-567fcc35"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://antoing.egovflow.be/\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eaffaffe3934",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-de56304c"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img width=\"224\" title=\"e-guichet\" src=\"https://www.antoing.net/albums/portlet-acces-directs/e-guichet.jpg/@@images/0dde895c-917b-440a-a475-75cf0579c5bb.jpeg\" height=\"59\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd8fc0f3dec2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-27a265f3"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.antoing.net/informations-utiles/ndeg-durgence-1/ndeg-durgence\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8cbc70522f7f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-635b8137"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img width=\"224\" title=\"N° d'urgence 1\" src=\"https://www.antoing.net/albums/portlet-acces-directs/ndeg-durgence/@@images/8e11bcef-c6ed-42ff-8afe-561a4a352483.jpeg\" height=\"59\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "064988f0c723",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a39e0bb2"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.antoing.net/actualites/photos-et-documents/agenda\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "06257da0e356",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8c93714a"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img width=\"224\" title=\"Agendas\" src=\"https://www.antoing.net/albums/portlet-acces-directs/agenda.jpg/@@images/dda96679-9d8a-4d54-b1a0-6c2c86a8dd84.jpeg\" height=\"59\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "551cb7dabd83",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1a95e479"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.antoing.net/ma-commune/services-communaux/declic-numerique\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b5e0d33e8f16",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cf75334a"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img width=\"224\" title=\"Déclic\" src=\"https://www.antoing.net/albums/portlet-acces-directs/declic.jpg/@@images/53b267df-f181-4351-b392-2bd211e4f9ca.jpeg\" height=\"59\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6229cd23b252",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1a36c96e"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"mailto:claude.cordier@antoing.net; gregory.bocquillon@antoing.net?subject=panne%20d'%C3%A9clairage%20public&body=Comment%20proc%C3%A9der%20en%20cas%20de%20panne%20de%20l'%C3%A9clairage%20public%3F%0A%0ALa%20premi%C3%A8re%20chose%20%C3%A0%20faire%20est%20de%20relever%20le%20num%C3%A9ro%20de%20l'ouvrage%20en%20panne.%0A%0ACe%20num%C3%A9ro%20est%20grav%C3%A9%20sur%20une%20petite%20plaquette%20appos%C3%A9e%20sur%20le%20poteau%20m%C3%AAme%2C%20sur%20un%20mur%20dans%20le%20cas%20o%C3%B9%20la%20lampe%20se%20trouve%20sur%20une%20fa%C3%A7ade%20ou%20encore%20sur%20le%20point%20lumineux%20m%C3%AAme%20quand%20il%20s'agit%20d'un%20%C3%A9clairage%20au%20sol.%20Il%20commence%20toujours%20par%20236%2F%20suivi%20de%205%20autres%20chiffres.%0A%0AEncodez%20ci-dessous%20le%20N%C2%B0%20du%20point%20d'%C3%A9clairage%20en%20d%C3%A9faut%3A%0A%0A236%2F.....%0A%0ASi%20la%20voirie%20enti%C3%A8re%20est%20sans%20%C3%A9clairage%2C%20veuillez%20indiquer%20ci-dessous%20le%20nom%20de%20la%20rue%20(ou%20la%20partie%20de%20celle-ci)%20en%20d%C3%A9faut.%0A%0ARue%3A%0A%0AVous%20pouvez%20%C3%A9galement%20contacter%20Monsieur%20Gr%C3%A9gory%20Bocquillon%2C%20Echevin%20responsable%2C%20pour%20les%20probl%C3%A8mes%20urgents%20(0478%2F274.094)\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2370000b0a3a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-72c415e4"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"mailto:claude.cordier@antoing.net; gregory.bocquillon@antoing.net?subject=panne%20d'%C3%A9clairage%20public&body=Comment%20proc%C3%A9der%20en%20cas%20de%20panne%20de%20l'%C3%A9clairage%20public%3F%0A%0ALa%20premi%C3%A8re%20chose%20%C3%A0%20faire%20est%20de%20relever%20le%20num%C3%A9ro%20de%20l'ouvrage%20en%20panne.%0A%0ACe%20num%C3%A9ro%20est%20grav%C3%A9%20sur%20une%20petite%20plaquette%20appos%C3%A9e%20sur%20le%20poteau%20m%C3%AAme%2C%20sur%20un%20mur%20dans%20le%20cas%20o%C3%B9%20la%20lampe%20se%20trouve%20sur%20une%20fa%C3%A7ade%20ou%20encore%20sur%20le%20point%20lumineux%20m%C3%AAme%20quand%20il%20s'agit%20d'un%20%C3%A9clairage%20au%20sol.%20Il%20commence%20toujours%20par%20236%2F%20suivi%20de%205%20autres%20chiffres.%0A%0AEncodez%20ci-dessous%20le%20N%C2%B0%20du%20point%20d'%C3%A9clairage%20en%20d%C3%A9faut%3A%0A%0A236%2F.....%0A%0ASi%20la%20voirie%20enti%C3%A8re%20est%20sans%20%C3%A9clairage%2C%20veuillez%20indiquer%20ci-dessous%20le%20nom%20de%20la%20rue%20(ou%20la%20partie%20de%20celle-ci)%20en%20d%C3%A9faut.%0A%0ARue%3A%0A%0AVous%20pouvez%20%C3%A9galement%20contacter%20Monsieur%20Gr%C3%A9gory%20Bocquillon%2C%20Echevin%20responsable%2C%20pour%20les%20probl%C3%A8mes%20urgents%20(0478%2F274.094)\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e2fb78674952",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-129664e6"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img width=\"223\" title=\"Eclairage\" src=\"https://www.antoing.net/albums/portlet-acces-directs/eclairage/@@images/f186148f-4bb7-4817-8e0f-26b1df2c32b6.jpeg\" height=\"59\" class=\"image-left\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "304ab2b58961",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5692bb93"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.antoing.net/ma-commune/services-communaux/etat-civil/avis/avis-de-deces/avis-de-deces-1\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "489086d5faee",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5ef1a492"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img width=\"223\" title=\"Avis de décès\" src=\"https://www.antoing.net/albums/portlet-acces-directs/avis-de-deces/@@images/4515619a-17a5-47a2-9797-9ff990bd6548.jpeg\" height=\"59\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1d8f888335a0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ab164cfa"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.antoing.net/ma-commune/services-communaux/etat-civil/avis/avis-de-naissance-1/avis-de-naissance\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "46b91439c179",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4238d54a"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img width=\"223\" title=\"Avis de naissances\" src=\"https://www.antoing.net/albums/portlet-acces-directs/avis-de-naissances/@@images/5ad22739-eaa8-4aea-bc5f-ed4b639e11dc.jpeg\" height=\"59\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f78cdd411722",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ad7492f3"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.antoing.net/ma-commune/services-communaux/avis-enquetes\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9bdaa1ce5203",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b961fecc"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img width=\"223\" title=\"Avis et enquêtes\" src=\"https://www.antoing.net/albums/portlet-acces-directs/avis-et-enquetes/@@images/17e2dd0e-c7a2-475d-8d58-ddc4bc5ebcd4.jpeg\" height=\"59\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "67220e89c6f4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7184c0dc"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.antoing.net/ma-commune/vie-politique/ordre-du-jour-du-conseil-communal-1\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "43c15a811823",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-336f7370"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img width=\"223\" title=\"Ordre du jour\" src=\"https://www.antoing.net/albums/portlet-acces-directs/ordre-du-jour/@@images/1ca133a7-bd49-48c2-94fe-470427d5cedf.jpeg\" height=\"59\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "281bf81d0dc9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1d7fa456"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.antoing.net/ma-commune/vie-politique/poces-verbaux-des-conseils-communaux\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d3b0b571ccc3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-576e04cc"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img width=\"223\" title=\"PV conseil\" src=\"https://www.antoing.net/albums/portlet-acces-directs/pv-conseil/@@images/151b3382-eea9-4b95-bb0f-7334382dd4b4.jpeg\" height=\"59\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b5773ce7e7a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e337e36e"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.developpementruralantoing.info/\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b9b8a3cf512e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8bb7fa5a"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img width=\"223\" title=\"Développement rural\" src=\"https://www.antoing.net/albums/portlet-acces-directs/dev-rural.jpg/@@images/03b51be5-7e7e-4852-9657-22e88829c60e.jpeg\" height=\"58\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a32620fb8307",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-44389854"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.antoing.net/ma-commune/vie-politique/college-communal/programme-strategique-transversal\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "67a3b161625f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4119abc8"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img width=\"223\" title=\"PST\" src=\"https://www.antoing.net/albums/portlet-acces-directs/pst.jpg/@@images/79519878-ee88-48cf-8f61-62913c3296cc.jpeg\" height=\"58\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb83e5f4d733",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-83759cf7"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.antoing.net/ma-commune/services-communaux/graphisme/bulletin-communal\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b1ce3740f266",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-513d7009"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img width=\"223\" title=\"Bulletin communal\" src=\"https://www.antoing.net/albums/portlet-acces-directs/bulletin-communal/@@images/311e6f89-67da-43dd-9281-141c27b6ff1f.jpeg\" height=\"59\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6f37b11044da",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6137771a"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.antoing.net/ma-commune/autres-services/creche-communale-dantoing\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "349721841994",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8b1bafe5"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img title=\"Crèche\" src=\"https://www.antoing.net/photos-et-documents/portelet-creche.jpg/@@images/66992ef8-3671-4d0d-b69c-fc6ca02080ed.jpeg\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a0370c100740",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e3e62921"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.antoing.net/loisirs/tourisme/antoing-tourisme\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ca4ce671516",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ba9e68ab"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img width=\"223\" title=\"Tourisme\" src=\"https://www.antoing.net/albums/portlet-acces-directs/tourisme/@@images/e9cdce20-8445-4c8f-b101-707fb9bec6f3.jpeg\" height=\"59\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a1cade606558",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-13cce4da"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.antoing.net/ma-commune/autres-services/cpas\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "284c2fad22f9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-11ca962c"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img width=\"223\" title=\"CPAS\" src=\"https://www.antoing.net/albums/portlet-acces-directs/cpas/@@images/a2d74278-9a03-4d93-942e-e49f1b5ff67b.jpeg\" height=\"59\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f77d764f08c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-da7be587"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.antoing.net/je-suis/organisateur-devenements/soumettre-un-evenement-1\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d810f02241f8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e79a9862"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img width=\"223\" title=\"ajouter evenement\" src=\"https://www.antoing.net/albums/portlet-acces-directs/ajouter-evenement/@@images/62f97edd-cea2-43f1-a2df-db4f4ab9e498.jpeg\" height=\"59\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e4e6fa879db",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-783da729"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.antoing.net/loisirs/info-parc-naturel\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "93d376e2dd8d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b449c210"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img title=\"PNPE\" src=\"https://www.antoing.net/albums/portlet-acces-directs/parc-naturel-plaines-escaut.jpg/@@images/5661bec9-43ae-49ba-9e70-c98ca74dd8c7.jpeg\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2988c720ea8a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8b7dd281"
          },
          {
            "rule": "aria_contentinfo_misuse",
            "xpath": null,
            "html": "<footer xmlns:xi=\"http://www.w3.org/2001/XInclude\" id=\"portal-footer-wrapper\">",
            "message": "Element with \"contentinfo\" role is present without an element with \"main\" role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a4a60c7c5d21",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e879fab9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"\" href=\"https://www.antoing.net/ma-commune\">",
            "message": "Text contrast of 3.82 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"\" href=\"https://www.antoing.net/loisirs\">",
            "message": "Text contrast of 3.82 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"\" href=\"https://www.antoing.net/economie\">",
            "message": "Text contrast of 3.82 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"\" href=\"https://www.antoing.net/je-suis\">",
            "message": "Text contrast of 3.82 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"\" href=\"https://www.antoing.net/informations-utiles\">",
            "message": "Text contrast of 3.82 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 3780,
        "uniqueFailedCount": 126,
        "duplicateFailedCount": 23,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 23
    },
    {
      "submittedUrl": "https://www.ath.be/",
      "finalUrl": "https://www.ath.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Accueil — Ville d'Ath",
      "elapsedMs": 13932,
      "error": null,
      "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": 3048,
          "failed": 7,
          "cantTell": 89,
          "inapplicable": 44
        },
        "failedRules": [
          "aria-allowed-role",
          "aria-required-children",
          "heading-order",
          "region"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-command-name",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "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"
        ],
        "failures": [
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Ma Commune\"]",
            "html": "<label aria-label=\"Ma Commune\" for=\"navitem-ma-commune\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a696016e2d24",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fb93ab52"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Loisirs\"]",
            "html": "<label aria-label=\"Loisirs\" for=\"navitem-loisirs\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1bb8eae76d7d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3099441e"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Economie\"]",
            "html": "<label aria-label=\"Economie\" for=\"navitem-economie\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "281e4a5bc4ee",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c18e10d2"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"En un clic\"]",
            "html": "<label aria-label=\"En un clic\" for=\"navitem-en-un-clic\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f3724f16544",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1cd97163"
          },
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#portal-globalnav",
            "html": "<ul class=\"navbar-nav\" id=\"portal-globalnav\" role=\"menubar\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: [role=button]",
            "relatedPaths": [
              "label[aria-label=\"Ma Commune\"]",
              "label[aria-label=\"Loisirs\"]",
              "label[aria-label=\"Economie\"]",
              "label[aria-label=\"En un clic\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "20cb1b16c1dc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8565635e"
          },
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "div[aria-label=\"1 / 1\"] > .swiper_link.administration-communale[target=\"\"] > .swiper_title > h3",
            "html": "<h3>Déménagement? Nouvelle carte d'identité? Mettez à jour votre compte Itsme</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": "7dc1b2fba7e8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a63e8d72"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#portal-colophon",
            "html": "<div id=\"portal-colophon\">",
            "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": "ea859a5ed9de",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-edf401d2"
          }
        ],
        "outcomeCount": 3188,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 7
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 8978,
          "failed": 193,
          "cantTell": 159,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_complementary_labelled",
          "aria_content_in_landmark",
          "aria_id_unique",
          "element_attribute_deprecated",
          "element_id_unique",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "input_label_visible",
          "label_name_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "svg_graphics_labelled",
          "text_block_heading",
          "text_contrast_sufficient",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style>",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ad5061582d9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b81717"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "862f0bce4cd5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9ad5fff9"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"https://www.ath.be/++webresource++d5804eac-48ee-5c69-8389-75ac65829cb3/++plone++facetednavigation/faceted-jquery.min.css\" data-bundle=\"faceted.jquery\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4542750a0cb9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ec74d3c8"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"https://www.ath.be/++webresource++2b53a41d-1de2-50f0-8c3c-10a9c03eea62//++theme++ath/dist/css/theme.css\" data-bundle=\"diazo\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "861e786129e3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8488c944"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.ath.be/#content\" class=\"show-on-focus\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d9781ee1b51",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f1c7a3b4"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"154\" viewBox=\"0 0 154 105\" height=\"105\" fill=\"none\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a7076074995",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-08102d85"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#portal-globalnav-collapse\" class=\"navbar-toggler\" aria-label=\"Activer/désactiver la navigation\" aria-expanded=\"false\" aria-controls=\"navbarNav\">",
            "message": "The 'id' \"navbarNav\" specified for the ARIA property 'aria-controls' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b253fbd8ace5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7be75485"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#portal-globalnav-collapse\" class=\"navbar-toggler\" aria-label=\"Activer/désactiver la navigation\" aria-expanded=\"false\" aria-controls=\"navbarNav\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1641842e759f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-55b9b791"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"#offcanvasSearch\" data-bs-toggle=\"offcanvas\" data-bs-target=\"#offcanvasSearch\" aria-controls=\"offcanvasSearch\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d282c64f9fb6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a652846"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div style=\"\" id=\"1719816738950\" class=\"portalMessage info\">",
            "message": "Confirm this text 'Information' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e2c4baebc54e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-62b0373b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.ath.be/actualites/accueil-service-population-du-changement-pour?u=844edbe28c41465c9eef51ea277f0b50\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04bc9741f90f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2039460b"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div style=\"\" id=\"1722497469895\" class=\"portalMessage error\">",
            "message": "Confirm this text 'Attention' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "68cf54ade19d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a9635e78"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.ath.be/ma-commune/services-communaux/horaires/horaires/horaires\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ea553534a1f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0c3a5ae9"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\" aria-label=\"Acceptez tous les cookies\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c3d73d90491",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f4c83f57"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\" aria-label=\"Acceptez tous les cookies\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "30372346dd43",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f761d507"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\" aria-label=\"Acceptez tous les cookies\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f3f88f06b40d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-11d7452b"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\" aria-label=\"Acceptez tous les cookies\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e73373cc23d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4f9b556e"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.ath.be/@@consent\" data-pat-plone-modal=\"{\"prependContent\": \"\"}\" class=\"pat-plone-modal\" aria-label=\"En savoir plus et paramétrer les cookies\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1282044c89e0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d503e3e2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.ath.be/@@consent\" data-pat-plone-modal=\"{\"prependContent\": \"\"}\" class=\"pat-plone-modal\" aria-label=\"En savoir plus et paramétrer les cookies\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee987c626ddd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ebca5e4a"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a href=\"https://www.ath.be/@@consent\" data-pat-plone-modal=\"{\"prependContent\": \"\"}\" class=\"pat-plone-modal\" aria-label=\"En savoir plus et paramétrer les cookies\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d2aa4b36cd2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1b69161f"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\" aria-label=\"Refuser tous les cookies\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e34efb389fb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9e6f9182"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\" aria-label=\"Refuser tous les cookies\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "888696c59368",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-877f508f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\" aria-label=\"Refuser tous les cookies\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f489507a625a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-37e5941e"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\" aria-label=\"Refuser tous les cookies\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b57c0e652c0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4abe1a5a"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside id=\"global_statusmessage\" class=\"col-12\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c017ce3ace8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d6a7e678"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e6e61fe2472",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-61d6b2cc"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a title=\"Facebook (Nouvelle fenêtre)\" target=\"_blank\" href=\"https://www.facebook.com/athville\" class=\"table_image\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cead2646682f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-deed1671"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2035.56\" fill=\"#000\" data-name=\"Calque 2\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7986a8bc8b65",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6911264f"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a title=\"Instagram (Nouvelle fenêtre)\" target=\"_blank\" href=\"https://www.instagram.com/athville/\" class=\"table_image\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "676e7424045a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-15502932"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" fill=\"#000\" class=\"plone-icon\" aria-labelledby=\"title\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "862586daea28",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-42111521"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" fill=\"#000\" class=\"plone-icon\" aria-labelledby=\"title\">",
            "message": "The 'id' \"title\" specified for the ARIA property 'aria-labelledby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "73b497ed8a12",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-25a37d30"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a title=\"Vimeo (Nouvelle fenêtre)\" target=\"_blank\" href=\"https://vimeo.com/villedath\" class=\"table_image\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a2cc5f200bf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dd2808d7"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"120\" viewBox=\"0 0 120 120\" version=\"1.2\" height=\"120\" fill=\"#000\" class=\"plone-icon plone-icon\" baseProfile=\"tiny-ps\" aria-labelledby=\"title\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "17b820ecfeb6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d92b14a5"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"120\" viewBox=\"0 0 120 120\" version=\"1.2\" height=\"120\" fill=\"#000\" class=\"plone-icon plone-icon\" baseProfile=\"tiny-ps\" aria-labelledby=\"title\">",
            "message": "The 'id' \"title\" specified for the ARIA property 'aria-labelledby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "090f9fa76b47",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a43286e8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"120\" viewBox=\"0 0 120 120\" version=\"1.2\" height=\"120\" fill=\"#000\" class=\"plone-icon plone-icon\" baseProfile=\"tiny-ps\" aria-labelledby=\"title\">",
            "message": "The HTML attribute(s) \"version\" is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1fe53d49bad9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8e9b7ed5"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a title=\"Linkedin (Nouvelle fenêtre)\" target=\"_blank\" href=\"https://www.linkedin.com/company/villedath\" class=\"table_image\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d70022a0ae69",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2b59b433"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 303.84 303.83\" data-name=\"Calque 2\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "35d4853dcaf9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5145c957"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c104e0291011",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a4dedb7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e728f258f80c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 28 34.12\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ad7edc86370",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e3dfa86a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4be4736af0fb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e83ace82"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 23.5 19.23\" fill=\"#000\" class=\"plone-icon\" aria-labelledby=\"title\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a4a76362cc7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8fb3f986"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 23.5 19.23\" fill=\"#000\" class=\"plone-icon\" aria-labelledby=\"title\">",
            "message": "The 'id' \"title\" specified for the ARIA property 'aria-labelledby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f3cdb8047929",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-76e1b79e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c700a55da783",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ec9aff45"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Campagne de dératisation printanière du territoire athois' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b084e0a92cd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-abe54ce3"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Fermeture d'un tronçon du Square des Locomotives' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Coupure de courant dans quelques rues du centre-ville' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Rencontres intergénérationnelles au sein de nos maisons de repos' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'IP&C – Cartouches d’imprimantes originales et compatibles de qualité' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'La mascotte des P'tits Pinsons' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Remplacement des tournées immondices du  1er mai' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text '\"Le Paradis Caché\", un jardin à visiter' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<span>",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Le Paradis Caché\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e9edaf018b74",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a7bb455f"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Campagne de prévention des morsures de tiques' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Toiture d’excellence' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.ath.be/actualites\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c57f9008877c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0dbf6e41"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"from_on\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48821f56c0e5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-228b9fcd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"day\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f093ef31cfc8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ecfe7a85"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "09c79a3bb534",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d3810c24"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"to\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee3a7850bb21",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ffd28efb"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"day\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"from_on\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"day\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"from_on\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"day\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"from_on\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"day\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"to\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"day\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"from_on\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"day\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"to\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"day\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"from_on\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"day\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"to\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"day\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"from_on\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"day\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"from_on\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"day\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"to\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"day\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"from_on\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"day\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"from_on\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"day\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"to\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"day\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"from_on\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"day\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"from_on\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"day\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"from_on\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"day\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"from_on\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"day\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"from_on\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"day\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"from_on\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"day\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.ath.be/agenda\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "261fdab79ec5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5e1ddeb6"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9af3fdeba78",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cc948cfa"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Horeca\" target=\"\" href=\"https://www.ath.be/resolveuid/ac7c4d9b4a3340c3a101a0687d2542fd\" class=\"table_image no-image\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "13ce5a5b9394",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d50bb2a0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Producteurs locaux\" target=\"\" href=\"https://www.ath.be/resolveuid/bab6148d24cf46bd88b45910a31bb2ab\" class=\"table_image no-image\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6a44dfc19371",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-293e4e5b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Commercial\" target=\"\" href=\"https://www.ath.be/resolveuid/89033153f47540a38f6f4268bba97b0c\" class=\"table_image no-image\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "970372387bf0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6123b33c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Emplacements PMR\" target=\"\" href=\"https://www.ath.be/resolveuid/eff5e6a47a2144c3a7870b037f36fd1f\" class=\"table_image no-image\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a01fcb0ae429",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bfe19ac0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Médical\" target=\"\" href=\"https://www.ath.be/resolveuid/483dd32b46d9439c856dce5a402f1630\" class=\"table_image no-image\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7cb1b81a794f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d15a883a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Sportif\" target=\"\" href=\"https://www.ath.be/resolveuid/9756665b3bb84786a9f4661a8fbe9953\" class=\"table_image no-image\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2dd166ed5d85",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5616b8b8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Voir tous\" target=\"\" href=\"https://www.ath.be/resolveuid/bdcecce77382448d95dcd850f185a5f2\" class=\"table_image no-image\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f962d419818",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-734165ab"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2 class=\"section-title\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1489f8c114dd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f7bf1660"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Voyages Degrève - Projet de démolir des bâtiments existants et aménager un parking pour bus, construire un chalet pour le personnel....pdf (10,77Mo) (Nouvelle fenêtre)\" target=\"_blank\" href=\"https://www.ath.be/ma-commune/services-communaux/urbanisme-developpement-territorial/avis-enquetes/avis-et-enquetes/voyages-degreve-projet-de-demolir-des-batiments-existants-et-amenager-un-parking-pour-bus-construire-un-chalet-pour-le-personnel.pdf\" class=\"table_image no-image\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41638771563b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f2466885"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Démolition et reconstruction d'une annexe et carport route de Frasnes.pdf (1,8Mb) (Nouvelle fenêtre)\" target=\"_blank\" href=\"https://www.ath.be/ma-commune/services-communaux/urbanisme-developpement-territorial/avis-enquetes/avis-et-enquetes/demolition-et-reconstruction-dune-annexe-et-carport-route-de-frasnes.pdf\" class=\"table_image no-image\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "23ab7adc20e2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8ce70cfc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Régularisation d'une structure couverte Chemin de Sartiau.pdf (517Ko) (Nouvelle fenêtre)\" target=\"_blank\" href=\"https://www.ath.be/ma-commune/services-communaux/urbanisme-developpement-territorial/avis-enquetes/avis-et-enquetes/regularisation-dune-structure-couverte-chemin-de-sartiau.pdf\" class=\"table_image no-image\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6de62702d86e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f71f1a25"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Demande de création d'une porte en façade chemin de Finteau,.pdf (4,7Mb) (Nouvelle fenêtre)\" target=\"_blank\" href=\"https://www.ath.be/ma-commune/services-communaux/urbanisme-developpement-territorial/avis-enquetes/avis-et-enquetes/demande-de-creation-dune-porte-en-facade-chemin-de-finteau.pdf\" class=\"table_image no-image\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b246a0641e7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-541937d6"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e7dd860bee5b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2b24696c"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 14.07 14.07\" data-name=\"Calque 16\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "01f09e2522a3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-28bba364"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.ath.be/#content-header\" class=\"show-on-focus skip-before-footer\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "37a22791c6f8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0c2d3f1b"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e07efd16529f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div id=\"container-section-rs-banner\" class=\"container section-container display-paysage\">",
            "message": "The <div> element has the id \"container-section-rs-banner\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bce4d5e4bcdd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1d471dba"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div id=\"body-section-rs-banner\" class=\"body-section\">",
            "message": "The <div> element has the id \"body-section-rs-banner\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3feaa201dddd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1a6f4aa6"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a title=\"Facebook (Nouvelle fenêtre)\" target=\"_blank\" href=\"https://www.facebook.com/athville\" class=\"table_image\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2035.56\" fill=\"#000\" data-name=\"Calque 2\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a title=\"Instagram (Nouvelle fenêtre)\" target=\"_blank\" href=\"https://www.instagram.com/athville/\" class=\"table_image\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" fill=\"#000\" class=\"plone-icon\" aria-labelledby=\"title\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" fill=\"#000\" class=\"plone-icon\" aria-labelledby=\"title\">",
            "message": "The 'id' \"title\" specified for the ARIA property 'aria-labelledby' value is not valid",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a title=\"Vimeo (Nouvelle fenêtre)\" target=\"_blank\" href=\"https://vimeo.com/villedath\" class=\"table_image\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"120\" viewBox=\"0 0 120 120\" version=\"1.2\" height=\"120\" fill=\"#000\" class=\"plone-icon plone-icon\" baseProfile=\"tiny-ps\" aria-labelledby=\"title\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"120\" viewBox=\"0 0 120 120\" version=\"1.2\" height=\"120\" fill=\"#000\" class=\"plone-icon plone-icon\" baseProfile=\"tiny-ps\" aria-labelledby=\"title\">",
            "message": "The 'id' \"title\" specified for the ARIA property 'aria-labelledby' value is not valid",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"120\" viewBox=\"0 0 120 120\" version=\"1.2\" height=\"120\" fill=\"#000\" class=\"plone-icon plone-icon\" baseProfile=\"tiny-ps\" aria-labelledby=\"title\">",
            "message": "The HTML attribute(s) \"version\" is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a title=\"Linkedin (Nouvelle fenêtre)\" target=\"_blank\" href=\"https://www.linkedin.com/company/villedath\" class=\"table_image\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 303.84 303.83\" data-name=\"Calque 2\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.ath.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60d6357dfdcb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e428f833"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.ath.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94413dea077b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5dc85578"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.ath.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6bfdda4a751a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e2167636"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.ath.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "140395cbf1b5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ef3ed14d"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.ath.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be9fd8305cb2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c3630bc2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.ath.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "325c3f97a5ba",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-425b5ce8"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.ath.be/annuaire/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a17e853b6b0b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e4da6772"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.ath.be/annuaire/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8b3727443d4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c24569ec"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ef4c5ec2236",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6e7f9087"
          }
        ],
        "outcomeCount": 9199,
        "uniqueFailedCount": 80,
        "duplicateFailedCount": 113,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 113
    },
    {
      "submittedUrl": "https://www.beaumont.be/",
      "finalUrl": "https://www.beaumont.be/",
      "redirected": false,
      "statusCode": 429,
      "ok": false,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Status 429: Too Many Requests",
      "elapsedMs": 5655,
      "error": null,
      "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": 7,
          "failed": 4,
          "cantTell": 0,
          "inapplicable": 80
        },
        "failedRules": [
          "html-has-lang",
          "landmark-one-main",
          "region"
        ],
        "passedRules": [
          "aria-hidden-body",
          "color-contrast",
          "document-title",
          "empty-heading",
          "heading-order",
          "page-has-heading-one"
        ],
        "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><head><title>Status 429: Too Many Requests</title></head><body><h1>Status 429</h1><p>Too Many Requests (try again soon)</p></body></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": "7210a13cf4d0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "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><head><title>Status 429: Too Many Requests</title></head><body><h1>Status 429</h1><p>Too Many Requests (try again soon)</p></body></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": "912ba263d939",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b00be0"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "h1",
            "html": "<h1>Status 429</h1>",
            "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": "4b31c8af4619",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0b527b4b"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "p",
            "html": "<p>Too Many Requests (try again soon)</p>",
            "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": "323bdeb279b7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c04239a1"
          }
        ],
        "outcomeCount": 91,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 4
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 20,
          "failed": 3,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "html_lang_exists",
          "skip_main_exists"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "html_lang_exists",
            "xpath": null,
            "html": "<html>",
            "message": "Page detected as HTML, but does not have a 'lang' attribute",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "73118a49e03c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8ec4dca4"
          },
          {
            "rule": "skip_main_exists",
            "xpath": null,
            "html": "<body>",
            "message": "The page does not provide a way to quickly navigate to the main content (ARIA \"main\" landmark or a skip link)",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "827129afd8aa",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d9f3d140"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h1>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3bb858a68f1a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-642a24d8"
          }
        ],
        "outcomeCount": 23,
        "uniqueFailedCount": 3,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (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://www.beloeil.be/",
      "finalUrl": "https://www.beloeil.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Accueil - Entité de Beloeil",
      "elapsedMs": 13060,
      "error": null,
      "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": 895,
          "failed": 10,
          "cantTell": 3,
          "inapplicable": 52
        },
        "failedRules": [
          "color-contrast",
          "heading-order",
          "landmark-one-main",
          "landmark-unique",
          "region"
        ],
        "passedRules": [
          "aria-allowed-role",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-required-attr",
          "aria-roles",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "input-image-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-complementary-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".btn-danger",
            "html": "<button onclick=\"CloseCadreAlertCookie();\" style=\"color:#eeeeee\" class=\"btn btn-danger  popup-modal-dismiss\">Fermer</button>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.41 (foreground color: #eeeeee, background color: #d9534f, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".btn-danger"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a470e1b8b1b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-81c63859"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".btn-primary",
            "html": "<a style=\"color:#eeeeee\" class=\"btn btn-primary  read_more\" href=\"/utilisation-des-cookies.html\">En savoir plus</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.92 (foreground color: #eeeeee, background color: #337ab7, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".btn-primary"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1db886b8c75c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-23420eac"
          },
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "h4",
            "html": "<h4 class=\"col-xs-16 col-sm-16 slider_title\">Infos utiles :</h4>",
            "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": "200aa89acbd8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-61c4188c"
          },
          {
            "rule": "landmark-one-main",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "html",
            "html": "<html lang=\"fr-fr\">",
            "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": "8d9703751638",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b00be0"
          },
          {
            "rule": "landmark-unique",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".navbar",
            "html": "<div class=\"navbar navbar-default\" role=\"navigation\">",
            "message": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
            "fixSummary": "Fix any of the following:\n  The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable",
            "relatedPaths": [
              "nav"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa0374bf1889",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-20282e91"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".cadre_texte",
            "html": "<div class=\"cadre_texte \"><p>Nous utilisons des cookies pour améliorer l'expérience utilisateur sur notre site internet. Lorsque vous visitez notre site, vous acceptez nos cookies.</p></div>",
            "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": "d737f6c0a59c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fb48b01a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".btn_readmore",
            "html": "<div class=\" col-md-6 col-sm-6 btn_readmore\" style=\"margin:0;text-align:center\"><a style=\"color:#eeeeee\" class=\"btn btn-primary  read_more\" href=\"/utilisation-des-cookies.html\">En savoir plus</a></div>",
            "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": "0322a25da967",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0b2276ac"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slogan",
            "html": "<div id=\"slogan\">\n\t\t\t<h1>Bienvenue sur <br>le site de la commune de Beloeil</h1>\n\t\t</div>",
            "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": "b19c4290065f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-55e44d4a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bxslider > li:nth-child(1)",
            "html": "<li style=\"float: none; list-style: none; position: absolute; width: 1280px; z-index: 50; display: block;\"><img src=\"/images/slider/printemps-6.JPG\" title=\"\" alt=\"printemps-6\"></li>",
            "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": "a338b3db8d76",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ca88c4e5"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#featured > .container",
            "html": "<div class=\"container\">",
            "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": "3e0d9eb5cb0d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ac0d1b0b"
          }
        ],
        "outcomeCount": 960,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 10
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3015,
          "failed": 55,
          "cantTell": 29,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_complementary_labelled",
          "aria_content_in_landmark",
          "aria_contentinfo_misuse",
          "aria_landmark_name_unique",
          "element_attribute_deprecated",
          "element_id_unique",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dfbb92a23ea4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"content-type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "237805c21782",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link type=\"text/css\" href=\"/media/mod_beloeil_info/css/info.bxslider.css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "412dd28cce12",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d331341d"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" href=\"/media/mod_beloeil_info/css/info.bxslider.css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "26316676d665",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-67acda4b"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1935dfd1990b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a86234de"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button class=\"btn btn-danger  popup-modal-dismiss\" style=\"color:#eeeeee\" onclick=\"CloseCadreAlertCookie();\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4ea5abba5686",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4f0be19b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button class=\"btn btn-danger  popup-modal-dismiss\" style=\"color:#eeeeee\" onclick=\"CloseCadreAlertCookie();\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0ed400c89275",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d84949f9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"btn btn-danger  popup-modal-dismiss\" style=\"color:#eeeeee\" onclick=\"CloseCadreAlertCookie();\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1565fbb8a787",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-55fe0407"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button class=\"btn btn-danger  popup-modal-dismiss\" style=\"color:#eeeeee\" onclick=\"CloseCadreAlertCookie();\">",
            "message": "Text contrast of 3.41 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f2f8bf5c703",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-eb6329ec"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/utilisation-des-cookies.html\" class=\"btn btn-primary  read_more\" style=\"color:#eeeeee\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "76dfc294ad89",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6ca5b7f8"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/utilisation-des-cookies.html\" class=\"btn btn-primary  read_more\" style=\"color:#eeeeee\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e9e267fd0504",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5e2b63fb"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/utilisation-des-cookies.html\" class=\"btn btn-primary  read_more\" style=\"color:#eeeeee\">",
            "message": "Text contrast of 3.93 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "db651b15f521",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-44cd0ca9"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a4f43c5e07e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-95d397a2"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/emploi-a-la-commune-de-beloeil.html\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "045b844c395a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cf65708d"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/consultations-permanentes.html\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de41f549d7fe",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-938465c4"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input placeholder=\"Recherche...\" type=\"search\" class=\"inputbox search-query\" maxlength=\"200\" id=\"mod-search-searchword\" name=\"searchword\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "17701dfc9946",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-365fef0d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input placeholder=\"Recherche...\" type=\"search\" class=\"inputbox search-query\" maxlength=\"200\" id=\"mod-search-searchword\" name=\"searchword\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "78240194ebdb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5bf51f23"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input placeholder=\"Recherche...\" type=\"search\" class=\"inputbox search-query\" maxlength=\"200\" id=\"mod-search-searchword\" name=\"searchword\">",
            "message": "The ‘placeholder’ is the only visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bfd51f543447",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ae434045"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input onclick=\"this.form.searchword.focus();\" src=\"/templates/beloeil/images/searchButton.gif\" class=\"button\" alt=\"Valider\" type=\"image\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a6c4e98b44ad",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e8dcdbc3"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"navigation-toggle-120\" id=\"navigation-toggle\" href=\"#sidr-main\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "abf58ee4d5d5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-25ef11b8"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a class=\"navigation-toggle-120\" id=\"navigation-toggle\" href=\"#sidr-main\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b591ae9d963",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-743649e7"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h1>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2fe373d574ed",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-642a24d8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h1>",
            "message": "Verify the contrast ratio of the text with shadow meets the WCAG AA minimum requirements for text of size 50px and weight of 900",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5afca430bfce",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4568b000"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text 'le site de la commune de Beloeil' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "00d80681be7e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-94d3c6bd"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul style=\"width: auto; position: relative;\" class=\"bxslider\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3fd2a9f1ce3b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7ff481d9"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h4 class=\"col-xs-16 col-sm-16 slider_title\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a5cab3e49307",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e7f806d0"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"bx-pager-link active\" data-slide-index=\"0\" href=\"\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "28cf8022c90a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e0f7b409"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"bx-pager-link active\" data-slide-index=\"0\" href=\"\">",
            "message": "Text contrast of 1.26 with its background is less than the WCAG AA minimum requirements for text of size 11.9px and weight of 100",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6de5bf07c054",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c4ce67bb"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"bx-pager-link\" data-slide-index=\"1\" href=\"\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "17cc9ba55799",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d460bce4"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"bx-pager-link\" data-slide-index=\"2\" href=\"\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "391a3cd86eb7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-228f4afd"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside class=\"col-xs-16\" id=\"actus\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d6c3e0ccc63a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-eb77a1ec"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<aside class=\"col-xs-16\" id=\"actus\">",
            "message": "Multiple elements with \"complementary\" landmarks within the same parent region are not distinguished from one another because they have the same \"\" label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fd2d442d1c50",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d3f786a4"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/actualites/1507-arretes-pour-les-travaux-3.html\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "93dda32bbc94",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-86f9de9b"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/actualites/1507-arretes-pour-les-travaux-3.html\" class=\"mod-articles-category-title \">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef3a37c02105",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a11e6000"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/actualites/1507-arretes-pour-les-travaux-3.html\" class=\"\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e5f6b2a34dbd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0f4f021e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"bx-pager-link active\" data-slide-index=\"0\" href=\"\">",
            "message": "Text contrast of 1.19 with its background is less than the WCAG AA minimum requirements for text of size undefinedpx and weight of 100",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside class=\"col-xs-16\" id=\"agenda\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f5ebd7902b1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f00ae792"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<aside class=\"col-xs-16\" id=\"agenda\">",
            "message": "Multiple elements with \"complementary\" landmarks within the same parent region are not distinguished from one another because they have the same \"\" label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "275fff4a2331",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-33a9ce9a"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/agenda/1717-225-anniversaire-de-la-royale-harmonie-de-l-union-de-beloeil.html\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5368574b875f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f1cba5d5"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/agenda.html\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e22535922ec5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2e02f823"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/agenda/1717-225-anniversaire-de-la-royale-harmonie-de-l-union-de-beloeil.html\" class=\"mod-articles-category-title \">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d6a0f22f22d8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a095376e"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/agenda/1717-225-anniversaire-de-la-royale-harmonie-de-l-union-de-beloeil.html\" class=\"\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ead10adc1d6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f81394ca"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"bx-pager-link active\" data-slide-index=\"0\" href=\"\">",
            "message": "Text contrast of 1.19 with its background is less than the WCAG AA minimum requirements for text of size undefinedpx and weight of 100",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div id=\"see_more\">",
            "message": "The <div> element has the id \"see_more\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b8a85b82b673",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-94b96377"
          },
          {
            "rule": "aria_contentinfo_misuse",
            "xpath": null,
            "html": "<footer>",
            "message": "Element with \"contentinfo\" role is present without an element with \"main\" role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "47237ec49b64",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8e9e96c7"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<h3 tabindex=\"0\">",
            "message": "The tabbable element's role 'heading' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b452a08271cb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b5ca2a09"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p tabindex=\"0\">",
            "message": "Confirm this text 'Rue J. Wauters 1' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d6d107633b4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7187953f"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "77c5d131a750",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a1106b47"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text '7972 Beloeil' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text 'Tel : +32 69 55 38 00' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text 'Email: secretariat@beloeil.be' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<h3 tabindex=\"0\">",
            "message": "The tabbable element's role 'heading' is not a widget role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\" style=\"text-align: center;\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8127cbd3b62d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-760ad989"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<h3 tabindex=\"0\">",
            "message": "The tabbable element's role 'heading' is not a widget role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<p tabindex=\"0\">",
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 3078,
        "uniqueFailedCount": 47,
        "duplicateFailedCount": 8,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 8
    },
    {
      "submittedUrl": "https://www.bernissart.be/",
      "finalUrl": "https://www.bernissart.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Accueil - Commune de Bernissart",
      "elapsedMs": 16735,
      "error": null,
      "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": 2486,
          "failed": 68,
          "cantTell": 15,
          "inapplicable": 34
        },
        "failedRules": [
          "aria-allowed-role",
          "aria-required-children",
          "aria-required-parent",
          "color-contrast",
          "heading-order",
          "landmark-contentinfo-is-top-level",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "skip-link"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-command-name",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "autocomplete-valid",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "empty-table-header",
          "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-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",
          "scope-attr-valid",
          "tabindex",
          "table-duplicate-name",
          "td-headers-attr",
          "th-has-data-cells"
        ],
        "failures": [
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": ".post-17076",
            "html": "<article class=\"elementor-post elementor-grid-item post-17076 post type-post status-publish format-standard has-post-thumbnail hentry category-uncategorized\" role=\"listitem\">",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role listitem is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d5a24e4603c6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5a889a9d"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": ".post-16932",
            "html": "<article class=\"elementor-post elementor-grid-item post-16932 post type-post status-publish format-standard has-post-thumbnail hentry category-nouvelles-de-la-commune\" role=\"listitem\">",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role listitem is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6934c6b19cca",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3dbe6ad7"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": ".post-16990",
            "html": "<article class=\"elementor-post elementor-grid-item post-16990 post type-post status-publish format-standard has-post-thumbnail hentry category-nouvelles-de-la-commune\" role=\"listitem\">",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role listitem is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7adc56610d86",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-32498c80"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": ".post-16978",
            "html": "<article class=\"elementor-post elementor-grid-item post-16978 post type-post status-publish format-standard has-post-thumbnail hentry category-nouvelles-de-la-commune\" role=\"listitem\">",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role listitem is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b97dca495244",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a29db829"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": ".post-16942",
            "html": "<article class=\"elementor-post elementor-grid-item post-16942 post type-post status-publish format-standard has-post-thumbnail hentry category-nouvelles-de-la-commune\" role=\"listitem\">",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role listitem is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "42b28b0d80f2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-013b01e8"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": ".post-16901",
            "html": "<article class=\"elementor-post elementor-grid-item post-16901 post type-post status-publish format-standard has-post-thumbnail hentry category-nouvelles-de-la-commune\" role=\"listitem\">",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role listitem is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2bf82ebfae1f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6ab73654"
          },
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#main-nav",
            "html": "<ul id=\"main-nav\" class=\"nav\" role=\"menubar\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: li[tabindex]",
            "relatedPaths": [
              "#menu-item-8465"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bceeb5a9aa3b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ba17b4e4"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#menu-item-8338",
            "html": "<li id=\"menu-item-8338\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8338\" aria-haspopup=\"true\" role=\"menuitem\" aria-expanded=\"false\" tabindex=\"0\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parents role not present: menu, menubar, group",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "111e16fe20ad",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-34df6f4a"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#menu-item-8339",
            "html": "<li id=\"menu-item-8339\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8339\" aria-haspopup=\"true\" role=\"menuitem\" aria-expanded=\"false\" tabindex=\"0\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parents role not present: menu, menubar, group",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f85de775ea2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5d7e4925"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#menu-item-8340",
            "html": "<li id=\"menu-item-8340\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8340\" aria-haspopup=\"true\" role=\"menuitem\" aria-expanded=\"false\" tabindex=\"0\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parents role not present: menu, menubar, group",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94a590ceb634",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8b36c85d"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#menu-item-8341",
            "html": "<li id=\"menu-item-8341\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8341\" aria-haspopup=\"true\" role=\"menuitem\" aria-expanded=\"false\" tabindex=\"0\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parents role not present: menu, menubar, group",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c0f1db4b192b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-461a63aa"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#menu-item-8342",
            "html": "<li id=\"menu-item-8342\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8342\" aria-haspopup=\"true\" role=\"menuitem\" aria-expanded=\"false\" tabindex=\"0\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parents role not present: menu, menubar, group",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e440ffccfa6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-947c8c84"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#menu-item-13335",
            "html": "<li id=\"menu-item-13335\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-13335\" aria-haspopup=\"true\" role=\"menuitem\" aria-expanded=\"false\" tabindex=\"0\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parents role not present: menu, menubar, group",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a97156285dc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f9f6ed33"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#menu-item-13165",
            "html": "<li id=\"menu-item-13165\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-13165\" aria-haspopup=\"true\" role=\"menuitem\" aria-expanded=\"false\" tabindex=\"0\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parents role not present: menu, menubar, group",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d757c19298c0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0ffca113"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#menu-item-13176",
            "html": "<li id=\"menu-item-13176\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-13176\" aria-haspopup=\"true\" role=\"menuitem\" aria-expanded=\"false\" tabindex=\"0\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parents role not present: menu, menubar, group",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a82f35b488ab",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-423f7e53"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#menu-item-13103",
            "html": "<li id=\"menu-item-13103\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-13103\" aria-haspopup=\"true\" role=\"menuitem\" aria-expanded=\"false\" tabindex=\"0\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parents role not present: menu, menubar, group",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bc30a4815174",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-da52afa8"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#menu-item-13105",
            "html": "<li id=\"menu-item-13105\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-13105\" aria-haspopup=\"true\" role=\"menuitem\" aria-expanded=\"false\" tabindex=\"0\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parents role not present: menu, menubar, group",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "31e1dc054984",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dc279065"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#menu-item-13257",
            "html": "<li id=\"menu-item-13257\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-13257\" aria-haspopup=\"true\" role=\"menuitem\" aria-expanded=\"false\" tabindex=\"0\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parents role not present: menu, menubar, group",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe7165ec1a36",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-77a679c3"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#menu-item-13117",
            "html": "<li id=\"menu-item-13117\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-13117\" aria-haspopup=\"true\" role=\"menuitem\" aria-expanded=\"false\" tabindex=\"0\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parents role not present: menu, menubar, group",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ab0841a5411",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e9cf0e14"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#menu-item-13118",
            "html": "<li id=\"menu-item-13118\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-13118\" aria-haspopup=\"true\" role=\"menuitem\" aria-expanded=\"false\" tabindex=\"0\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parents role not present: menu, menubar, group",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b01beabacdc1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d28195a5"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#menu-item-13139",
            "html": "<li id=\"menu-item-13139\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-13139\" aria-haspopup=\"true\" role=\"menuitem\" aria-expanded=\"false\" tabindex=\"0\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parents role not present: menu, menubar, group",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4ab196d873ca",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8be7cc1a"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#menu-item-8401",
            "html": "<li id=\"menu-item-8401\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8401\" aria-haspopup=\"true\" role=\"menuitem\" aria-expanded=\"false\" tabindex=\"0\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parents role not present: menu, menubar, group",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb6e559e7e4f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-928a5abe"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#menu-item-8402",
            "html": "<li id=\"menu-item-8402\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8402\" aria-haspopup=\"true\" role=\"menuitem\" aria-expanded=\"false\" tabindex=\"0\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parents role not present: menu, menubar, group",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b2f89189548d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-07ad563d"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#menu-item-8403",
            "html": "<li id=\"menu-item-8403\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8403\" aria-haspopup=\"true\" role=\"menuitem\" aria-expanded=\"false\" tabindex=\"0\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parents role not present: menu, menubar, group",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bebae16585dc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ad283158"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".menu-item-description",
            "html": "<span class=\"menu-item-description\">Actualités de la commune</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.87 (foreground color: #d0d1d1, background color: #636466, font size: 8.3pt (11px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"news\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1cdcf2f8a94d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5d487e28"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "h4",
            "html": "<h4 class=\"elementor-heading-title elementor-size-default\">Découvrez ce qui se passe et restez informé.</h4>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.57 (foreground color: #bcccce, background color: #636466, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".elementor-element-0bc13f0"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de671b45857e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-31fd2a73"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".post-17076 > .elementor-post__text > .elementor-post__meta-data > .elementor-post-date",
            "html": "<span class=\"elementor-post-date\">\n\t\t\t4 mai 2026\t\t</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.63 (foreground color: #adadad, background color: #636466, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".elementor-element-0bc13f0"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a5be1f0f6d88",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0e9e8814"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".post-17076 > .elementor-post__text > .elementor-post__read-more",
            "html": "<a class=\"elementor-post__read-more\" href=\"https://www.bernissart.be/conseil-communal-du-07-mai-2026-ordre-du-jour-complementaire/\" aria-label=\"En savoir plus sur Conseil communal du 07 mai 2026 – Ordre du jour complémentaire\" tabindex=\"-1\">\n\t\t\tLire la suite »\t\t</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.16 (foreground color: #ca3838, background color: #636466, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".elementor-element-0bc13f0"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e985ec042dfc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fd5c44cc"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".post-16932 > .elementor-post__text > .elementor-post__meta-data > .elementor-post-date",
            "html": "<span class=\"elementor-post-date\">\n\t\t\t30 avril 2026\t\t</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.63 (foreground color: #adadad, background color: #636466, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".elementor-element-0bc13f0"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c22aca27759",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-29d5e0b1"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".post-16932 > .elementor-post__text > .elementor-post__read-more",
            "html": "<a class=\"elementor-post__read-more\" href=\"https://www.bernissart.be/conseil-communal-du-7-mai-2026/\" aria-label=\"En savoir plus sur Conseil communal du 7 mai 2026\" tabindex=\"-1\">\n\t\t\tLire la suite »\t\t</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.16 (foreground color: #ca3838, background color: #636466, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".elementor-element-0bc13f0"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "87b854cab549",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d1b8fe23"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".post-16990 > .elementor-post__text > .elementor-post__meta-data > .elementor-post-date",
            "html": "<span class=\"elementor-post-date\">\n\t\t\t29 avril 2026\t\t</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.63 (foreground color: #adadad, background color: #636466, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".elementor-element-0bc13f0"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d29e30df8c4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-72632312"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".post-16990 > .elementor-post__text > .elementor-post__read-more",
            "html": "<a class=\"elementor-post__read-more\" href=\"https://www.bernissart.be/ceremonies-du-8-mai/\" aria-label=\"En savoir plus sur Cérémonies du 8 mai\" tabindex=\"-1\">\n\t\t\tLire la suite »\t\t</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.16 (foreground color: #ca3838, background color: #636466, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".elementor-element-0bc13f0"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04487f4ab53f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0131da73"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".post-16978 > .elementor-post__text > .elementor-post__meta-data > .elementor-post-date",
            "html": "<span class=\"elementor-post-date\">\n\t\t\t29 avril 2026\t\t</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.63 (foreground color: #adadad, background color: #636466, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".elementor-element-0bc13f0"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d72f84e55b93",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-55c93f16"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".post-16978 > .elementor-post__text > .elementor-post__read-more",
            "html": "<a class=\"elementor-post__read-more\" href=\"https://www.bernissart.be/travaux-swde-rue-de-stambruges/\" aria-label=\"En savoir plus sur Travaux SWDE – Rue de Stambruges\" tabindex=\"-1\">\n\t\t\tLire la suite »\t\t</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.16 (foreground color: #ca3838, background color: #636466, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".elementor-element-0bc13f0"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d3c79a3b4a7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6a346868"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".post-16942 > .elementor-post__text > .elementor-post__meta-data > .elementor-post-date",
            "html": "<span class=\"elementor-post-date\">\n\t\t\t27 avril 2026\t\t</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.63 (foreground color: #adadad, background color: #636466, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".elementor-element-0bc13f0"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b59333e4479b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-51b4467b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".post-16942 > .elementor-post__text > .elementor-post__read-more",
            "html": "<a class=\"elementor-post__read-more\" href=\"https://www.bernissart.be/fermeture-des-bureaux-2/\" aria-label=\"En savoir plus sur Fermeture des bureaux\" tabindex=\"-1\">\n\t\t\tLire la suite »\t\t</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.16 (foreground color: #ca3838, background color: #636466, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".elementor-element-0bc13f0"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b7399bf9e89",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b85adbfe"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".post-16901 > .elementor-post__text > .elementor-post__meta-data > .elementor-post-date",
            "html": "<span class=\"elementor-post-date\">\n\t\t\t21 avril 2026\t\t</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.63 (foreground color: #adadad, background color: #636466, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".elementor-element-0bc13f0"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b049a135e7e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-119fd409"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".post-16901 > .elementor-post__text > .elementor-post__read-more",
            "html": "<a class=\"elementor-post__read-more\" href=\"https://www.bernissart.be/avis-aux-citoyens-travaux-swde-rue-de-stambruges/\" aria-label=\"En savoir plus sur AVIS AUX CITOYENS – TRAVAUX SWDE RUE DE STAMBRUGES\" tabindex=\"-1\">\n\t\t\tLire la suite »\t\t</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.16 (foreground color: #ca3838, background color: #636466, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".elementor-element-0bc13f0"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b4527cd9d61",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-20b4d5fc"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".elementor-button-text",
            "html": "<span class=\"elementor-button-text\">Voir toutes les actualités</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.01 (foreground color: #e7e4e4, background color: #ca3838, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".elementor-button"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7e066253d75",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5423e94f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".tribe-common-h6.tribe-common-h--alt.tribe-events-calendar-month__day-date > .tribe-events-calendar-month__day-date-daynum[datetime=\"2026-04-27\"]",
            "html": "<time class=\"tribe-events-calendar-month__day-date-daynum\" datetime=\"2026-04-27\">\n\t\t\t27\t\t</time>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.28 (foreground color: #757b80, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".elementor-element-b3695d6 > .elementor-element-populated.elementor-widget-wrap"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "07d9eaf9c276",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-300f1466"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".tribe-common-h6.tribe-common-h--alt.tribe-events-calendar-month__day-date > .tribe-events-calendar-month__day-date-daynum[datetime=\"2026-04-28\"]",
            "html": "<time class=\"tribe-events-calendar-month__day-date-daynum\" datetime=\"2026-04-28\">\n\t\t\t28\t\t</time>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.28 (foreground color: #757b80, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".elementor-element-b3695d6 > .elementor-element-populated.elementor-widget-wrap"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b3645254673a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0ca02e4b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".tribe-common-h6.tribe-common-h--alt.tribe-events-calendar-month__day-date > .tribe-events-calendar-month__day-date-daynum[datetime=\"2026-04-29\"]",
            "html": "<time class=\"tribe-events-calendar-month__day-date-daynum\" datetime=\"2026-04-29\">\n\t\t\t29\t\t</time>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.28 (foreground color: #757b80, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".elementor-element-b3695d6 > .elementor-element-populated.elementor-widget-wrap"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "46cd9c75ca58",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-473a6030"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".tribe-common-h6.tribe-common-h--alt.tribe-events-calendar-month__day-date > .tribe-events-calendar-month__day-date-daynum[datetime=\"2026-04-30\"]",
            "html": "<time class=\"tribe-events-calendar-month__day-date-daynum\" datetime=\"2026-04-30\">\n\t\t\t30\t\t</time>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.28 (foreground color: #757b80, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".elementor-element-b3695d6 > .elementor-element-populated.elementor-widget-wrap"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a68f0384edf9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-23bf27fd"
          },
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "h4",
            "html": "<h4 class=\"elementor-heading-title elementor-size-default\">Découvrez ce qui se passe et restez informé.</h4>",
            "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": "a8713dde5473",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-61c4188c"
          },
          {
            "rule": "landmark-contentinfo-is-top-level",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-contentinfo-is-top-level?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#footer",
            "html": "<div id=\"footer\" role=\"contentinfo\">",
            "message": "Contentinfo landmark should not be contained in another landmark",
            "fixSummary": "Fix any of the following:\n  The contentinfo landmark is contained in another landmark.",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "34d9acfc80b4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9b0dc7a3"
          },
          {
            "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": ".post-16990 > .elementor-post__text > .elementor-post__read-more",
            "html": "<a class=\"elementor-post__read-more\" href=\"https://www.bernissart.be/ceremonies-du-8-mai/\" aria-label=\"En savoir plus sur Cérémonies du 8 mai\" tabindex=\"-1\">\n\t\t\tLire la suite »\t\t</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.98:1 with the surrounding text. (Minimum contrast is 3:1, link text: #ca3838, surrounding text: #3a434a)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".post-16990 > .elementor-post__text"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b7dbc1228ba0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-203bb933"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".elementor-element-0db06a1 > .elementor-widget-container > a",
            "html": "<a href=\"https://www.bernissart.be/permanences-des-membres-du-college-communal/\">",
            "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": "44de5855a975",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-61d6fb40"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".elementor-element-486c9b7 > .elementor-widget-container > a",
            "html": "<a href=\"https://www.bernissart.be/demande-de-documents-administratifs/\">",
            "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": "c5497aa53806",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-950c074e"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".elementor-element-c1b3dd3 > .elementor-widget-container > a",
            "html": "<a href=\"https://www.bernissart.be/contact-infos/\">",
            "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": "6f816a7fbacd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4f96612a"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".elementor-element-bcf5dd9 > .elementor-widget-container > a",
            "html": "<a href=\"https://www.bernissart.be/avis-denquete-et-de-publication/\">",
            "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": "79182f8244c5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b2ed5e45"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".elementor-element-6e3a932 > .elementor-widget-container > a",
            "html": "<a href=\"https://www.bernissart.be/berni-infos/\">",
            "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": "95923fe64961",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-db3c00c6"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".post-17076 > .elementor-post__thumbnail__link",
            "html": "<a class=\"elementor-post__thumbnail__link\" href=\"https://www.bernissart.be/conseil-communal-du-07-mai-2026-ordre-du-jour-complementaire/\" tabindex=\"-1\">",
            "message": "Links must have discernible text",
            "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": "79f495731659",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c8413cb1"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".post-16932 > .elementor-post__thumbnail__link",
            "html": "<a class=\"elementor-post__thumbnail__link\" href=\"https://www.bernissart.be/conseil-communal-du-7-mai-2026/\" tabindex=\"-1\">",
            "message": "Links must have discernible text",
            "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": "1dbe1652773a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d0035a56"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".post-16990 > .elementor-post__thumbnail__link",
            "html": "<a class=\"elementor-post__thumbnail__link\" href=\"https://www.bernissart.be/ceremonies-du-8-mai/\" tabindex=\"-1\">",
            "message": "Links must have discernible text",
            "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": "a55d36e22828",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-22b52958"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".post-16978 > .elementor-post__thumbnail__link",
            "html": "<a class=\"elementor-post__thumbnail__link\" href=\"https://www.bernissart.be/travaux-swde-rue-de-stambruges/\" tabindex=\"-1\">",
            "message": "Links must have discernible text",
            "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": "a2839fb6ebf3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-16014ee0"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".post-16942 > .elementor-post__thumbnail__link",
            "html": "<a class=\"elementor-post__thumbnail__link\" href=\"https://www.bernissart.be/fermeture-des-bureaux-2/\" tabindex=\"-1\">",
            "message": "Links must have discernible text",
            "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": "ea26b5bd0092",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9ad4815b"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".post-16901 > .elementor-post__thumbnail__link",
            "html": "<a class=\"elementor-post__thumbnail__link\" href=\"https://www.bernissart.be/avis-aux-citoyens-travaux-swde-rue-de-stambruges/\" tabindex=\"-1\">",
            "message": "Links must have discernible text",
            "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": "33bd9c2773a6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3fdb8c20"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".foocol:nth-child(3) > a",
            "html": "<a href=\"https://umap.openstreetmap.fr/fr/map/commune-de-bernissart_550339\">",
            "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": "e68c7f88c892",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a40e7be4"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "#foo-spec > a",
            "html": "<a href=\"https://www.developpementruralbernissart.info/\"><img width=\"294\" height=\"199\" src=\"https://www.bernissart.be/wp-content/uploads/2025/02/devloppement-rural.jpg\" class=\"image wp-image-10172  attachment-full size-full\" alt=\"\" style=\"max-width: 100%; height: auto;\" decoding=\"async\"></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": "e94daf8ddbba",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e9608764"
          },
          {
            "rule": "list",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/list?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#menu-item-8271 > .sub-menu",
            "html": "<ul class=\"sub-menu\">",
            "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: [role=menuitem]",
            "relatedPaths": [
              "#menu-item-8338",
              "#menu-item-8339",
              "#menu-item-8340",
              "#menu-item-8341",
              "#menu-item-8342"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "db5699b1e116",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4dbcced1"
          },
          {
            "rule": "list",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/list?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#menu-item-13099 > .sub-menu",
            "html": "<ul class=\"sub-menu\">",
            "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: [role=menuitem]",
            "relatedPaths": [
              "#menu-item-13335",
              "#menu-item-13103",
              "#menu-item-13117",
              "#menu-item-13139"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4f8d17355082",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fe483078"
          },
          {
            "rule": "list",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/list?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#menu-item-13335 > .sub-menu",
            "html": "<ul class=\"sub-menu\">",
            "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: [role=menuitem]",
            "relatedPaths": [
              "#menu-item-13165",
              "#menu-item-13176"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b8f4c4043757",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-eaa9cb07"
          },
          {
            "rule": "list",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/list?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#menu-item-13103 > .sub-menu",
            "html": "<ul class=\"sub-menu\">",
            "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: [role=menuitem]",
            "relatedPaths": [
              "#menu-item-13105"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a38bbf3476a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-150fac96"
          },
          {
            "rule": "list",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/list?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#menu-item-13105 > .sub-menu",
            "html": "<ul class=\"sub-menu\">",
            "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: [role=menuitem]",
            "relatedPaths": [
              "#menu-item-13257"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "508baf7436a6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-54ab6de2"
          },
          {
            "rule": "list",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/list?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#menu-item-13117 > .sub-menu",
            "html": "<ul class=\"sub-menu\">",
            "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: [role=menuitem]",
            "relatedPaths": [
              "#menu-item-13118"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4531b026b27f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5ff48c53"
          },
          {
            "rule": "list",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/list?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#menu-item-8274 > .sub-menu",
            "html": "<ul class=\"sub-menu\">",
            "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: [role=menuitem]",
            "relatedPaths": [
              "#menu-item-8401",
              "#menu-item-8402",
              "#menu-item-8403"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "50319193c14a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cb159ca1"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#menu-item-8465",
            "html": "<li id=\"menu-item-8465\" class=\"special menu-item menu-item-type-custom menu-item-object-custom menu-item-8465\"><a href=\"/news\">News<span class=\"menu-item-description\">Actualités de la commune</span></a></li>",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6fb24a023675",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-59f19f59"
          },
          {
            "rule": "skip-link",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/skip-link?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".skip-link",
            "html": "<a class=\"screen-reader-text ribbon skip-link\" href=\"#content_start\">Skip to content</a>",
            "message": "The skip-link target should exist and be focusable",
            "fixSummary": "Fix any of the following:\n  No skip link target",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "93246e71c827",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5ab1b526"
          }
        ],
        "outcomeCount": 2603,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 68
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3954,
          "failed": 253,
          "cantTell": 165,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_accessiblename_exists",
          "aria_attribute_allowed",
          "aria_descendant_valid",
          "aria_id_unique",
          "aria_role_valid",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "form_submit_button_exists",
          "input_label_visible",
          "label_content_exists",
          "label_name_visible",
          "label_ref_valid",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_block_heading",
          "text_contrast_sufficient",
          "widget_tabbable_exists"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style type=\"text/css\" id=\"wp-img-auto-sizes-contain-inline-css\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18ff1c5dfb0a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-481977ff"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link media=\"all\" type=\"text/css\" href=\"https://www.bernissart.be/wp-content/plugins/acymailing/media/css/front/messages.min.css?v=1777968688&ver=6.9.4\" id=\"acy_front_messages_css-css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "633058f6aca7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-de99fa7e"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link media=\"all\" type=\"text/css\" href=\"https://www.bernissart.be/wp-content/plugins/eleslider/assets/eleslider.css?ver=6.9.4\" id=\"eleslider-style-css\" rel=\"stylesheet\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b7cf5ab702b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9930fbaf"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.bernissart.be/\" class=\"logo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef04c0268a4c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-688eca56"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"header-right for-menu\">",
            "message": "Confirm this text 'Menu' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aac47eb1f6db",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9d5ceea1"
          },
          {
            "rule": "label_ref_valid",
            "xpath": null,
            "html": "<label tabindex=\"0\" class=\"show-menu ribbon\" for=\"showmenu\">",
            "message": "The value \"showmenu\" of the 'for' attribute is not the 'id' of a valid element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7c5f87d9d50",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b2e7a1b5"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<label tabindex=\"0\" class=\"show-menu ribbon\" for=\"showmenu\">",
            "message": "The tabbable element does not have a valid widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b3b1474b4c0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-049a08f2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<label tabindex=\"0\" class=\"show-menu ribbon\" for=\"showmenu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb748d2969f4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8bda01c6"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.26 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8697bbbf1446",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.bernissart.be/permanences-des-membres-du-college-communal/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ef6c531ef8b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-052ae9bf"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.bernissart.be/demande-de-documents-administratifs/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ecd9ca87d98",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1bcde060"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.bernissart.be/contact-infos/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fff08d22e337",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ea6fc588"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.bernissart.be/avis-denquete-et-de-publication/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "53d5bb6f9484",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9f352be4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.bernissart.be/berni-infos/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb65f9aea98b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ffbf3a31"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.facebook.com/p/Commune-de-Bernissart-61574966895168/\" title=\"Facebook\" class=\"mk-social-facebook\" target=\"_blank\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e91ea4caac9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cac1e80a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a aria-label=\"Open Search Window\" href=\"\" class=\"searchOpen\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "61c51af7d307",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1d36d152"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text 'sur le site de la commune de Bernissart' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d38779b0c48a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-94d3c6bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.bernissart.be/permanences-des-membres-du-college-communal/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.bernissart.be/permanences-des-membres-du-college-communal/\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb4356d2f14b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1325942f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.bernissart.be/permanences-des-membres-du-college-communal/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.bernissart.be/demande-de-documents-administratifs/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.bernissart.be/demande-de-documents-administratifs/\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "160fad307ead",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a5d4b120"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.bernissart.be/demande-de-documents-administratifs/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.bernissart.be/contact-infos/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.bernissart.be/contact-infos/\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "612255e337bd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c47d8a10"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.bernissart.be/contact-infos/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.bernissart.be/avis-denquete-et-de-publication/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.bernissart.be/avis-denquete-et-de-publication/\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "388a2da9660f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-627fbc0f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.bernissart.be/avis-denquete-et-de-publication/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.bernissart.be/berni-infos/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.bernissart.be/berni-infos/\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed3d5252e83e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f1ffa268"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.bernissart.be/berni-infos/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h4 class=\"elementor-heading-title elementor-size-default\">",
            "message": "Text contrast of 3.57 with its background is less than the WCAG AA minimum requirements for text of size 17px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "96c9e3d76084",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-06689e37"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<article role=\"listitem\" class=\"elementor-post elementor-grid-item post-17076 post type-post status-publish format-standard has-post-thumbnail hentry category-uncategorized\">",
            "message": "The ARIA role 'listitem' is not valid for the element <article>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed1c27d61099",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-de8c5d25"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.bernissart.be/conseil-communal-du-07-mai-2026-ordre-du-jour-complementaire/\" class=\"elementor-post__thumbnail__link\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5fdf07e781c6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-69b2bfe0"
          },
          {
            "rule": "widget_tabbable_exists",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.bernissart.be/conseil-communal-du-07-mai-2026-ordre-du-jour-complementaire/\" class=\"elementor-post__thumbnail__link\">",
            "message": "Component with \"link\" role does not have a tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "63b6b031043b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e1494c6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.bernissart.be/conseil-communal-du-07-mai-2026-ordre-du-jour-complementaire/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "28f20c54cd0d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5a953125"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"elementor-post-date\">",
            "message": "Text contrast of 2.64 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dd518e8eb8f0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9960e321"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" aria-label=\"En savoir plus sur Conseil communal du 07 mai 2026 – Ordre du jour complémentaire\" href=\"https://www.bernissart.be/conseil-communal-du-07-mai-2026-ordre-du-jour-complementaire/\" class=\"elementor-post__read-more\">",
            "message": "Text contrast of 1.17 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c307b677b4b5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f9cb0ff1"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a tabindex=\"-1\" aria-label=\"En savoir plus sur Conseil communal du 07 mai 2026 – Ordre du jour complémentaire\" href=\"https://www.bernissart.be/conseil-communal-du-07-mai-2026-ordre-du-jour-complementaire/\" class=\"elementor-post__read-more\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f968a57b462",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d8d2cf8c"
          },
          {
            "rule": "widget_tabbable_exists",
            "xpath": null,
            "html": "<a tabindex=\"-1\" aria-label=\"En savoir plus sur Conseil communal du 07 mai 2026 – Ordre du jour complémentaire\" href=\"https://www.bernissart.be/conseil-communal-du-07-mai-2026-ordre-du-jour-complementaire/\" class=\"elementor-post__read-more\">",
            "message": "Component with \"link\" role does not have a tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "840d8a7b5573",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-03e38516"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<article role=\"listitem\" class=\"elementor-post elementor-grid-item post-16932 post type-post status-publish format-standard has-post-thumbnail hentry category-nouvelles-de-la-commune\">",
            "message": "The ARIA role 'listitem' is not valid for the element <article>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "96e880921f33",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7825e75d"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.bernissart.be/conseil-communal-du-7-mai-2026/\" class=\"elementor-post__thumbnail__link\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4bfeceb4ca97",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-993b1697"
          },
          {
            "rule": "widget_tabbable_exists",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.bernissart.be/conseil-communal-du-7-mai-2026/\" class=\"elementor-post__thumbnail__link\">",
            "message": "Component with \"link\" role does not have a tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb92d7c4730b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5c05d0c4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.bernissart.be/conseil-communal-du-7-mai-2026/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4caaa0683937",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b8a3cb25"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"elementor-post-date\">",
            "message": "Text contrast of 2.64 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" aria-label=\"En savoir plus sur Conseil communal du 7 mai 2026\" href=\"https://www.bernissart.be/conseil-communal-du-7-mai-2026/\" class=\"elementor-post__read-more\">",
            "message": "Text contrast of 1.17 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b5fbc837597",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8decca55"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a tabindex=\"-1\" aria-label=\"En savoir plus sur Conseil communal du 7 mai 2026\" href=\"https://www.bernissart.be/conseil-communal-du-7-mai-2026/\" class=\"elementor-post__read-more\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c2fc7571caeb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c134ec71"
          },
          {
            "rule": "widget_tabbable_exists",
            "xpath": null,
            "html": "<a tabindex=\"-1\" aria-label=\"En savoir plus sur Conseil communal du 7 mai 2026\" href=\"https://www.bernissart.be/conseil-communal-du-7-mai-2026/\" class=\"elementor-post__read-more\">",
            "message": "Component with \"link\" role does not have a tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aedfd75de0a9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a6112203"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<article role=\"listitem\" class=\"elementor-post elementor-grid-item post-16990 post type-post status-publish format-standard has-post-thumbnail hentry category-nouvelles-de-la-commune\">",
            "message": "The ARIA role 'listitem' is not valid for the element <article>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f486df26562",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2667789f"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.bernissart.be/ceremonies-du-8-mai/\" class=\"elementor-post__thumbnail__link\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "759e6deb2b8b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d6d7950b"
          },
          {
            "rule": "widget_tabbable_exists",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.bernissart.be/ceremonies-du-8-mai/\" class=\"elementor-post__thumbnail__link\">",
            "message": "Component with \"link\" role does not have a tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e3b7058933e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f123ad38"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.bernissart.be/ceremonies-du-8-mai/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a7d944cdee83",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-68c257b4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"elementor-post-date\">",
            "message": "Text contrast of 2.64 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" aria-label=\"En savoir plus sur Cérémonies du 8 mai\" href=\"https://www.bernissart.be/ceremonies-du-8-mai/\" class=\"elementor-post__read-more\">",
            "message": "Text contrast of 1.17 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d090059b7ac",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e0ee90e0"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a tabindex=\"-1\" aria-label=\"En savoir plus sur Cérémonies du 8 mai\" href=\"https://www.bernissart.be/ceremonies-du-8-mai/\" class=\"elementor-post__read-more\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "12995b9d9917",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-143f22ce"
          },
          {
            "rule": "widget_tabbable_exists",
            "xpath": null,
            "html": "<a tabindex=\"-1\" aria-label=\"En savoir plus sur Cérémonies du 8 mai\" href=\"https://www.bernissart.be/ceremonies-du-8-mai/\" class=\"elementor-post__read-more\">",
            "message": "Component with \"link\" role does not have a tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d3e3bf3d60b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-999709d0"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<article role=\"listitem\" class=\"elementor-post elementor-grid-item post-16978 post type-post status-publish format-standard has-post-thumbnail hentry category-nouvelles-de-la-commune\">",
            "message": "The ARIA role 'listitem' is not valid for the element <article>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fdd4214ec537",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1d35dace"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.bernissart.be/travaux-swde-rue-de-stambruges/\" class=\"elementor-post__thumbnail__link\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c550624e633b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-03e767d0"
          },
          {
            "rule": "widget_tabbable_exists",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.bernissart.be/travaux-swde-rue-de-stambruges/\" class=\"elementor-post__thumbnail__link\">",
            "message": "Component with \"link\" role does not have a tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b291906b4a90",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-76c2aa17"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.bernissart.be/travaux-swde-rue-de-stambruges/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac72533177d9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-35bb389c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"elementor-post-date\">",
            "message": "Text contrast of 2.64 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" aria-label=\"En savoir plus sur Travaux SWDE – Rue de Stambruges\" href=\"https://www.bernissart.be/travaux-swde-rue-de-stambruges/\" class=\"elementor-post__read-more\">",
            "message": "Text contrast of 1.17 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cfcbbd8c9b07",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cdbf7f4c"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a tabindex=\"-1\" aria-label=\"En savoir plus sur Travaux SWDE – Rue de Stambruges\" href=\"https://www.bernissart.be/travaux-swde-rue-de-stambruges/\" class=\"elementor-post__read-more\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3fb4e1f95609",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-63d28760"
          },
          {
            "rule": "widget_tabbable_exists",
            "xpath": null,
            "html": "<a tabindex=\"-1\" aria-label=\"En savoir plus sur Travaux SWDE – Rue de Stambruges\" href=\"https://www.bernissart.be/travaux-swde-rue-de-stambruges/\" class=\"elementor-post__read-more\">",
            "message": "Component with \"link\" role does not have a tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee1fe65b6011",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-249d4344"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<article role=\"listitem\" class=\"elementor-post elementor-grid-item post-16942 post type-post status-publish format-standard has-post-thumbnail hentry category-nouvelles-de-la-commune\">",
            "message": "The ARIA role 'listitem' is not valid for the element <article>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c315e913c842",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0f336d3e"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.bernissart.be/fermeture-des-bureaux-2/\" class=\"elementor-post__thumbnail__link\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "76623cf56479",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-93e2e4f4"
          },
          {
            "rule": "widget_tabbable_exists",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.bernissart.be/fermeture-des-bureaux-2/\" class=\"elementor-post__thumbnail__link\">",
            "message": "Component with \"link\" role does not have a tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f62f5bf4a10",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-aa7fa54a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.bernissart.be/fermeture-des-bureaux-2/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cbfadeb61aee",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7dfce331"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"elementor-post-date\">",
            "message": "Text contrast of 2.64 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" aria-label=\"En savoir plus sur Fermeture des bureaux\" href=\"https://www.bernissart.be/fermeture-des-bureaux-2/\" class=\"elementor-post__read-more\">",
            "message": "Text contrast of 1.17 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef3d82e8cbcf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cca3b1cd"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a tabindex=\"-1\" aria-label=\"En savoir plus sur Fermeture des bureaux\" href=\"https://www.bernissart.be/fermeture-des-bureaux-2/\" class=\"elementor-post__read-more\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b302659ba04",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c8241755"
          },
          {
            "rule": "widget_tabbable_exists",
            "xpath": null,
            "html": "<a tabindex=\"-1\" aria-label=\"En savoir plus sur Fermeture des bureaux\" href=\"https://www.bernissart.be/fermeture-des-bureaux-2/\" class=\"elementor-post__read-more\">",
            "message": "Component with \"link\" role does not have a tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d265b332c1a6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-253accf7"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<article role=\"listitem\" class=\"elementor-post elementor-grid-item post-16901 post type-post status-publish format-standard has-post-thumbnail hentry category-nouvelles-de-la-commune\">",
            "message": "The ARIA role 'listitem' is not valid for the element <article>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a9f74d8f547",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4e59fb71"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.bernissart.be/avis-aux-citoyens-travaux-swde-rue-de-stambruges/\" class=\"elementor-post__thumbnail__link\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b713dc482dd7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-abd9c6d3"
          },
          {
            "rule": "widget_tabbable_exists",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.bernissart.be/avis-aux-citoyens-travaux-swde-rue-de-stambruges/\" class=\"elementor-post__thumbnail__link\">",
            "message": "Component with \"link\" role does not have a tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b95dbfc6a1da",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-42971afc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.bernissart.be/avis-aux-citoyens-travaux-swde-rue-de-stambruges/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8d20fc079c6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-89605710"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"elementor-post-date\">",
            "message": "Text contrast of 2.64 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" aria-label=\"En savoir plus sur AVIS AUX CITOYENS – TRAVAUX SWDE RUE DE STAMBRUGES\" href=\"https://www.bernissart.be/avis-aux-citoyens-travaux-swde-rue-de-stambruges/\" class=\"elementor-post__read-more\">",
            "message": "Text contrast of 1.17 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ccadf0011ed0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fb0abde7"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a tabindex=\"-1\" aria-label=\"En savoir plus sur AVIS AUX CITOYENS – TRAVAUX SWDE RUE DE STAMBRUGES\" href=\"https://www.bernissart.be/avis-aux-citoyens-travaux-swde-rue-de-stambruges/\" class=\"elementor-post__read-more\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d383d5c2ae3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-995d1941"
          },
          {
            "rule": "widget_tabbable_exists",
            "xpath": null,
            "html": "<a tabindex=\"-1\" aria-label=\"En savoir plus sur AVIS AUX CITOYENS – TRAVAUX SWDE RUE DE STAMBRUGES\" href=\"https://www.bernissart.be/avis-aux-citoyens-travaux-swde-rue-de-stambruges/\" class=\"elementor-post__read-more\">",
            "message": "Component with \"link\" role does not have a tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ba7beda63ed2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c05e92fe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.bernissart.be/news/\" class=\"elementor-button elementor-button-link elementor-size-sm\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "930af8c8fc0d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fdb4172f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"elementor-button-text\">",
            "message": "Text contrast of 4.02 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4aa3fbd91b84",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f0258916"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input class=\"cell\" type=\"text\" data-authorized-content=\"{\"0\":\"all\",\"regex\":\"\",\"message\":\"Valeur incorrecte pour le champ Nom\"}\" value=\"\" aria-label=\"Nom\" placeholder=\"Nom\" name=\"user[name]\" autocomplete=\"name\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "27f12e18049d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c47f29ea"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input class=\"cell\" type=\"text\" data-authorized-content=\"{\"0\":\"all\",\"regex\":\"\",\"message\":\"Valeur incorrecte pour le champ Nom\"}\" value=\"\" aria-label=\"Nom\" placeholder=\"Nom\" name=\"user[name]\" autocomplete=\"name\">",
            "message": "The ‘placeholder’ is the only visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd08f3ad2595",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-699e10ed"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input class=\"cell acym__user__edit__email\" type=\"email\" required=\"\" data-authorized-content=\"{\"0\":\"all\",\"regex\":\"\",\"message\":\"Valeur incorrecte pour le champ E-mail\"}\" value=\"\" aria-label=\"E-mail\" placeholder=\"E-mail\" name=\"user[email]\" id=\"email_field_703\" autocomplete=\"email\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "26a365c7bca5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-38ee2b90"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input class=\"cell acym__user__edit__email\" type=\"email\" required=\"\" data-authorized-content=\"{\"0\":\"all\",\"regex\":\"\",\"message\":\"Valeur incorrecte pour le champ E-mail\"}\" value=\"\" aria-label=\"E-mail\" placeholder=\"E-mail\" name=\"user[email]\" id=\"email_field_703\" autocomplete=\"email\">",
            "message": "The ‘placeholder’ is the only visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "431aa2b159e8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5720c1d8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button type=\"submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a0aedea96b4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-249c0a37"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.bernissart.be/evenements/publicevement/proposer-un-evement/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "74c409609357",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9a42c115"
          },
          {
            "rule": "widget_tabbable_exists",
            "xpath": null,
            "html": "<button data-tribe-mobile-focus-order=\"events-bar-skipped\" tabindex=\"-1\" data-js=\"tribe-events-search-button\" aria-expanded=\"false\" aria-controls=\"tribe-events-search-container\" class=\"tribe-events-c-events-bar__search-button\">",
            "message": "Component with \"button\" role does not have a tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f1db725fd93",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bb3bb00a"
          },
          {
            "rule": "aria_attribute_allowed",
            "xpath": null,
            "html": "<button data-tribe-mobile-focus-order=\"events-bar-skipped\" aria-controls=\"tribe-events-view-selector-content\" aria-expanded=\"false\" tabindex=\"-1\" aria-description=\"Select Calendar View\" aria-current=\"true\" data-js=\"tribe-events-view-selector-button\" class=\"tribe-events-c-view-selector__button tribe-common-c-btn__clear\">",
            "message": "The attribute(s) 'aria-description' referenced by the element <button> is not a valid ARIA state or property",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "78c106b7e314",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0d5b6bc0"
          },
          {
            "rule": "widget_tabbable_exists",
            "xpath": null,
            "html": "<button data-tribe-mobile-focus-order=\"events-bar-skipped\" aria-controls=\"tribe-events-view-selector-content\" aria-expanded=\"false\" tabindex=\"-1\" aria-description=\"Select Calendar View\" aria-current=\"true\" data-js=\"tribe-events-view-selector-button\" class=\"tribe-events-c-view-selector__button tribe-common-c-btn__clear\">",
            "message": "Component with \"button\" role does not have a tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e72e0407dcf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-28ce4a47"
          },
          {
            "rule": "aria_attribute_allowed",
            "xpath": null,
            "html": "<button data-tribe-mobile-focus-order=\"datepicker\" aria-description=\"Cliquer pour basculer le sélectionneur de dates\" type=\"button\" data-js=\"tribe-events-top-bar-datepicker-button\" class=\"tribe-common-c-btn__clear tribe-common-h3 tribe-common-h--alt tribe-events-c-top-bar__datepicker-button\">",
            "message": "The attribute(s) 'aria-description' referenced by the element <button> is not a valid ARIA state or property",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb80c94c51d0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0aa0fabb"
          },
          {
            "rule": "widget_tabbable_exists",
            "xpath": null,
            "html": "<input readonly=\"readonly\" autocomplete=\"off\" tabindex=\"-1\" value=\"05/05/2026\" name=\"tribe-events-views[tribe-bar-date]\" id=\"tribe-events-top-bar-date\" data-js=\"tribe-events-top-bar-date\" class=\"tribe-events-c-top-bar__datepicker-input tribe-common-a11y-visual-hide\" type=\"text\">",
            "message": "Component with \"textbox\" role does not have a tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60caa9ca13f7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6ba665ac"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<th abbr=\"lun\" scope=\"col\" class=\"tribe-events-calendar-month__header-column\">",
            "message": "The HTML attribute(s) \"abbr\" is deprecated for the <th> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ead9dac08960",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cc30662b"
          },
          {
            "rule": "aria_accessiblename_exists",
            "xpath": null,
            "html": "<th abbr=\"lun\" scope=\"col\" class=\"tribe-events-calendar-month__header-column\">",
            "message": "Element <th> with \"columnheader\" role has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7fa87eca95d1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d6254cbc"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<th abbr=\"mar\" scope=\"col\" class=\"tribe-events-calendar-month__header-column\">",
            "message": "The HTML attribute(s) \"abbr\" is deprecated for the <th> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a0a300dd72f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ba602837"
          },
          {
            "rule": "aria_accessiblename_exists",
            "xpath": null,
            "html": "<th abbr=\"mar\" scope=\"col\" class=\"tribe-events-calendar-month__header-column\">",
            "message": "Element <th> with \"columnheader\" role has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "33c5aa38e8ac",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0486137a"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<th abbr=\"mer\" scope=\"col\" class=\"tribe-events-calendar-month__header-column\">",
            "message": "The HTML attribute(s) \"abbr\" is deprecated for the <th> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "66e10790d2dd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ba397a05"
          },
          {
            "rule": "aria_accessiblename_exists",
            "xpath": null,
            "html": "<th abbr=\"mer\" scope=\"col\" class=\"tribe-events-calendar-month__header-column\">",
            "message": "Element <th> with \"columnheader\" role has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1fe23de843b2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7e7b6ace"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<th abbr=\"jeu\" scope=\"col\" class=\"tribe-events-calendar-month__header-column\">",
            "message": "The HTML attribute(s) \"abbr\" is deprecated for the <th> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7762ce82af3c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-78f24061"
          },
          {
            "rule": "aria_accessiblename_exists",
            "xpath": null,
            "html": "<th abbr=\"jeu\" scope=\"col\" class=\"tribe-events-calendar-month__header-column\">",
            "message": "Element <th> with \"columnheader\" role has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dd04f18fb18e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7fb43353"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<th abbr=\"ven\" scope=\"col\" class=\"tribe-events-calendar-month__header-column\">",
            "message": "The HTML attribute(s) \"abbr\" is deprecated for the <th> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8dd02bed3887",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b6a0f942"
          },
          {
            "rule": "aria_accessiblename_exists",
            "xpath": null,
            "html": "<th abbr=\"ven\" scope=\"col\" class=\"tribe-events-calendar-month__header-column\">",
            "message": "Element <th> with \"columnheader\" role has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f8662033f9c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ed543682"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<th abbr=\"sam\" scope=\"col\" class=\"tribe-events-calendar-month__header-column\">",
            "message": "The HTML attribute(s) \"abbr\" is deprecated for the <th> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a17fcefc8241",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d9c589c0"
          },
          {
            "rule": "aria_accessiblename_exists",
            "xpath": null,
            "html": "<th abbr=\"sam\" scope=\"col\" class=\"tribe-events-calendar-month__header-column\">",
            "message": "Element <th> with \"columnheader\" role has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff5c2487ae79",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-139ecd67"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<th abbr=\"dim\" scope=\"col\" class=\"tribe-events-calendar-month__header-column\">",
            "message": "The HTML attribute(s) \"abbr\" is deprecated for the <th> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60129731cb60",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7f09687c"
          },
          {
            "rule": "aria_accessiblename_exists",
            "xpath": null,
            "html": "<th abbr=\"dim\" scope=\"col\" class=\"tribe-events-calendar-month__header-column\">",
            "message": "Element <th> with \"columnheader\" role has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "87b3527e568b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ff9f76f6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"avril 27, 0 évènements, past day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-04-27\" aria-expanded=\"false\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f5ba7f6dc8f4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0b3e1244"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"avril 27, 0 évènements, past day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-04-27\" aria-expanded=\"false\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "84b36ec3d4cd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-800456c0"
          },
          {
            "rule": "aria_descendant_valid",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"avril 27, 0 évènements, past day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-04-27\" aria-expanded=\"false\">",
            "message": "The element with role \"button\" contains descendants with implicit roles \"time\" which are ignored by browsers",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4007996316bb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-09ba441a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<time datetime=\"2026-04-27\" class=\"tribe-events-calendar-month__day-date-daynum\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "454d5d35ae5a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3305470d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"avril 28, 0 évènements, past day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-04-28\" aria-expanded=\"false\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b662f895de5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8ca6c731"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"avril 28, 0 évènements, past day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-04-28\" aria-expanded=\"false\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0bbe79b0f791",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f2f5e4b0"
          },
          {
            "rule": "aria_descendant_valid",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"avril 28, 0 évènements, past day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-04-28\" aria-expanded=\"false\">",
            "message": "The element with role \"button\" contains descendants with implicit roles \"time\" which are ignored by browsers",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "74a6a9051c91",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d7bea887"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<time datetime=\"2026-04-28\" class=\"tribe-events-calendar-month__day-date-daynum\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "29cddee227a1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d1a4b9e6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"avril 29, 0 évènements, past day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-04-29\" aria-expanded=\"false\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3890f25938ab",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-726be472"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"avril 29, 0 évènements, past day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-04-29\" aria-expanded=\"false\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "344059766fed",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1d6ccf83"
          },
          {
            "rule": "aria_descendant_valid",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"avril 29, 0 évènements, past day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-04-29\" aria-expanded=\"false\">",
            "message": "The element with role \"button\" contains descendants with implicit roles \"time\" which are ignored by browsers",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c1dd71413c2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e3775725"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<time datetime=\"2026-04-29\" class=\"tribe-events-calendar-month__day-date-daynum\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa96478561a5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c7918d52"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"avril 30, 0 évènements, past day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-04-30\" aria-expanded=\"false\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "61340bef4774",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-714af374"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"avril 30, 0 évènements, past day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-04-30\" aria-expanded=\"false\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "078843586a8b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1c4b640c"
          },
          {
            "rule": "aria_descendant_valid",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"avril 30, 0 évènements, past day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-04-30\" aria-expanded=\"false\">",
            "message": "The element with role \"button\" contains descendants with implicit roles \"time\" which are ignored by browsers",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "851f98a419ae",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-eb634c6b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<time datetime=\"2026-04-30\" class=\"tribe-events-calendar-month__day-date-daynum\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "acea76fbea69",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d25008f1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 1, 0 évènements, past day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-1\" aria-expanded=\"false\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d9f61e0dd1b0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6c3e68f8"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 1, 0 évènements, past day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-1\" aria-expanded=\"false\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c2e70c84acf1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6772819c"
          },
          {
            "rule": "aria_descendant_valid",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 1, 0 évènements, past day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-1\" aria-expanded=\"false\">",
            "message": "The element with role \"button\" contains descendants with implicit roles \"time\" which are ignored by browsers",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "882d4e60b588",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1922214f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<time datetime=\"2026-05-01\" class=\"tribe-events-calendar-month__day-date-daynum\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a50ef3b7da93",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3fd1d277"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 2, 0 évènements, past day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-2\" aria-expanded=\"false\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "056a3cdcb864",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-612dfe31"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 2, 0 évènements, past day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-2\" aria-expanded=\"false\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "129be528a699",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-04afe98d"
          },
          {
            "rule": "aria_descendant_valid",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 2, 0 évènements, past day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-2\" aria-expanded=\"false\">",
            "message": "The element with role \"button\" contains descendants with implicit roles \"time\" which are ignored by browsers",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "02c569cad652",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0709b120"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<time datetime=\"2026-05-02\" class=\"tribe-events-calendar-month__day-date-daynum\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f0fee3b0ec9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f2800e44"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 3, 0 évènements, past day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-3\" aria-expanded=\"false\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b7e4d492af4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-281adf5a"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 3, 0 évènements, past day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-3\" aria-expanded=\"false\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "30d062b65046",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ad864468"
          },
          {
            "rule": "aria_descendant_valid",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 3, 0 évènements, past day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-3\" aria-expanded=\"false\">",
            "message": "The element with role \"button\" contains descendants with implicit roles \"time\" which are ignored by browsers",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d333080a94ef",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e7ff68a6"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<time datetime=\"2026-05-03\" class=\"tribe-events-calendar-month__day-date-daynum\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e1e7619b440c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-493fded0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 4, 0 évènements, past day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-4\" aria-expanded=\"false\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3c07efeb24c6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-05c5c316"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 4, 0 évènements, past day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-4\" aria-expanded=\"false\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e7f28c136cbd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-38c5b117"
          },
          {
            "rule": "aria_descendant_valid",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 4, 0 évènements, past day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-4\" aria-expanded=\"false\">",
            "message": "The element with role \"button\" contains descendants with implicit roles \"time\" which are ignored by browsers",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d23a26f12dad",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0dc1d6c3"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<time datetime=\"2026-05-04\" class=\"tribe-events-calendar-month__day-date-daynum\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e666768d0da",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d43de186"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile tribe-events-calendar-month__day-cell--selected\" aria-label=\"mai 5, 0 évènements, aujourd’hui\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-5\" aria-expanded=\"true\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4f4ed53aa074",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-92607971"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile tribe-events-calendar-month__day-cell--selected\" aria-label=\"mai 5, 0 évènements, aujourd’hui\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-5\" aria-expanded=\"true\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d38ef204f015",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-410b2c01"
          },
          {
            "rule": "aria_descendant_valid",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile tribe-events-calendar-month__day-cell--selected\" aria-label=\"mai 5, 0 évènements, aujourd’hui\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-5\" aria-expanded=\"true\">",
            "message": "The element with role \"button\" contains descendants with implicit roles \"time\" which are ignored by browsers",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fde06261988a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e4bfb40e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 6, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-6\" aria-expanded=\"false\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5209118c44fb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4d7379af"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 6, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-6\" aria-expanded=\"false\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8f37db87670",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-14e8f942"
          },
          {
            "rule": "aria_descendant_valid",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 6, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-6\" aria-expanded=\"false\">",
            "message": "The element with role \"button\" contains descendants with implicit roles \"time\" which are ignored by browsers",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "95e0c8ea9d9d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-00c53b52"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 7, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-7\" aria-expanded=\"false\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d6d328299b11",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7a0b2917"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 7, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-7\" aria-expanded=\"false\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8502151e3f8e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-39bf6598"
          },
          {
            "rule": "aria_descendant_valid",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 7, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-7\" aria-expanded=\"false\">",
            "message": "The element with role \"button\" contains descendants with implicit roles \"time\" which are ignored by browsers",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d9191787b092",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9888326d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 8, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-8\" aria-expanded=\"false\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d5eb84c4b228",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6a555f61"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 8, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-8\" aria-expanded=\"false\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6fdd78d364cd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ac6851cf"
          },
          {
            "rule": "aria_descendant_valid",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 8, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-8\" aria-expanded=\"false\">",
            "message": "The element with role \"button\" contains descendants with implicit roles \"time\" which are ignored by browsers",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9f24a0a10c35",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-393fbffa"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 9, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-9\" aria-expanded=\"false\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d63f21ae1e1d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ae944fbb"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 9, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-9\" aria-expanded=\"false\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9084dcd1f8c5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-67e86845"
          },
          {
            "rule": "aria_descendant_valid",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 9, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-9\" aria-expanded=\"false\">",
            "message": "The element with role \"button\" contains descendants with implicit roles \"time\" which are ignored by browsers",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f7ecfe8216d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-92364303"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 10, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-10\" aria-expanded=\"false\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4036a752e593",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-559691f4"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 10, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-10\" aria-expanded=\"false\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc0f8d33475d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5088ebeb"
          },
          {
            "rule": "aria_descendant_valid",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 10, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-10\" aria-expanded=\"false\">",
            "message": "The element with role \"button\" contains descendants with implicit roles \"time\" which are ignored by browsers",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0bb9c1dec3c3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6cd2451b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 11, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-11\" aria-expanded=\"false\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "93282cb3a540",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-de0a1ea2"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 11, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-11\" aria-expanded=\"false\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "630d4a1e69c7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bb768f43"
          },
          {
            "rule": "aria_descendant_valid",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 11, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-11\" aria-expanded=\"false\">",
            "message": "The element with role \"button\" contains descendants with implicit roles \"time\" which are ignored by browsers",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "063899b99dd7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0c3fa70d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 12, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-12\" aria-expanded=\"false\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "97af5be201c5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-78a092c6"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 12, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-12\" aria-expanded=\"false\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ccf2fccc8a9f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-530f1b4a"
          },
          {
            "rule": "aria_descendant_valid",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 12, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-12\" aria-expanded=\"false\">",
            "message": "The element with role \"button\" contains descendants with implicit roles \"time\" which are ignored by browsers",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b9a5dec33fd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7ef6da02"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 13, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-13\" aria-expanded=\"false\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "62e68bae1c13",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-02fb3b48"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 13, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-13\" aria-expanded=\"false\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dabf5d5d0b15",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ed2103b1"
          },
          {
            "rule": "aria_descendant_valid",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 13, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-13\" aria-expanded=\"false\">",
            "message": "The element with role \"button\" contains descendants with implicit roles \"time\" which are ignored by browsers",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "95d541560a3c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fd339ca9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 14, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-14\" aria-expanded=\"false\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b9ceafa379d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-65d0fec7"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 14, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-14\" aria-expanded=\"false\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "47766eb9454c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b182ca87"
          },
          {
            "rule": "aria_descendant_valid",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 14, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-14\" aria-expanded=\"false\">",
            "message": "The element with role \"button\" contains descendants with implicit roles \"time\" which are ignored by browsers",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fd1878ed6bad",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e5c7c389"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 15, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-15\" aria-expanded=\"false\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e62f5e85b109",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3949d6fc"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 15, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-15\" aria-expanded=\"false\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c0a6855c05b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5956de67"
          },
          {
            "rule": "aria_descendant_valid",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 15, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-15\" aria-expanded=\"false\">",
            "message": "The element with role \"button\" contains descendants with implicit roles \"time\" which are ignored by browsers",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a02843be9693",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-306c344a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 16, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-16\" aria-expanded=\"false\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "23bed10595fb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ff525dbd"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 16, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-16\" aria-expanded=\"false\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5428073f48d8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7046369c"
          },
          {
            "rule": "aria_descendant_valid",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 16, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-16\" aria-expanded=\"false\">",
            "message": "The element with role \"button\" contains descendants with implicit roles \"time\" which are ignored by browsers",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8acd0a93e63c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c659e239"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 17, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-17\" aria-expanded=\"false\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0ea3fd445e54",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-295665be"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 17, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-17\" aria-expanded=\"false\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f4185e68ef4c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b4b56c6b"
          },
          {
            "rule": "aria_descendant_valid",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 17, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-17\" aria-expanded=\"false\">",
            "message": "The element with role \"button\" contains descendants with implicit roles \"time\" which are ignored by browsers",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c6ec169efc98",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-35916db2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 18, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-18\" aria-expanded=\"false\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac9f5b8df227",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-39d76c3b"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 18, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-18\" aria-expanded=\"false\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b59fad3f4dd2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-07aa9043"
          },
          {
            "rule": "aria_descendant_valid",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 18, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-18\" aria-expanded=\"false\">",
            "message": "The element with role \"button\" contains descendants with implicit roles \"time\" which are ignored by browsers",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df96c9a95832",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-05ce8975"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 19, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-19\" aria-expanded=\"false\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3195b503d507",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5d425b08"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 19, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-19\" aria-expanded=\"false\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "81f85d9c1cfb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-eb7c1e8f"
          },
          {
            "rule": "aria_descendant_valid",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 19, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-19\" aria-expanded=\"false\">",
            "message": "The element with role \"button\" contains descendants with implicit roles \"time\" which are ignored by browsers",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "608c63b0cccf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6148053a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 20, 1 évènement, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-20\" aria-expanded=\"false\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b4507faea1c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6d99c9e4"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 20, 1 évènement, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-20\" aria-expanded=\"false\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e4c782ffcda6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-be7e296d"
          },
          {
            "rule": "aria_descendant_valid",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 20, 1 évènement, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-20\" aria-expanded=\"false\">",
            "message": "The element with role \"button\" contains descendants with implicit roles \"heading\" which are ignored by browsers",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a36d5d7c3c35",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-589acc80"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 21, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-21\" aria-expanded=\"false\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca43a26f5a91",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-35e31f9b"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 21, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-21\" aria-expanded=\"false\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "249004a4e180",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3c1a3ad8"
          },
          {
            "rule": "aria_descendant_valid",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 21, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-21\" aria-expanded=\"false\">",
            "message": "The element with role \"button\" contains descendants with implicit roles \"time\" which are ignored by browsers",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9c0025ce946",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-72fd37c0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 22, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-22\" aria-expanded=\"false\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "52ca3d4e130e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f3325c07"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 22, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-22\" aria-expanded=\"false\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a5d578686c4b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-eea5c207"
          },
          {
            "rule": "aria_descendant_valid",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 22, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-22\" aria-expanded=\"false\">",
            "message": "The element with role \"button\" contains descendants with implicit roles \"time\" which are ignored by browsers",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "58629423adcc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4429f987"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 23, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-23\" aria-expanded=\"false\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0031279c343c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7626ad1e"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 23, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-23\" aria-expanded=\"false\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a3a563fcc92",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e9484da0"
          },
          {
            "rule": "aria_descendant_valid",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 23, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-23\" aria-expanded=\"false\">",
            "message": "The element with role \"button\" contains descendants with implicit roles \"time\" which are ignored by browsers",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff982912589b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a4be00e9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 24, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-24\" aria-expanded=\"false\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "01b5cd723545",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f2442034"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 24, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-24\" aria-expanded=\"false\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "384ecf4c880b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8e5f2995"
          },
          {
            "rule": "aria_descendant_valid",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 24, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-24\" aria-expanded=\"false\">",
            "message": "The element with role \"button\" contains descendants with implicit roles \"time\" which are ignored by browsers",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a598c2595ce",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-144547d3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 25, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-25\" aria-expanded=\"false\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "00d361bb7f62",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7f107334"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 25, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-25\" aria-expanded=\"false\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c3a38f302bfc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1b7c41e7"
          },
          {
            "rule": "aria_descendant_valid",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 25, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-25\" aria-expanded=\"false\">",
            "message": "The element with role \"button\" contains descendants with implicit roles \"time\" which are ignored by browsers",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a837b3bb5d9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-05da5022"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 26, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-26\" aria-expanded=\"false\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60cd02c84dc0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d2d7b484"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 26, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-26\" aria-expanded=\"false\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b99916260556",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c800646b"
          },
          {
            "rule": "aria_descendant_valid",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 26, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-26\" aria-expanded=\"false\">",
            "message": "The element with role \"button\" contains descendants with implicit roles \"time\" which are ignored by browsers",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2879ea0299b6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bcfeff41"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 27, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-27\" aria-expanded=\"false\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ffc70e70237",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2ca33f68"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 27, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-27\" aria-expanded=\"false\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "146871a7900e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-eb35d786"
          },
          {
            "rule": "aria_descendant_valid",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 27, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-27\" aria-expanded=\"false\">",
            "message": "The element with role \"button\" contains descendants with implicit roles \"time\" which are ignored by browsers",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fcffb761a941",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-39a7bcfc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 28, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-28\" aria-expanded=\"false\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "78b6ba00e80b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-61ee866f"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 28, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-28\" aria-expanded=\"false\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f5c7ad4c5e4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7be864fe"
          },
          {
            "rule": "aria_descendant_valid",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 28, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-28\" aria-expanded=\"false\">",
            "message": "The element with role \"button\" contains descendants with implicit roles \"time\" which are ignored by browsers",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "029e7a48355e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-55c5fb78"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 29, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-29\" aria-expanded=\"false\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "933454790229",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4b5e7795"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 29, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-29\" aria-expanded=\"false\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc42ee385d85",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-65b366af"
          },
          {
            "rule": "aria_descendant_valid",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 29, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-29\" aria-expanded=\"false\">",
            "message": "The element with role \"button\" contains descendants with implicit roles \"time\" which are ignored by browsers",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "738ef96d1389",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fb65187f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 30, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-30\" aria-expanded=\"false\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c7f47b54d3b5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4fbab6f9"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 30, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-30\" aria-expanded=\"false\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "269c31185c96",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-abd68c13"
          },
          {
            "rule": "aria_descendant_valid",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 30, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-30\" aria-expanded=\"false\">",
            "message": "The element with role \"button\" contains descendants with implicit roles \"time\" which are ignored by browsers",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "10ee0c13611b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5d446b5f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 31, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-31\" aria-expanded=\"false\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "85d04dd838fc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-26da7144"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 31, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-31\" aria-expanded=\"false\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0482ecbfbd65",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0e06128c"
          },
          {
            "rule": "aria_descendant_valid",
            "xpath": null,
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 31, 0 évènements, upcoming day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-31\" aria-expanded=\"false\">",
            "message": "The element with role \"button\" contains descendants with implicit roles \"time\" which are ignored by browsers",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7119fb8b92c9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-436ca607"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<div aria-live=\"assertive\" role=\"alert\" tabindex=\"0\" class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\">",
            "message": "The tabbable element's role 'alert' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b84b8911d67",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e8c4b21e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<div aria-live=\"assertive\" role=\"alert\" tabindex=\"0\" class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "21eb30437ca7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-448f57e2"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a title=\"Cliquer pour sélectionner le mois en cours\" aria-label=\"Cliquer pour sélectionner le mois en cours\" data-js=\"tribe-events-view-link\" class=\"tribe-events-c-nav__today tribe-common-b2\" href=\"https://www.bernissart.be/evenements/mois/?shortcode=ecb53827\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "443ad3050049",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2207fc93"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<button aria-label=\"\" aria-controls=\"tribe-events-subscribe-dropdown-content\" aria-expanded=\"false\" class=\"tribe-events-c-subscribe-dropdown__button-text tribe-common-c-btn--clear\">",
            "message": "The 'id' \"tribe-events-subscribe-dropdown-content\" specified for the ARIA property 'aria-controls' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "654e5aaafc07",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f23826ac"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"tel:069/64.65.20\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c06e34e4f266",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ffc54555"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"tel:069/59.00.60\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a7957019baa5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ff169722"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.bernissart.be/contact-infos/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<div aria-label=\"Partager sur facebook\" tabindex=\"0\" role=\"button\" class=\"elementor-share-btn elementor-share-btn_facebook\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a397968025b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6fb7f3cf"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<div aria-label=\"Partager sur twitter\" tabindex=\"0\" role=\"button\" class=\"elementor-share-btn elementor-share-btn_twitter\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e5da4ba9cd47",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-15ac6f6e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<div aria-label=\"Partager sur linkedin\" tabindex=\"0\" role=\"button\" class=\"elementor-share-btn elementor-share-btn_linkedin\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "048805dab6e6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a342bb10"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<div aria-label=\"Partager sur pinterest\" tabindex=\"0\" role=\"button\" class=\"elementor-share-btn elementor-share-btn_pinterest\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a57821444587",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3b8e3f6a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<div aria-label=\"Partager sur email\" tabindex=\"0\" role=\"button\" class=\"elementor-share-btn elementor-share-btn_email\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b38779660bb4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8dd6a32f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a rel=\"noopener\" target=\"_blank\" href=\"https://wapi2040.be/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e56104fe0825",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-de5c2e15"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a rel=\"noopener\" target=\"_blank\" href=\"https://bottinsocial.bernissart.be/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5e35902e5fdc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7669654f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://musee.bernissart.be/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "59c99123da8b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7a50bb05"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a rel=\"noopener\" target=\"_blank\" href=\"https://www.conde.fr/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1baf9e5df25b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4a3bf2f5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.bernissart.be/ter-histoire/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "76405bec5900",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e13a96cd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://umap.openstreetmap.fr/fr/map/commune-de-bernissart_550339\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b275178afa1f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e9252fba"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://umap.openstreetmap.fr/fr/map/commune-de-bernissart_550339\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4125de019fb0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7f85f519"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.developpementruralbernissart.info/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f22dbad35c8e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-decf7b33"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.developpementruralbernissart.info/\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be7d037088f9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f7d8e5ae"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.bernissart.be/demande-de-documents-administratifs/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.bernissart.be/protection-des-donnees/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c04bc176020b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-829dc0fb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.wikafi.be\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "46da66aecbd9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d590ee80"
          },
          {
            "rule": "form_submit_button_exists",
            "xpath": null,
            "html": "<form action=\"https://www.bernissart.be/\" method=\"get\" class=\"searchform\" role=\"search\">",
            "message": "Verify the <form> element has a submit button or an image button",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "569ee2264749",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-34253c02"
          },
          {
            "rule": "label_content_exists",
            "xpath": null,
            "html": "<label for=\"search-form-69f9d2848b80b\">",
            "message": "The <label> element does not have descriptive text that identifies the expected input",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c36f7166e07a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-14e2e448"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input onblur=\"if (this.value == '') {this.value = 'I am looking for...';}\" onfocus=\"if (this.value = '') {this.value = '';}\" value=\"Rechercher sur le site...\" size=\"30\" class=\"s p-border\" name=\"s\" type=\"text\" id=\"search-form-69f9d2848b80b\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "84d74d5c909a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-918f50c5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input onblur=\"if (this.value == '') {this.value = 'I am looking for...';}\" onfocus=\"if (this.value = '') {this.value = '';}\" value=\"Rechercher sur le site...\" size=\"30\" class=\"s p-border\" name=\"s\" type=\"text\" id=\"search-form-69f9d2848b80b\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "572ec0bd51cb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c1dc1b57"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button class=\"searchSubmit ribbon\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de5ff7e9e0af",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c4396e05"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"searchSubmit ribbon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a4b3c5053dc8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ca03cea5"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"\" class=\"curtainclose\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "51f8badd4439",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8b982908"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"\" class=\"curtainclose\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef9cb309cf40",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bb65725a"
          }
        ],
        "outcomeCount": 4222,
        "uniqueFailedCount": 236,
        "duplicateFailedCount": 17,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 17
    },
    {
      "submittedUrl": "https://www.binche.be/fr",
      "finalUrl": "https://www.binche.be/fr",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Binche",
      "elapsedMs": 11040,
      "error": null,
      "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": 513,
          "failed": 40,
          "cantTell": 33,
          "inapplicable": 51
        },
        "failedRules": [
          "aria-hidden-focus",
          "color-contrast",
          "definition-list",
          "empty-heading",
          "landmark-one-main",
          "link-name",
          "meta-viewport",
          "region"
        ],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-conditional-attr",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "definition-list",
          "dlitem",
          "document-title",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "landmark-contentinfo-is-top-level",
          "landmark-no-duplicate-contentinfo",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "aria-hidden-focus",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".slick-slide[data-slick-index=\"0\"][aria-hidden=\"true\"]",
            "html": "<div class=\"slick-slide\" data-slick-index=\"0\" aria-hidden=\"true\" tabindex=\"0\">",
            "message": "ARIA hidden element must not be focusable or contain focusable elements",
            "fixSummary": "Fix all of the following:\n  Focusable content should have tabindex=\"-1\" or be removed from the DOM",
            "relatedPaths": [
              ".slick-slide[data-slick-index=\"0\"][aria-hidden=\"true\"]",
              ".slick-slide[data-slick-index=\"0\"][aria-hidden=\"true\"] > .linkimg",
              ".slick-slide[data-slick-index=\"0\"][aria-hidden=\"true\"] > .flex-caption > .flex-caption-inner > h2 > a",
              ".slick-slide[data-slick-index=\"0\"][aria-hidden=\"true\"] > .flex-caption > .flex-caption-inner > p > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0c35521cb34c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-815a8a09"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".icon-demarche > span",
            "html": "<span>Démarches administratives</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.49 (foreground color: #ea5b0c, background color: #ffffff, font size: 12.8pt (17px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "19728cdc70fb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4aaa69f6"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".icon-travaux > span",
            "html": "<span>Travaux</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.49 (foreground color: #ea5b0c, background color: #ffffff, font size: 12.8pt (17px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "75cfd3e7623a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-05acfa0d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".icon-horaires > span",
            "html": "<span>Horaires</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.49 (foreground color: #ea5b0c, background color: #ffffff, font size: 12.8pt (17px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4fd1770ed741",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-82ec7e85"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".quick-access-icon:nth-child(4) > .icon-annuaire > span",
            "html": "<span>Annuaire</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.49 (foreground color: #ea5b0c, background color: #ffffff, font size: 12.8pt (17px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "070f1b039564",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6f7e0dde"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".icon-annuaire[target=\"_blank\"] > span",
            "html": "<span>Règlements et ordonnances</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.49 (foreground color: #ea5b0c, background color: #ffffff, font size: 12.8pt (17px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1e2c9ee68b2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-45d3d8bf"
          },
          {
            "rule": "definition-list",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/definition-list?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#top-menu-e-guichet-1",
            "html": "<dl class=\"actionMenu deactivated empty\" id=\"top-menu-e-guichet-1\">\n<dt class=\"actionMenuHeader\">\n<a href=\"https://www.binche.be/fr/e-guichet-1\" title=\"\">E-guichet</a>\n</dt>\n</dl>",
            "message": "<dl> elements must only directly contain properly-ordered <dt> and <dd> groups, <script>, <template> or <div> elements",
            "fixSummary": "Fix all of the following:\n  When not empty, element does not have at least one <dt> element followed by at least one <dd> element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e2da6b2e023e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-93d7cbec"
          },
          {
            "rule": "empty-heading",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/empty-heading?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "h1",
            "html": "<h1 class=\"h1-bienvenue\"><span>Bienvenue à Binche</span></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": "7702bb2a794a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-401fca47"
          },
          {
            "rule": "landmark-one-main",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "html",
            "html": "<html lang=\"fr\" xml:lang=\"fr\" xmlns=\"http://www.w3.org/19...\" class=\"js flexbox canvas ca...\">",
            "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": "347572f4c2c5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b00be0"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".slick-current.slick-active[data-slick-index=\"1\"] > .flex-caption > .flex-caption-inner > p > a",
            "html": "<a href=\"https://www.binche.be/fr/agenda/commemorations-du-8-mai-2026\" tabindex=\"-1\"></a>",
            "message": "Links must have discernible text",
            "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": "4acd64132b62",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-81b25f74"
          },
          {
            "rule": "meta-viewport",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport?application=playwright",
            "impact": "moderate",
            "wcagSc": [
              "wcag2aa",
              "wcag144"
            ],
            "xpath": "meta[name=\"viewport\"]",
            "html": "<meta content=\"width=device-width, minimum-scale=1.0, maximum-scale=1.0\" name=\"viewport\">",
            "message": "Zooming and scaling must not be disabled",
            "fixSummary": "Fix any of the following:\n  maximum-scale on <meta> tag disables zooming on mobile devices",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c4bef926a16",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-98527d57"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#gdpr-consent-banner > span",
            "html": "<span>Ce site utilise des cookies pour vous fournir une expérience optimale (lecture de vidéos, affichage de plans et de contenus issus des réseaux sociaux notamment).</span>",
            "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": "7cd368b55751",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-10afa511"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "a[rel=\"#pb_3\"]",
            "html": "<a href=\"https://www.binche.be/fr/@@consent\" rel=\"#pb_3\" class=\"link-overlay\" style=\"cursor: pointer;\">En savoir plus et personnaliser</a>",
            "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": "c8e9810d9273",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f3bb921c"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".top-menu-action:nth-child(1)",
            "html": "<div class=\"top-menu-action\">\n<dl class=\"actionMenu deactivated empty\" id=\"top-menu-e-guichet-1\">\n<dt class=\"actionMenuHeader\">\n<a href=\"https://www.binche.be/fr/e-guichet-1\" title=\"\">E-guichet</a>\n</dt>\n</dl>\n</div>",
            "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": "c7c14b1f579b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a5f19c39"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#top-menu-je-suis > .actionMenuHeader",
            "html": "<dt class=\"actionMenuHeader\">\n<a href=\"https://www.binche.be/fr/je-suis\" title=\"\">Je suis</a>\n</dt>",
            "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": "3a6d6dad5cfc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-54cc8a82"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#top-menu-je-trouve > .actionMenuHeader",
            "html": "<dt class=\"actionMenuHeader\">\n<a href=\"https://www.binche.be/fr/je-trouve\" title=\"\">Je trouve</a>\n</dt>",
            "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": "6fcd0173730b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d0c2a74f"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#search-action",
            "html": "<div id=\"search-action\"><a class=\"btn-search\" href=\"#\"><span class=\"ico-search\"></span><span>Chercher</span></a></div>",
            "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": "e0bae48f60db",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-044f2c98"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#portal-personaltools-wrapper",
            "html": "<div id=\"portal-personaltools-wrapper\">",
            "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": "f58c92e12125",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0621ffd4"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#portal-siteactions",
            "html": "<ul id=\"portal-siteactions\">\n<li id=\"siteaction-contact\"><a accesskey=\"9\" href=\"https://www.binche.be/fr/contact-info\" title=\"Contact\">Contact</a></li>\n</ul>",
            "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": "cb2162b8809d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5d90ae7c"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#top-logo",
            "html": "<div id=\"top-logo\">",
            "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": "c0e5a6c192bb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ab469cd8"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".hiddenStructure:nth-child(3)",
            "html": "<p class=\"hiddenStructure\">\n<a accesskey=\"2\" href=\"https://www.binche.be/fr#content\">Aller au contenu.</a> |\n\n  <a accesskey=\"6\" href=\"https://www.binche.be/fr#portal-globalnav\">Aller à la navigation</a>\n</p>",
            "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": "4c8808f016dc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8b4cab70"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".hiddenStructure:nth-child(4)",
            "html": "<p class=\"hiddenStructure\">Navigation</p>",
            "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": "7f053a651d7f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-70bfdf1d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "h5",
            "html": "<h5 class=\"hiddenStructure\">Navigation</h5>",
            "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": "721649234205",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5a996fd3"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".slick-current.slick-active[data-slick-index=\"1\"] > .linkimg",
            "html": "<a class=\"linkimg\" href=\"https://www.binche.be/fr/agenda/commemorations-du-8-mai-2026\" tabindex=\"-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",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "faa7f4a32981",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1bc98d94"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".slick-current.slick-active[data-slick-index=\"1\"] > .flex-caption",
            "html": "<div class=\"flex-caption\">",
            "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": "041fe8de0fea",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9c2312ba"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-3",
            "html": "<div class=\"bloc-3 bloc-document quick-access \">",
            "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": "d8d08b98d20a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9c3d6b61"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-4 > .slick-container.parsable-content > .titre-slider",
            "html": "<div class=\"titre-slider\">\n<a href=\"https://www.binche.be/fr/actualites/actualites\">\n<h2>Actualités</h2>\n</a>\n</div>",
            "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": "99c2347946ac",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7a6b5659"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-actualites > .slick-list.draggable > .slick-track > .slick-current.slick-active[data-slick-index=\"0\"] > .linkimg",
            "html": "<a class=\"linkimg\" href=\"https://www.binche.be/fr/actualites/1f389-la-plaine-de-jeux-communale-2026-revient-a-binche\" tabindex=\"0\">",
            "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": "d49f9544fdd9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-650a1ab0"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".slick-current.slick-active[data-slick-index=\"0\"] > .flex-caption > .flex-caption-inner > .publication-date",
            "html": "<div class=\"publication-date\">05/05/2026</div>",
            "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": "582cfa464591",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-82b15940"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-actualites > .slick-list.draggable > .slick-track > .slick-current.slick-active[data-slick-index=\"0\"] > .flex-caption > .flex-caption-inner > h2",
            "html": "<h2>\n<a href=\"https://www.binche.be/fr/actualites/1f389-la-plaine-de-jeux-communale-2026-revient-a-binche\" tabindex=\"0\">🎉 La plaine de jeux communale 2026 revient à Binche !</a>\n</h2>",
            "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": "92692078569c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-66c8e361"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-actualites > .slick-list.draggable > .slick-track > .slick-current.slick-active[data-slick-index=\"0\"] > .read-next-link",
            "html": "<div class=\"read-next-link\">\n<a href=\"https://www.binche.be/fr/actualites/1f389-la-plaine-de-jeux-communale-2026-revient-a-binche\" tabindex=\"0\">Lire la suite</a>\n</div>",
            "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": "68c51989a463",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cce14d09"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-4 > .slick-container.parsable-content > div:nth-child(3)",
            "html": "<div>\n<a class=\"voir-tout\" href=\"https://www.binche.be/fr/actualites/actualites\">\n          Toutes les actualités\n      </a>\n</div>",
            "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": "8ea88405796e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0886add3"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-5 > .slick-container.parsable-content > .titre-slider",
            "html": "<div class=\"titre-slider\">\n<a href=\"https://www.binche.be/fr/agenda/agenda\">\n<h2>Agenda</h2>\n</a>\n</div>",
            "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": "94f356e9cb4c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1bf17ce0"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-agenda > .slick-list.draggable > .slick-track > .slick-current.slick-active[data-slick-index=\"0\"] > .linkimg",
            "html": "<a class=\"linkimg\" href=\"https://www.binche.be/fr/agenda/commemorations-du-8-mai-2026\" tabindex=\"0\">",
            "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": "d985c20bfca3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cf05349f"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".slick-current.slick-active[data-slick-index=\"0\"] > .flex-caption > .flex-category-date",
            "html": "<div class=\"flex-category-date\">\n<a href=\"https://www.binche.be/fr/agenda/commemorations-du-8-mai-2026\" tabindex=\"0\">\n<span class=\"documentByLine\">\n<div class=\"day-month\">\n<div>08/05</div>\n</div>\n</span>\n</a>\n</div>",
            "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": "00469fb5c5d2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cb432b0d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-agenda > .slick-list.draggable > .slick-track > .slick-current.slick-active[data-slick-index=\"0\"] > .flex-caption > .flex-caption-inner > h2",
            "html": "<h2>\n<a href=\"https://www.binche.be/fr/agenda/commemorations-du-8-mai-2026\" tabindex=\"0\">Commémorations du 8 mai 2026</a>\n</h2>",
            "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": "7714525b7187",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7f83505f"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-agenda > .slick-list.draggable > .slick-track > .slick-current.slick-active[data-slick-index=\"0\"] > .read-next-link",
            "html": "<div class=\"read-next-link\">\n<a href=\"https://www.binche.be/fr/agenda/commemorations-du-8-mai-2026\" tabindex=\"0\">Lire la suite</a>\n</div>",
            "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": "32047b590183",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d94ecad4"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-5 > .slick-container.parsable-content > div:nth-child(3)",
            "html": "<div>\n<a class=\"voir-tout\" href=\"https://www.binche.be/fr/agenda/agenda\">\n          Tout l'agenda\n      </a>\n</div>",
            "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": "464390103f7e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0ebbc05d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-6 > .slick-container.parsable-content > .titre-slider",
            "html": "<div class=\"titre-slider\">\n<a href=\"https://www.binche.be/fr/binche-en-images/binche-en-images\">\n<h2>Binche en images</h2>\n</a>\n</div>",
            "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": "7cf7630164d5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2a103c66"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-binche-en-images > .slick-list.draggable > .slick-track > .slick-current.slick-active[data-slick-index=\"0\"] > .linkimg",
            "html": "<a class=\"linkimg\" href=\"https://www.binche.be/fr/binche-en-images/carnaval-2020/carnaval2017-25.jpg\" tabindex=\"0\">",
            "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": "c70528ab56f5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-93410f3f"
          }
        ],
        "outcomeCount": 637,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 40
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3168,
          "failed": 251,
          "cantTell": 74,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_accessiblename_exists",
          "aria_content_in_landmark",
          "aria_contentinfo_misuse",
          "element_attribute_deprecated",
          "element_id_unique",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "heading_content_exists",
          "img_alt_null",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "svg_graphics_labelled",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "efa21ef1d3b9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9ad5fff9"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style>",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "20c7be8e5793",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b81717"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71f9a46060b6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d263e3c39d8c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-62a9622d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc0ad113f92a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ced9415b"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "03db3f160ef3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1b601da8"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a style=\"cursor: pointer;\" class=\"link-overlay\" rel=\"#pb_3\" href=\"https://www.binche.be/fr/@@consent\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c4da2e2c7c1f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f37b5569"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a312ed13fd23",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ddecc5e3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b259e67a005",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fdf321ae"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fdec1edf502d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c8dbfadd"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<dl id=\"top-menu-e-guichet-1\" class=\"actionMenu deactivated empty\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "38669e402784",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f11892f1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"\" href=\"https://www.binche.be/fr/e-guichet-1\">",
            "message": "Text contrast of 3.95 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3fa65e77215f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5c421eb6"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<dl id=\"top-menu-je-suis\" class=\"actionMenu deactivated\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b2501e92311",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6a973988"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"\" href=\"https://www.binche.be/fr/je-suis\">",
            "message": "Text contrast of 3.95 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "85e538cdf443",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1a2a6831"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<dl id=\"top-menu-je-trouve\" class=\"actionMenu deactivated\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "134154bd5681",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-52a2b3b7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"\" href=\"https://www.binche.be/fr/je-trouve\">",
            "message": "Text contrast of 3.95 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0dace62125f9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c1fedaa7"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"#\" class=\"btn-search\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8be007b1a11",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-70da5d69"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.95 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a88cb5de4646",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul id=\"portal-siteactions\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "011470689072",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8b43a333"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Contact\" href=\"https://www.binche.be/fr/contact-info\" accesskey=\"9\">",
            "message": "Text contrast of 3.95 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "315b0cfb7f4c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3fabaed3"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a title=\"Binche\" id=\"portal-logo-link\" href=\"https://www.binche.be/fr\" accesskey=\"1\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "309155b83711",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d7bced15"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a id=\"search-btn\" href=\"#\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "90ce50107831",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4dede3db"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h1 class=\"h1-bienvenue\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e5b14d2312ee",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bcfae804"
          },
          {
            "rule": "aria_accessiblename_exists",
            "xpath": null,
            "html": "<h1 class=\"h1-bienvenue\">",
            "message": "Element <h1> with \"heading\" role has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec1cd8073458",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9503282e"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button style=\"display: block;\" type=\"button\" aria-label=\"Previous\" class=\"slick-prev slick-arrow\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b03fa0da4793",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8acdcdb5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button style=\"display: block;\" type=\"button\" aria-label=\"Previous\" class=\"slick-prev slick-arrow\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9153e943470b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-afded2b7"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b948b54d5d14",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d8cc0148"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/actualites/lutte-contre-le-frelon-asiatique\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f3ed367a5ba",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e41254bd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/actualites/lutte-contre-le-frelon-asiatique\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e4775a63c209",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a7ec7d05"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<div tabindex=\"0\" aria-hidden=\"false\" data-slick-index=\"0\" class=\"slick-slide slick-current slick-active\">",
            "message": "The tabbable element's role 'generic' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d1eab6932c9e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-95f38e1f"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://www.binche.be/fr/actualites/1f389-la-plaine-de-jeux-communale-2026-revient-a-binche\" class=\"linkimg\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c73224b9bb9e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0f7c0b62"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7f2acfbc0c1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f9d40766"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://www.binche.be/fr/actualites/1f389-la-plaine-de-jeux-communale-2026-revient-a-binche\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "defe5c6ea336",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7ea440bf"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://www.binche.be/fr/actualites/1f389-la-plaine-de-jeux-communale-2026-revient-a-binche\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d239cfadeb8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a8846ce1"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/agenda/commemorations-du-8-mai-2026\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4644f2a6b902",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-71e22a60"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/agenda/commemorations-du-8-mai-2026\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "81d064050019",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-21fe17ac"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/actualites/de-nouvelles-poubelles-de-tri-a-binche\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7183f3103bfd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0d145ac1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/actualites/de-nouvelles-poubelles-de-tri-a-binche\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9674e626048a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bddad43c"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/agenda/seance-dinformation-conseil-communal-consultatif-de-la-jeunesse\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f011d42c5fd3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9801fa89"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/agenda/seance-dinformation-conseil-communal-consultatif-de-la-jeunesse\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a7d4e134d7af",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0b586b69"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/actualites/lutte-contre-le-frelon-asiatique\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/actualites/lutte-contre-le-frelon-asiatique\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/actualites/1f389-la-plaine-de-jeux-communale-2026-revient-a-binche\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "00029ff8a8a3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0fe369e9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/actualites/1f389-la-plaine-de-jeux-communale-2026-revient-a-binche\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c3e00ccc9193",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0d939b1b"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/agenda/commemorations-du-8-mai-2026\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/agenda/commemorations-du-8-mai-2026\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/actualites/de-nouvelles-poubelles-de-tri-a-binche\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/actualites/de-nouvelles-poubelles-de-tri-a-binche\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/agenda/seance-dinformation-conseil-communal-consultatif-de-la-jeunesse\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/agenda/seance-dinformation-conseil-communal-consultatif-de-la-jeunesse\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/actualites/lutte-contre-le-frelon-asiatique\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/actualites/lutte-contre-le-frelon-asiatique\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button style=\"display: block;\" type=\"button\" aria-label=\"Next\" class=\"slick-next slick-arrow\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e9635b34f254",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dfeea4c5"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div id=\"form-widgets-text\" class=\"richTextWidget richtext-field\">",
            "message": "The <div> element has the id \"form-widgets-text\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9de2ab192ebc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-23c6087c"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.binche.be/fr/je-trouve/demarches\" class=\"icon-demarche\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "daa062acf431",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1a38b1dd"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img title=\"demarches.svg\" src=\"https://www.binche.be/images/demarches.svg\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "039e4206e848",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ff1f412a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.50 with its background is less than the WCAG AA minimum requirements for text of size 17px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.binche.be/fr/ma-ville/administration/services-communaux/travaux/chantiers-en-cours\" class=\"icon-travaux\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d923df8637d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e5d0e7a6"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img title=\"trav.svg\" src=\"https://www.binche.be/images/trav.svg\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec2ac862c95a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-af23c5c6"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.50 with its background is less than the WCAG AA minimum requirements for text of size 17px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.binche.be/fr/ma-ville/administration/services-communaux/horaires\" class=\"icon-horaires\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "21079dd24af1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ee74105f"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img title=\"horaires.svg\" src=\"https://www.binche.be/images/horaires.svg\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca6fc632d843",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-54c657ee"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.50 with its background is less than the WCAG AA minimum requirements for text of size 17px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.binche.be/fr/annuaire\" class=\"icon-annuaire\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c784f31aa277",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-92d2906a"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img title=\"annuaire.svg\" src=\"https://www.binche.be/images/annuaire.svg\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7f4ef952bbde",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b7a9765b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.50 with its background is less than the WCAG AA minimum requirements for text of size 17px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.deliberations.be/binche/\" class=\"icon-annuaire\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "140c7bc247e9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a866ffc2"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img title=\"delib-icon.svg\" src=\"https://www.binche.be/images/delib-icon.svg\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff092f8d7c13",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ec12284d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.50 with its background is less than the WCAG AA minimum requirements for text of size 17px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.binche.be/fr/actualites/actualites\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b7aeb739e63",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e6f9d76a"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Confirm this text '08/12/2025' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e6f9cd696378",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-47035fde"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Text contrast of 3.50 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8fa7a53fd823",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-64e381e1"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/actualites/conseil-communal-consultatif-de-la-jeunesse-de-binche\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1d011df4098e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-561babf4"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/actualites/conseil-communal-consultatif-de-la-jeunesse-de-binche\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<div tabindex=\"0\" aria-hidden=\"false\" data-slick-index=\"0\" class=\"slick-slide slick-current slick-active\">",
            "message": "The tabbable element's role 'generic' is not a widget role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://www.binche.be/fr/actualites/1f389-la-plaine-de-jeux-communale-2026-revient-a-binche\" class=\"linkimg\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Confirm this text '05/05/2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Text contrast of 3.50 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://www.binche.be/fr/actualites/1f389-la-plaine-de-jeux-communale-2026-revient-a-binche\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "647ea37c9d7f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e66df45c"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://www.binche.be/fr/actualites/1f389-la-plaine-de-jeux-communale-2026-revient-a-binche\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Confirm this text '29/04/2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Text contrast of 3.50 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/actualites/carnavals-liste-des-jubilaires-2026\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ae91e787e74",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-39140311"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/actualites/carnavals-liste-des-jubilaires-2026\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Confirm this text '16/04/2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Text contrast of 3.50 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/que-faire/tourisme/office-du-tourisme/actualites-tourisme/nouveau-totemus-leval\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "491e3aaee3d4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0461fa3c"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/que-faire/tourisme/office-du-tourisme/actualites-tourisme/nouveau-totemus-leval\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Confirm this text '14/04/2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Text contrast of 3.50 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/actualites/de-nouvelles-poubelles-de-tri-a-binche\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/actualites/de-nouvelles-poubelles-de-tri-a-binche\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Confirm this text '24/03/2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Text contrast of 3.50 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/actualites/lutte-contre-le-frelon-asiatique\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/actualites/lutte-contre-le-frelon-asiatique\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Confirm this text '12/01/2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Text contrast of 3.50 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/actualites/rencontres-citoyennes\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d07f10b72d41",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bb67f894"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/actualites/rencontres-citoyennes\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Confirm this text '06/01/2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Text contrast of 3.50 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/actualites/zone-bleue-demandez-votre-carte-riverain\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f738d95b3a5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ce791481"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/actualites/zone-bleue-demandez-votre-carte-riverain\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Confirm this text '17/12/2025' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Text contrast of 3.50 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/actualites/communication-officielle-de-la-ville-de-binche-declaration-cadastrale-2013-precisions-a-l2019attention-des-citoyens-quant-au-courrier-toutes-boites\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eea7d2935cc3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9d1c1b19"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/actualites/communication-officielle-de-la-ville-de-binche-declaration-cadastrale-2013-precisions-a-l2019attention-des-citoyens-quant-au-courrier-toutes-boites\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Confirm this text '08/12/2025' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Text contrast of 3.50 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/actualites/conseil-communal-consultatif-de-la-jeunesse-de-binche\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/actualites/conseil-communal-consultatif-de-la-jeunesse-de-binche\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Confirm this text '05/05/2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Text contrast of 3.50 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/actualites/1f389-la-plaine-de-jeux-communale-2026-revient-a-binche\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/actualites/1f389-la-plaine-de-jeux-communale-2026-revient-a-binche\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Confirm this text '29/04/2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Text contrast of 3.50 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/actualites/carnavals-liste-des-jubilaires-2026\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/actualites/carnavals-liste-des-jubilaires-2026\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Confirm this text '16/04/2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Text contrast of 3.50 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/que-faire/tourisme/office-du-tourisme/actualites-tourisme/nouveau-totemus-leval\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/que-faire/tourisme/office-du-tourisme/actualites-tourisme/nouveau-totemus-leval\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Confirm this text '14/04/2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Text contrast of 3.50 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/actualites/de-nouvelles-poubelles-de-tri-a-binche\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/actualites/de-nouvelles-poubelles-de-tri-a-binche\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Confirm this text '24/03/2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Text contrast of 3.50 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/actualites/lutte-contre-le-frelon-asiatique\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/actualites/lutte-contre-le-frelon-asiatique\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Confirm this text '12/01/2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Text contrast of 3.50 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/actualites/rencontres-citoyennes\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/actualites/rencontres-citoyennes\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Confirm this text '06/01/2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Text contrast of 3.50 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/actualites/zone-bleue-demandez-votre-carte-riverain\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/actualites/zone-bleue-demandez-votre-carte-riverain\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Confirm this text '17/12/2025' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Text contrast of 3.50 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/actualites/communication-officielle-de-la-ville-de-binche-declaration-cadastrale-2013-precisions-a-l2019attention-des-citoyens-quant-au-courrier-toutes-boites\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/actualites/communication-officielle-de-la-ville-de-binche-declaration-cadastrale-2013-precisions-a-l2019attention-des-citoyens-quant-au-courrier-toutes-boites\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Confirm this text '08/12/2025' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Text contrast of 3.50 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/actualites/conseil-communal-consultatif-de-la-jeunesse-de-binche\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/actualites/conseil-communal-consultatif-de-la-jeunesse-de-binche\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button style=\"display: block;\" type=\"button\" aria-label=\"Next\" class=\"slick-next slick-arrow\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9f8aad548629",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f31e5afa"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button style=\"display: block;\" type=\"button\" aria-label=\"Next\" class=\"slick-next slick-arrow\">",
            "message": "The foreground text and its background color are both detected as #c1dfc4. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.binche.be/fr/actualites/actualites\" class=\"voir-tout\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "66bb96c011c4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8bf6bea1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.binche.be/fr/actualites/actualites\" class=\"voir-tout\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d6fe6f783003",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5ddae390"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.binche.be/fr/agenda/agenda\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5a7753895b68",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a3216983"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div>",
            "message": "Confirm this text '04/12' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a7426a4dbbfc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d0da6471"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div>",
            "message": "Text contrast of 3.50 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "680a082e8c27",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-031e50e6"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div>",
            "message": "Confirm this text '13/12' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div>",
            "message": "Text contrast of 3.50 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/que-faire/tourisme/office-du-tourisme/evenements/Marche%20de%20Noel%202026\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "771b2eb42179",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f21a6657"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/que-faire/tourisme/office-du-tourisme/evenements/Marche%20de%20Noel%202026\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "55f9fd5187c2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5226748e"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/que-faire/tourisme/office-du-tourisme/evenements/Marche%20de%20Noel%202026\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<div tabindex=\"0\" aria-hidden=\"false\" data-slick-index=\"0\" class=\"slick-slide slick-current slick-active\">",
            "message": "The tabbable element's role 'generic' is not a widget role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://www.binche.be/fr/agenda/commemorations-du-8-mai-2026\" class=\"linkimg\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0f40c1e3b9ca",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2ef9cd2c"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://www.binche.be/fr/agenda/commemorations-du-8-mai-2026\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9e6548f9a370",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6c5bb693"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://www.binche.be/fr/agenda/commemorations-du-8-mai-2026\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "57e4506dc61c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7785bca6"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div>",
            "message": "Confirm this text '08/05' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div>",
            "message": "Text contrast of 3.50 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://www.binche.be/fr/agenda/commemorations-du-8-mai-2026\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ae87aebca3e9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e2db981d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://www.binche.be/fr/agenda/commemorations-du-8-mai-2026\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://www.binche.be/fr/agenda/commemorations-du-8-mai-2026\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div>",
            "message": "Confirm this text '29/09' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div>",
            "message": "Text contrast of 3.50 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/agenda/salon-des-aines-1\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "13b74e2765d3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8cdcedfa"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/agenda/salon-des-aines-1\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "271d1cf95af5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d5b2e65b"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/agenda/salon-des-aines-1\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div>",
            "message": "Confirm this text '04/12' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div>",
            "message": "Text contrast of 3.50 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div>",
            "message": "Confirm this text '13/12' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div>",
            "message": "Text contrast of 3.50 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/que-faire/tourisme/office-du-tourisme/evenements/Marche%20de%20Noel%202026\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/que-faire/tourisme/office-du-tourisme/evenements/Marche%20de%20Noel%202026\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/que-faire/tourisme/office-du-tourisme/evenements/Marche%20de%20Noel%202026\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div>",
            "message": "Confirm this text '08/05' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div>",
            "message": "Text contrast of 3.50 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/agenda/commemorations-du-8-mai-2026\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/agenda/commemorations-du-8-mai-2026\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/agenda/commemorations-du-8-mai-2026\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div>",
            "message": "Confirm this text '29/09' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div>",
            "message": "Text contrast of 3.50 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/agenda/salon-des-aines-1\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/agenda/salon-des-aines-1\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/agenda/salon-des-aines-1\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div>",
            "message": "Confirm this text '04/12' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div>",
            "message": "Text contrast of 3.50 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div>",
            "message": "Confirm this text '13/12' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div>",
            "message": "Text contrast of 3.50 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/que-faire/tourisme/office-du-tourisme/evenements/Marche%20de%20Noel%202026\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/que-faire/tourisme/office-du-tourisme/evenements/Marche%20de%20Noel%202026\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.binche.be/fr/que-faire/tourisme/office-du-tourisme/evenements/Marche%20de%20Noel%202026\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button style=\"display: block;\" type=\"button\" aria-label=\"Next\" class=\"slick-next slick-arrow\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button style=\"display: block;\" type=\"button\" aria-label=\"Next\" class=\"slick-next slick-arrow\">",
            "message": "The foreground text and its background color are both detected as #c1dfc4. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.binche.be/fr/agenda/agenda\" class=\"voir-tout\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "72ee965cb8ad",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-171e6e55"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.binche.be/fr/agenda/agenda\" class=\"voir-tout\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "468711ee6075",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d9f31c39"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.binche.be/fr/binche-en-images/binche-en-images\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "88e403ba02e1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-17cafd2d"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<div tabindex=\"0\" aria-hidden=\"false\" data-slick-index=\"0\" class=\"slick-slide slick-current slick-active\">",
            "message": "The tabbable element's role 'generic' is not a widget role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://www.binche.be/fr/binche-en-images/carnaval-2020/carnaval2017-25.jpg\" class=\"linkimg\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f4e79ff971f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7a20fe86"
          },
          {
            "rule": "aria_contentinfo_misuse",
            "xpath": null,
            "html": "<footer id=\"portal-footer-wrapper\">",
            "message": "Element with \"contentinfo\" role is present without an element with \"main\" role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6dc70a456cfe",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6a24b034"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Ville de Binche Ville de Binche' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e851413bb729",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f2bf52aa"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text '14 Rue Saint Paul' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text 'B-7130 Binche' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0f1588acc356",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-94d3c6bd"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Tél 064 23 05 11' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Les sites de nos partenaires Les sites de nos partenaires' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.facebook.com/villedebincheofficiel\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70933dfabc5f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3c6f2ce2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.instagram.com/binche.be/?hl=fr\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6fa0e5b69c71",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-05e2d89f"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg fill=\"#fff\" class=\"circle circlefront\" width=\"80\" height=\"80\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4ef78510ec53",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ad9909c6"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg fill=\"#15a4f3\" stroke-width=\"1\" class=\"circle circleback\" width=\"80\" height=\"80\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb265367dd14",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f27c41cd"
          }
        ],
        "outcomeCount": 3426,
        "uniqueFailedCount": 89,
        "duplicateFailedCount": 162,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 162
    },
    {
      "submittedUrl": "https://www.boussu.be/",
      "finalUrl": "https://www.boussu.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Accueil — Commune de Boussu",
      "elapsedMs": 11707,
      "error": null,
      "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": 1550,
          "failed": 10,
          "cantTell": 28,
          "inapplicable": 43
        },
        "failedRules": [
          "aria-allowed-role",
          "aria-required-children",
          "color-contrast",
          "heading-order",
          "region"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-command-name",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "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",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Ma commune\"]",
            "html": "<label aria-label=\"Ma commune\" for=\"navitem-ma-commune\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea9906335a5c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fb93ab52"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Vivre à Boussu\"]",
            "html": "<label aria-label=\"Vivre à Boussu\" for=\"navitem-vivre-a\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b1c835c2dd89",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c966e5fd"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Que faire à Boussu\"]",
            "html": "<label aria-label=\"Que faire à Boussu\" for=\"navitem-que-faire\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d1d48041d983",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3ea6bed2"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Je trouve\"]",
            "html": "<label aria-label=\"Je trouve\" for=\"navitem-en-un-clic\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "98cc31cf7857",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-95636ade"
          },
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#portal-globalnav",
            "html": "<ul class=\"navbar-nav\" id=\"portal-globalnav\" role=\"menubar\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: [role=button]",
            "relatedPaths": [
              "label[aria-label=\"Ma commune\"]",
              "label[aria-label=\"Vivre à Boussu\"]",
              "label[aria-label=\"Que faire à Boussu\"]",
              "label[aria-label=\"Je trouve\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "36bafd78efbb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8565635e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".street",
            "html": "<span class=\"street\">François Dorzée 3</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.68 (foreground color: #dee2e6, background color: #d13a3a, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3152f54c62fc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-37e57c05"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".entity",
            "html": "<span class=\"entity\">7300 Boussu</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.68 (foreground color: #dee2e6, background color: #d13a3a, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ad53367311c6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-67febcb3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".country",
            "html": "<span class=\"country\">Belgique</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.68 (foreground color: #dee2e6, background color: #d13a3a, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f8540aaf7f8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9f409faa"
          },
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "div[aria-label=\"1 / 3\"] > .swiper_link[target=\"\"] > .swiper_title > h3",
            "html": "<h3>Soutien aux nouveaux commerces : une prime pour dynamiser l'économie locale</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": "8b6822dbeff1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b8ce72d2"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#portal-colophon",
            "html": "<div id=\"portal-colophon\">",
            "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": "0f448f13fcec",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-edf401d2"
          }
        ],
        "outcomeCount": 1631,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 10
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3251,
          "failed": 62,
          "cantTell": 46,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_complementary_labelled",
          "aria_content_in_landmark",
          "aria_id_unique",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "input_label_visible",
          "label_name_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "svg_graphics_labelled",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style>",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac5f24dac840",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b81717"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2195f47bf156",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9ad5fff9"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"https://www.boussu.be/++webresource++d5804eac-48ee-5c69-8389-75ac65829cb3/++plone++facetednavigation/faceted-jquery.min.css\" data-bundle=\"faceted.jquery\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f3a41d5b936f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c0a9f8c6"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"https://www.boussu.be/++webresource++f0d44841-f11c-5dd0-adb2-3e8db80761f7//++theme++boussu/dist/css/theme.css\" data-bundle=\"diazo\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea8a28b687d4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f59b0de7"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.boussu.be/#content\" class=\"show-on-focus\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "407a0e2423cd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0d608a02"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#portal-globalnav-collapse\" class=\"navbar-toggler\" aria-label=\"Activer/désactiver la navigation\" aria-expanded=\"false\" aria-controls=\"navbarNav\">",
            "message": "The 'id' \"navbarNav\" specified for the ARIA property 'aria-controls' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60eb360e459c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7be75485"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#portal-globalnav-collapse\" class=\"navbar-toggler\" aria-label=\"Activer/désactiver la navigation\" aria-expanded=\"false\" aria-controls=\"navbarNav\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aade9a7c3963",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-55b9b791"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"#offcanvasSearch\" data-bs-toggle=\"offcanvas\" data-bs-target=\"#offcanvasSearch\" aria-controls=\"offcanvasSearch\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c7752ad0aa8b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a652846"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"swiper-banner-content\">",
            "message": "Confirm this text 'Bienvenue à Boussu' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1965e4cfdcc4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e5962066"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"swiper-banner-title\">",
            "message": "Verify the contrast ratio of the text with shadow meets the WCAG AA minimum requirements for text of size 40px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "338cdb858d8e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bda9cecc"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\" aria-label=\"Acceptez tous les cookies\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6f5b184e71f8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f4c83f57"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\" aria-label=\"Acceptez tous les cookies\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "08035972928c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f761d507"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\" aria-label=\"Acceptez tous les cookies\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "813d22cba0fb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-11d7452b"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\" aria-label=\"Acceptez tous les cookies\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e17106645989",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4f9b556e"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.boussu.be/@@consent\" data-pat-plone-modal=\"{\"prependContent\": \"\"}\" class=\"pat-plone-modal\" aria-label=\"En savoir plus et paramétrer les cookies\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ba080eaf5f7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3df9fc07"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.boussu.be/@@consent\" data-pat-plone-modal=\"{\"prependContent\": \"\"}\" class=\"pat-plone-modal\" aria-label=\"En savoir plus et paramétrer les cookies\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "031fe5f84b40",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-be26f500"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a href=\"https://www.boussu.be/@@consent\" data-pat-plone-modal=\"{\"prependContent\": \"\"}\" class=\"pat-plone-modal\" aria-label=\"En savoir plus et paramétrer les cookies\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f86964c116d8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9c85bd19"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\" aria-label=\"Refuser tous les cookies\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1740ad9d7c72",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9e6f9182"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\" aria-label=\"Refuser tous les cookies\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1417b456eb6d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-877f508f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\" aria-label=\"Refuser tous les cookies\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "72b98046c008",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-37e5941e"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\" aria-label=\"Refuser tous les cookies\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af826d0e2b3d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4abe1a5a"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside id=\"global_statusmessage\" class=\"col-12\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5aaef7ff4b44",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d6a7e678"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 22 16\" class=\"plone-icon plone-icon\" aria-labelledby=\"title\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e1e248a14252",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e2a46b0d"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 22 16\" class=\"plone-icon plone-icon\" aria-labelledby=\"title\">",
            "message": "The 'id' \"title\" specified for the ARIA property 'aria-labelledby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f1219415a90c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-42fdab88"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Guichets en ligne' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a0d4db35fe4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-abe54ce3"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 23.5 19.23\" fill=\"#000\" class=\"plone-icon\" aria-labelledby=\"title\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6466c77013b3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8fb3f986"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 23.5 19.23\" fill=\"#000\" class=\"plone-icon\" aria-labelledby=\"title\">",
            "message": "The 'id' \"title\" specified for the ARIA property 'aria-labelledby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f90b0d27594",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-76e1b79e"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Démarches' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 18.46 24\" height=\"24\" data-name=\"Calque 1\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ff3266d6d31",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-83cbdf7f"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Conseil communal' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 28 34.12\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b7d7c91afd56",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e3dfa86a"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Signaler un problème' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 28.18 19.82\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "46084ca8b3c2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-eba9678b"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Offres d'emploi' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.boussu.be/actualites\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fdf586355a89",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4d8d0579"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2 class=\"section-title\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 48px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "730c476f5454",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f7bf1660"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"swiper_category\">",
            "message": "Confirm this text 'Stages et cours' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d54453a86379",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-812c55c0"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"swiper_category\">",
            "message": "Confirm this text 'Fête et folklore' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"swiper_category\">",
            "message": "Confirm this text 'Stages et cours' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.boussu.be/agenda\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "858980777c88",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-67017a99"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.boussu.be/bulletins-communaux\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4726b2d49934",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-404627d2"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e63f7018cc4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ec9aff45"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Centre Culturel de Boussu' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0c3c607b196e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cc948cfa"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Police' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'CPAS' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8594a7ac97e5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2b24696c"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Bibliothèque' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e78823e8fb6c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"street\">",
            "message": "Text contrast of 3.68 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3bc43e5a625f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fad7f5be"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"entity\">",
            "message": "Text contrast of 3.68 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d80a76d924d7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-78b42462"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"country\">",
            "message": "Text contrast of 3.68 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "58c3a0a7ddc7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3e611214"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.boussu.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b8a663c76b2f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8197e7c9"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.boussu.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f0685c115995",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-772c4a3c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.boussu.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c5b1607e28b4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7e64a685"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.boussu.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18012d119a40",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dd8e2485"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.boussu.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f39cc706d3ce",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1d4c1f2c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.boussu.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "69bc1f5ef4b5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6d04145f"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.boussu.be/annuaire/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "06b8ad8aeffc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c23e1fc4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.boussu.be/annuaire/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aebdfa11fe0c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0907c385"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6156003aa08f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6e7f9087"
          }
        ],
        "outcomeCount": 3358,
        "uniqueFailedCount": 51,
        "duplicateFailedCount": 11,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 11
    },
    {
      "submittedUrl": "https://www.braine-le-comte.be/",
      "finalUrl": "https://www.braine-le-comte.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Braine-le-Comte – Une Ville en Vie",
      "elapsedMs": 10543,
      "error": null,
      "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": 965,
          "failed": 36,
          "cantTell": 12,
          "inapplicable": 45
        },
        "failedRules": [
          "color-contrast",
          "empty-heading",
          "landmark-one-main",
          "meta-viewport",
          "page-has-heading-one",
          "region"
        ],
        "passedRules": [
          "accesskeys",
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "definition-list",
          "dlitem",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "landmark-contentinfo-is-top-level",
          "landmark-no-duplicate-contentinfo",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport-large",
          "nested-interactive",
          "presentation-role-conflict",
          "region",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#slick-slide20 > .flex-caption > .flex-category-date > .indexview-categories > a",
            "html": "<a href=\"https://www.braine-le-comte.be/evenements/81eme-anniversaire-du-v-day-8-mai-1945\" tabindex=\"0\">Divers</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.75 (foreground color: #f1b000, background color: #f2f5f8, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#slick-slide20 > .flex-caption"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3d3638a56c8a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ce43f9f5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#slick-slide21 > .flex-caption > .flex-category-date > .indexview-categories > a",
            "html": "<a href=\"https://www.braine-le-comte.be/evenements/81eme-anniversaire-de-la-liberation-des-camps\" tabindex=\"-1\">Divers</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.75 (foreground color: #f1b000, background color: #f2f5f8, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#slick-slide21 > .flex-caption"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d75755d0ce63",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f41b8d89"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#slick-slide22 > .flex-caption > .flex-category-date > .indexview-categories > a",
            "html": "<a href=\"https://www.braine-le-comte.be/qualite-de-vie/tourisme/office-du-tourisme/place-a-ledition-2026-de-la-foire-du-terroir-des-metiers-et-des-artisans\" tabindex=\"-1\">Salons &amp; Foires</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.75 (foreground color: #f1b000, background color: #f2f5f8, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#slick-slide22 > .flex-caption"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "63fe472005bd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6e1a88ab"
          },
          {
            "rule": "empty-heading",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/empty-heading?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": ".ft-heures > h3",
            "html": "<h3>&nbsp;</h3>",
            "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": "e04cfa397c18",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-29fd3b89"
          },
          {
            "rule": "landmark-one-main",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "html",
            "html": "<html lang=\"fr\" xml:lang=\"fr\" xmlns=\"http://www.w3.org/19...\" class=\"js flexbox canvas ca...\">",
            "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": "0d291db72533",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b00be0"
          },
          {
            "rule": "meta-viewport",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport?application=playwright",
            "impact": "moderate",
            "wcagSc": [
              "wcag2aa",
              "wcag144"
            ],
            "xpath": "meta[name=\"viewport\"]",
            "html": "<meta content=\"width=device-width, minimum-scale=1.0, maximum-scale=1.0\" name=\"viewport\">",
            "message": "Zooming and scaling must not be disabled",
            "fixSummary": "Fix any of the following:\n  maximum-scale on <meta> tag disables zooming on mobile devices",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e27212b41dcf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-98527d57"
          },
          {
            "rule": "page-has-heading-one",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "html",
            "html": "<html lang=\"fr\" xml:lang=\"fr\" xmlns=\"http://www.w3.org/19...\" class=\"js flexbox canvas ca...\">",
            "message": "Page should contain a level-one heading",
            "fixSummary": "Fix all of the following:\n  Page must have a level-one heading",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "460fd0ff20db",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ee8d7590"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#gdpr-consent-banner > span",
            "html": "<span>Ce site utilise des cookies pour vous fournir une expérience optimale (lecture de vidéos, affichage de plans et de contenus issus des réseaux sociaux notamment).</span>",
            "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": "8fb77f4ca4b4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-10afa511"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "a[rel=\"#pb_3\"]",
            "html": "<a href=\"https://www.braine-le-comte.be/@@consent\" rel=\"#pb_3\" class=\"link-overlay\" style=\"cursor: pointer;\">En savoir plus et personnaliser</a>",
            "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": "da1ec542b1ae",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f3bb921c"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#top-menu-je-suis > .actionMenuHeader",
            "html": "<dt class=\"actionMenuHeader\">\n<a href=\"https://www.braine-le-comte.be/je-suis\" title=\"\">Je suis</a>\n</dt>",
            "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": "012a33e6ab63",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-54cc8a82"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#top-menu-je-trouve > .actionMenuHeader",
            "html": "<dt class=\"actionMenuHeader\">\n<a href=\"https://www.braine-le-comte.be/je-trouve\" title=\"\">Je trouve</a>\n</dt>",
            "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": "3736748a111e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d0c2a74f"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#search-action",
            "html": "<div id=\"search-action\"><a class=\"btn-search\" href=\"#\"><span class=\"ico-search\"></span><span>Chercher</span></a></div>",
            "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": "8680ee3fe5a9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-044f2c98"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#portal-personaltools-wrapper",
            "html": "<div id=\"portal-personaltools-wrapper\">",
            "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": "6a8e8c641e8c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0621ffd4"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#top-logo",
            "html": "<div id=\"top-logo\">",
            "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": "c1bb4ecaaa78",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ab469cd8"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".hiddenStructure:nth-child(3)",
            "html": "<p class=\"hiddenStructure\">\n<a accesskey=\"2\" href=\"https://www.braine-le-comte.be/#content\">Aller au contenu.</a> |\n\n  <a accesskey=\"6\" href=\"https://www.braine-le-comte.be/#portal-globalnav\">Aller à la navigation</a>\n</p>",
            "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": "7c5f4d725def",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8b4cab70"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".hiddenStructure:nth-child(4)",
            "html": "<p class=\"hiddenStructure\">Navigation</p>",
            "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": "80a8a0d75d03",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-70bfdf1d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "h5",
            "html": "<h5 class=\"hiddenStructure\">Navigation</h5>",
            "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": "462a5746651b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5a996fd3"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-1",
            "html": "<div class=\"bloc-1 bloc-document quick-access \">",
            "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": "ebd575ccaaee",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ecd8c824"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .slick-list.draggable > .slick-track > .slick-current[data-slick-index=\"0\"][aria-hidden=\"false\"] > .linkimg",
            "html": "<a class=\"linkimg\" href=\"https://www.braine-le-comte.be/qualite-de-vie/tourisme/office-du-tourisme/place-a-ledition-2026-de-la-foire-du-terroir-des-metiers-et-des-artisans\" tabindex=\"0\">",
            "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": "e2e5b8409e71",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a9f14992"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .slick-list.draggable > .slick-track > .slick-current[data-slick-index=\"0\"][aria-hidden=\"false\"] > .flex-caption",
            "html": "<div class=\"flex-caption\">",
            "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": "02f858e5606b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1beb5202"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-2 > .slick-container.parsable-content > .pagination.listingBar",
            "html": "<div class=\"pagination listingBar\">\n<a class=\"next\" href=\"https://www.braine-le-comte.be/?b_start:int=20\">\n      6 éléments suivants\n      »\n    </a>\n<span class=\"current\">1</span>\n<a href=\"https://www.braine-le-comte.be/?b_start:int=20\">2</a>\n</div>",
            "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": "65983e4f2651",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b1bebd82"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-3 > .slick-container.parsable-content > .titre-slider",
            "html": "<div class=\"titre-slider\">\n<a href=\"https://www.braine-le-comte.be/actualites/actualites\">\n<h2>Actualités</h2>\n</a>\n</div>",
            "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": "f9a5432bae0f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-77a56d30"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slick-slide10 > .linkimg",
            "html": "<a class=\"linkimg\" href=\"https://www.braine-le-comte.be/actualites/les-infos-comm-hebdos-1\" tabindex=\"0\">",
            "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": "0519d3d86cdb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-822447a2"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slick-slide10 > .flex-caption",
            "html": "<div class=\"flex-caption\">",
            "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": "366a777a7e57",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-37460c55"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-actualites > .slick-dots[role=\"tablist\"]",
            "html": "<ul class=\"slick-dots\" style=\"display: flex;\" role=\"tablist\">",
            "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": "58fe3c999d4a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c771d388"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-3 > .slick-container.parsable-content > div:nth-child(3)",
            "html": "<div>\n<a class=\"voir-tout\" href=\"https://www.braine-le-comte.be/actualites/actualites\">\n          Voir l'ensemble des actualités\n      </a>\n</div>",
            "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": "b69f36f52f5f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4acdb22e"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-3 > .slick-container.parsable-content > .pagination.listingBar",
            "html": "<div class=\"pagination listingBar\">\n<a class=\"next\" href=\"https://www.braine-le-comte.be/?b_start:int=20\">\n      6 éléments suivants\n      »\n    </a>\n<span class=\"current\">1</span>\n<a href=\"https://www.braine-le-comte.be/?b_start:int=20\">2</a>\n</div>",
            "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": "725637b1351e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3559cd07"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-4 > .slick-container.parsable-content > .titre-slider",
            "html": "<div class=\"titre-slider\">\n<a href=\"https://www.braine-le-comte.be/evenements/evenements\">\n<h2>Événements</h2>\n</a>\n</div>",
            "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": "b77fd4595143",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7a6b5659"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slick-slide20 > .linkimg",
            "html": "<a class=\"linkimg\" href=\"https://www.braine-le-comte.be/evenements/81eme-anniversaire-du-v-day-8-mai-1945\" tabindex=\"0\">",
            "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": "80915960206e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8b26ad2b"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slick-slide20 > .flex-caption",
            "html": "<div class=\"flex-caption\">",
            "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": "8ef747b3f04e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1ea00c80"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-evenements > .slick-dots[role=\"tablist\"]",
            "html": "<ul class=\"slick-dots\" style=\"display: flex;\" role=\"tablist\">",
            "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": "ea90ee0f9170",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-119ca8ee"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-4 > .slick-container.parsable-content > div:nth-child(3)",
            "html": "<div>\n<a class=\"voir-tout\" href=\"https://www.braine-le-comte.be/evenements/evenements\">\n          Voir l'ensemble des Événements\n      </a>\n</div>",
            "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": "dfb0d350c50d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0886add3"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-4 > .slick-container.parsable-content > .pagination.listingBar",
            "html": "<div class=\"pagination listingBar\">\n<a class=\"next\" href=\"https://www.braine-le-comte.be/?b_start:int=20\">\n      6 éléments suivants\n      »\n    </a>\n<span class=\"current\">1</span>\n<a href=\"https://www.braine-le-comte.be/?b_start:int=20\">2</a>\n</div>",
            "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": "32e795c53316",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7d9091b6"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".titre",
            "html": "<a class=\"titre\" href=\"https://www.braine-le-comte.be/dernier-numero/dernier-numero\">\n<h2>BRAINE NOTRE VILLE</h2>\n</a>",
            "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": "5dee4c4b3860",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cfd87e25"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".results",
            "html": "<div class=\"results parsable-content\">",
            "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": "eda837dab3c7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-540d0002"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".voir-tout-content",
            "html": "<div class=\"voir-tout-content\">\n<a class=\"voir-tout\" href=\"/administration/services-communaux/communication/braine-notre-ville\">\n                       Voir les anciennes éditions\n                      </a>\n</div>",
            "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": "15a8c7b2a6c3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e012b1d2"
          }
        ],
        "outcomeCount": 1058,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 36
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 5062,
          "failed": 352,
          "cantTell": 82,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_accessiblename_exists",
          "aria_content_in_landmark",
          "aria_contentinfo_misuse",
          "aria_keyboard_handler_exists",
          "aria_widget_labelled",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "heading_content_exists",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_contrast_sufficient",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ccbd0f435b95",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9ad5fff9"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style>",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "433eb4ea4a39",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b81717"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "77a4b5d0ffb7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe0f85323ac3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-62a9622d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11b015d26023",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ced9415b"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fcea305a9689",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1b601da8"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a style=\"cursor: pointer;\" class=\"link-overlay\" rel=\"#pb_3\" href=\"https://www.braine-le-comte.be/@@consent\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a53755bc11a1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8f13ef65"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6328a06684e0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ddecc5e3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8bc607fa4690",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fdf321ae"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "23d33e6f4618",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c8dbfadd"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<dl id=\"top-menu-je-suis\" class=\"actionMenu deactivated\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e6d71362109",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6a973988"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<dl id=\"top-menu-je-trouve\" class=\"actionMenu deactivated\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "66631bd8b074",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-52a2b3b7"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"#\" class=\"btn-search\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec4a54fcee3e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-70da5d69"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a title=\"Braine-le-Comte – Une Ville en Vie\" id=\"portal-logo-link\" href=\"https://www.braine-le-comte.be\" accesskey=\"1\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6cc134416550",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d93f6d94"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a id=\"search-btn\" href=\"#\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "434d305f0af7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4dede3db"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\"quick-access-container\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c47f0a40333",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d6029d78"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.braine-le-comte.be/administration/administration/autres-services-au-public/tous-les-services-au-public\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d032de6c6ef",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-186d84d6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.braine-le-comte.be/administration/administration/autres-services-au-public/tous-les-services-au-public\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71fbac161676",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a6cac6fa"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://braine-le-comte.e-guichet.be\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "50eaa1ddb363",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b0b9f8e0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://braine-le-comte.e-guichet.be\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "502881e09c68",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0abc178c"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.braine-le-comte.be/territoire/mobilite/chantiers-evenements/chantiers-evenements\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ced877f6369",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-96d716d4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.braine-le-comte.be/territoire/mobilite/chantiers-evenements/chantiers-evenements\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "128dc4b71d7f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b00b944b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.braine-le-comte.be/territoire/gestion-des-dechets/traitement-des-dechets\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4be40cbc6df4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3e923aa9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.braine-le-comte.be/territoire/gestion-des-dechets/traitement-des-dechets\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0599b9b04cb7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7db1fd10"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.braine-le-comte.be/territoire/enquetes-publiques/enquetes-publiques-en-cours\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e6e41578be76",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7659d8d3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.braine-le-comte.be/territoire/enquetes-publiques/enquetes-publiques-en-cours\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d07a2004722d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-818a8e83"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.braine-le-comte.be/administration/jobs/offres-demploi\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7bbd45d175f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d7d46615"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.braine-le-comte.be/administration/jobs/offres-demploi\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "13062b42da9d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0a8d53de"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button style=\"display: block;\" type=\"button\" aria-label=\"Previous\" class=\"slick-prev slick-arrow\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18d010a1668b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8acdcdb5"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4078deb52bab",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d8cc0148"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/territoire/mobilite/chantiers-evenements/info-chantier-maillage-vert-et-bleu\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c8b85244e780",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-67b1ed99"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/territoire/mobilite/chantiers-evenements/info-chantier-maillage-vert-et-bleu\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<div tabindex=\"0\" aria-hidden=\"false\" data-slick-index=\"0\" style=\"width: 711px;\" class=\"slick-slide slick-current slick-active\">",
            "message": "The tabbable element's role 'generic' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6fec4de10e47",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c32b06d5"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://www.braine-le-comte.be/qualite-de-vie/tourisme/office-du-tourisme/place-a-ledition-2026-de-la-foire-du-terroir-des-metiers-et-des-artisans\" class=\"linkimg\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c2e7211b8ec7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b0a7422c"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://www.braine-le-comte.be/qualite-de-vie/tourisme/office-du-tourisme/place-a-ledition-2026-de-la-foire-du-terroir-des-metiers-et-des-artisans\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d57589cb2ee",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c2713b5a"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa5a83666ebf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f9d40766"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://www.braine-le-comte.be/qualite-de-vie/tourisme/office-du-tourisme/place-a-ledition-2026-de-la-foire-du-terroir-des-metiers-et-des-artisans\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/territoire/mobilite/modes-doux/abris-velo-securises\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4248080b89c9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7458a61a"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/territoire/mobilite/modes-doux/abris-velo-securises\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/actualites/perturbations-chez-bpost-impact-sur-les-convocations-pour-les-cartes-d2019identite\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1121fdde201f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3636f4cd"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/actualites/perturbations-chez-bpost-impact-sur-les-convocations-pour-les-cartes-d2019identite\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/administration/vie-politique/college-communal/conseil-communal-prestation-de-serment-de-la-nouvelle-echevine\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe15d2152435",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-817c3889"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/administration/vie-politique/college-communal/conseil-communal-prestation-de-serment-de-la-nouvelle-echevine\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/territoire/mobilite/chantiers-evenements/info-chantier-quartier-rue-neuve-et-avoisinantes\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "56cc29750a3b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2d50bce0"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/territoire/mobilite/chantiers-evenements/info-chantier-quartier-rue-neuve-et-avoisinantes\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/territoire/mobilite/chantiers-evenements/info-chantier-refection-complete-du-ravel-123\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11314f7ddc5a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e8fd2be8"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/territoire/mobilite/chantiers-evenements/info-chantier-refection-complete-du-ravel-123\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/territoire/mobilite/chantiers-evenements/info-mobilite-N6-et-GrandPlace\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "55623dc6328e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e5914188"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/territoire/mobilite/chantiers-evenements/info-mobilite-N6-et-GrandPlace\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/territoire/mobilite/chantiers-evenements/info-chantier-maillage-vert-et-bleu\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/territoire/mobilite/chantiers-evenements/info-chantier-maillage-vert-et-bleu\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/qualite-de-vie/tourisme/office-du-tourisme/place-a-ledition-2026-de-la-foire-du-terroir-des-metiers-et-des-artisans\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60e3cc792648",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e3ed28e9"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/qualite-de-vie/tourisme/office-du-tourisme/place-a-ledition-2026-de-la-foire-du-terroir-des-metiers-et-des-artisans\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/territoire/mobilite/modes-doux/abris-velo-securises\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/territoire/mobilite/modes-doux/abris-velo-securises\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/actualites/perturbations-chez-bpost-impact-sur-les-convocations-pour-les-cartes-d2019identite\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/actualites/perturbations-chez-bpost-impact-sur-les-convocations-pour-les-cartes-d2019identite\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/administration/vie-politique/college-communal/conseil-communal-prestation-de-serment-de-la-nouvelle-echevine\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/administration/vie-politique/college-communal/conseil-communal-prestation-de-serment-de-la-nouvelle-echevine\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/territoire/mobilite/chantiers-evenements/info-chantier-quartier-rue-neuve-et-avoisinantes\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/territoire/mobilite/chantiers-evenements/info-chantier-quartier-rue-neuve-et-avoisinantes\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/territoire/mobilite/chantiers-evenements/info-chantier-refection-complete-du-ravel-123\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/territoire/mobilite/chantiers-evenements/info-chantier-refection-complete-du-ravel-123\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/territoire/mobilite/chantiers-evenements/info-mobilite-N6-et-GrandPlace\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/territoire/mobilite/chantiers-evenements/info-mobilite-N6-et-GrandPlace\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/territoire/mobilite/chantiers-evenements/info-chantier-maillage-vert-et-bleu\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/territoire/mobilite/chantiers-evenements/info-chantier-maillage-vert-et-bleu\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button style=\"display: block;\" type=\"button\" aria-label=\"Next\" class=\"slick-next slick-arrow\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7f672b65abcf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dfeea4c5"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.braine-le-comte.be/?b_start:int=20\" class=\"next\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a9dc02ebbf9b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b380a91c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.braine-le-comte.be/?b_start:int=20\" class=\"next\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ff0f187fea2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8273fe6d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.braine-le-comte.be/?b_start:int=20\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b61034e64de0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-37425db3"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.braine-le-comte.be/actualites/actualites\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "76e42e85720a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-97755230"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button style=\"display: block;\" type=\"button\" aria-label=\"Previous\" class=\"slick-prev slick-arrow\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Confirm this text '12/03/2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bc3996de0dde",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-47035fde"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/territoire/environnement/piegeage-frelons-asiatiques/luttons-ensemble-contre-le-frelon-asiatique\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5035de46d809",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-67ba9496"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/territoire/environnement/piegeage-frelons-asiatiques/luttons-ensemble-contre-le-frelon-asiatique\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<div aria-describedby=\"slick-slide-control10\" id=\"slick-slide10\" role=\"tabpanel\" tabindex=\"0\" aria-hidden=\"false\" data-slick-index=\"0\" class=\"slick-slide slick-current slick-active\">",
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "43c78440d914",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8051699f"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://www.braine-le-comte.be/actualites/les-infos-comm-hebdos-1\" class=\"linkimg\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ba12bac0cad",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c0c7773b"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Confirm this text '29/04/2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://www.braine-le-comte.be/actualites/les-infos-comm-hebdos-1\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4438bb29a369",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4b93a6dc"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<div aria-describedby=\"slick-slide-control11\" id=\"slick-slide11\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"1\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f8ccd34d2aa9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c3e4b14a"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Confirm this text '22/04/2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/actualites/perturbations-chez-bpost-impact-sur-les-convocations-pour-les-cartes-d2019identite\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/actualites/perturbations-chez-bpost-impact-sur-les-convocations-pour-les-cartes-d2019identite\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<div aria-describedby=\"slick-slide-control12\" id=\"slick-slide12\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"2\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "23c4c55fffa9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-11458f5b"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Confirm this text '21/04/2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/territoire/gestion-des-dechets/fermeture-temporaire-du-recyparc-a-partir-du-16-mars\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e59eabda848f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7b82c2ed"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/territoire/gestion-des-dechets/fermeture-temporaire-du-recyparc-a-partir-du-16-mars\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<div aria-describedby=\"slick-slide-control13\" id=\"slick-slide13\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"3\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3d1f394501ac",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-106608bd"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Confirm this text '21/04/2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/administration/vie-politique/college-communal/conseil-communal-prestation-de-serment-de-la-nouvelle-echevine\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/administration/vie-politique/college-communal/conseil-communal-prestation-de-serment-de-la-nouvelle-echevine\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<div aria-describedby=\"slick-slide-control14\" id=\"slick-slide14\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"4\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3cdc665e6b17",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1232702a"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Confirm this text '15/04/2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/citoyennete/sante/contaminations-aux-pfas/resultats-du-dernier-biomonitoring-pfas\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5a793a6ecf05",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3a93459e"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/citoyennete/sante/contaminations-aux-pfas/resultats-du-dernier-biomonitoring-pfas\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<div aria-describedby=\"slick-slide-control15\" id=\"slick-slide15\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"5\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab8cbb7a1752",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a8dc8e64"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Confirm this text '07/04/2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/actualites/reparations-urgentes-comment-eviter-les-arnaques-a-domicile\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a24451322cee",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ed4e65b1"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/actualites/reparations-urgentes-comment-eviter-les-arnaques-a-domicile\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<div aria-describedby=\"slick-slide-control16\" id=\"slick-slide16\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"6\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "679fd3cd605c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e6121d7d"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Confirm this text '30/03/2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/territoire/mobilite/chantiers-evenements/info-chantier-quartier-rue-neuve-et-avoisinantes\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/territoire/mobilite/chantiers-evenements/info-chantier-quartier-rue-neuve-et-avoisinantes\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<div aria-describedby=\"slick-slide-control17\" id=\"slick-slide17\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"7\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "edf078da012f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d533a031"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Confirm this text '12/03/2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/territoire/environnement/piegeage-frelons-asiatiques/luttons-ensemble-contre-le-frelon-asiatique\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/territoire/environnement/piegeage-frelons-asiatiques/luttons-ensemble-contre-le-frelon-asiatique\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Confirm this text '29/04/2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/actualites/les-infos-comm-hebdos-1\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "871f5a793793",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9c623b37"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/actualites/les-infos-comm-hebdos-1\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Confirm this text '22/04/2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/actualites/perturbations-chez-bpost-impact-sur-les-convocations-pour-les-cartes-d2019identite\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/actualites/perturbations-chez-bpost-impact-sur-les-convocations-pour-les-cartes-d2019identite\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Confirm this text '21/04/2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/territoire/gestion-des-dechets/fermeture-temporaire-du-recyparc-a-partir-du-16-mars\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/territoire/gestion-des-dechets/fermeture-temporaire-du-recyparc-a-partir-du-16-mars\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Confirm this text '21/04/2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/administration/vie-politique/college-communal/conseil-communal-prestation-de-serment-de-la-nouvelle-echevine\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/administration/vie-politique/college-communal/conseil-communal-prestation-de-serment-de-la-nouvelle-echevine\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Confirm this text '15/04/2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/citoyennete/sante/contaminations-aux-pfas/resultats-du-dernier-biomonitoring-pfas\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/citoyennete/sante/contaminations-aux-pfas/resultats-du-dernier-biomonitoring-pfas\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Confirm this text '07/04/2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/actualites/reparations-urgentes-comment-eviter-les-arnaques-a-domicile\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/actualites/reparations-urgentes-comment-eviter-les-arnaques-a-domicile\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Confirm this text '30/03/2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/territoire/mobilite/chantiers-evenements/info-chantier-quartier-rue-neuve-et-avoisinantes\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/territoire/mobilite/chantiers-evenements/info-chantier-quartier-rue-neuve-et-avoisinantes\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Confirm this text '12/03/2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/territoire/environnement/piegeage-frelons-asiatiques/luttons-ensemble-contre-le-frelon-asiatique\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/territoire/environnement/piegeage-frelons-asiatiques/luttons-ensemble-contre-le-frelon-asiatique\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button style=\"display: block;\" type=\"button\" aria-label=\"Next\" class=\"slick-next slick-arrow\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<ul role=\"tablist\" style=\"display: flex;\" class=\"slick-dots\">",
            "message": "Verify the <ul> element with \"tablist\" role has keyboard access",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c70313af3cd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-84e3af77"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button aria-selected=\"true\" tabindex=\"0\" aria-label=\"1 of 8\" aria-controls=\"slick-slide10\" id=\"slick-slide-control10\" role=\"tab\" type=\"button\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2771db1b71b3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8d3464ca"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<button aria-selected=\"true\" tabindex=\"0\" aria-label=\"1 of 8\" aria-controls=\"slick-slide10\" id=\"slick-slide-control10\" role=\"tab\" type=\"button\">",
            "message": "Ensure the overlapped target \"button\" meets a minimum target size or has sufficient spacing from the overlapping target \"button\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ef18e472db7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-03a885ba"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button aria-selected=\"true\" tabindex=\"0\" aria-label=\"1 of 8\" aria-controls=\"slick-slide10\" id=\"slick-slide-control10\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #003b7d. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a572ccdee3e6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e065e78b"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"2 of 8\" aria-controls=\"slick-slide11\" id=\"slick-slide-control11\" role=\"tab\" type=\"button\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5672a943a7e7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-793a4043"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"2 of 8\" aria-controls=\"slick-slide11\" id=\"slick-slide-control11\" role=\"tab\" type=\"button\">",
            "message": "Ensure the overlapped target \"button\" meets a minimum target size or has sufficient spacing from the overlapping target \"button\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be7a53df5de7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2d2dd58e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"2 of 8\" aria-controls=\"slick-slide11\" id=\"slick-slide-control11\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #003b7d. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "75b50325fa1b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7d971eee"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"3 of 8\" aria-controls=\"slick-slide12\" id=\"slick-slide-control12\" role=\"tab\" type=\"button\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d4806ec85407",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ba1b0148"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"3 of 8\" aria-controls=\"slick-slide12\" id=\"slick-slide-control12\" role=\"tab\" type=\"button\">",
            "message": "Undersized target \"button\" does not have sufficient spacing of 12 CSS pixels from another target \"button\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "43dec01518d7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3790976b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"3 of 8\" aria-controls=\"slick-slide12\" id=\"slick-slide-control12\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #003b7d. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0c43c51886e1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-514b5325"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"4 of 8\" aria-controls=\"slick-slide13\" id=\"slick-slide-control13\" role=\"tab\" type=\"button\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "083d405e5cb8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5b759863"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"4 of 8\" aria-controls=\"slick-slide13\" id=\"slick-slide-control13\" role=\"tab\" type=\"button\">",
            "message": "Undersized target \"button\" does not have sufficient spacing of 12 CSS pixels from another target \"button\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "43982b77cddb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d77f6d94"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"4 of 8\" aria-controls=\"slick-slide13\" id=\"slick-slide-control13\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #003b7d. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5638f663c7c0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-366a6229"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"5 of 8\" aria-controls=\"slick-slide14\" id=\"slick-slide-control14\" role=\"tab\" type=\"button\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a4c7bf027a38",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-90cedfbc"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"5 of 8\" aria-controls=\"slick-slide14\" id=\"slick-slide-control14\" role=\"tab\" type=\"button\">",
            "message": "Undersized target \"button\" does not have sufficient spacing of 12 CSS pixels from another target \"button\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "293215094cd6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-300dff81"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"5 of 8\" aria-controls=\"slick-slide14\" id=\"slick-slide-control14\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #003b7d. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a3aadee50f9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f801be77"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"6 of 8\" aria-controls=\"slick-slide15\" id=\"slick-slide-control15\" role=\"tab\" type=\"button\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6971ab1400b3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ee33fd5d"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"6 of 8\" aria-controls=\"slick-slide15\" id=\"slick-slide-control15\" role=\"tab\" type=\"button\">",
            "message": "Undersized target \"button\" does not have sufficient spacing of 12 CSS pixels from another target \"button\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce093be8f78b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ec313ce5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"6 of 8\" aria-controls=\"slick-slide15\" id=\"slick-slide-control15\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #003b7d. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c7933ab4253",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b5c7b8a6"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"7 of 8\" aria-controls=\"slick-slide16\" id=\"slick-slide-control16\" role=\"tab\" type=\"button\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ad6635a5120",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a8608d99"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"7 of 8\" aria-controls=\"slick-slide16\" id=\"slick-slide-control16\" role=\"tab\" type=\"button\">",
            "message": "Undersized target \"button\" does not have sufficient spacing of 12 CSS pixels from another target \"button\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2781ab312434",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a1319950"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"7 of 8\" aria-controls=\"slick-slide16\" id=\"slick-slide-control16\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #003b7d. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc27bd87703f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7b706c5d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"8 of 8\" aria-controls=\"slick-slide17\" id=\"slick-slide-control17\" role=\"tab\" type=\"button\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c9e7eaeb89e8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e108307c"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"8 of 8\" aria-controls=\"slick-slide17\" id=\"slick-slide-control17\" role=\"tab\" type=\"button\">",
            "message": "Undersized target \"button\" does not have sufficient spacing of 12 CSS pixels from another target \"button\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c7bbdcc67539",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a6240a6f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"8 of 8\" aria-controls=\"slick-slide17\" id=\"slick-slide-control17\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #003b7d. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "417a7db3ecbd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-20bbe37a"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.braine-le-comte.be/actualites/actualites\" class=\"voir-tout\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5759d49d30d1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3070e423"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.braine-le-comte.be/actualites/actualites\" class=\"voir-tout\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8fc52941be12",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a5672ea2"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.braine-le-comte.be/?b_start:int=20\" class=\"next\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.braine-le-comte.be/?b_start:int=20\" class=\"next\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.braine-le-comte.be/?b_start:int=20\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.braine-le-comte.be/evenements/evenements\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e695bee1242",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-55399bd7"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button style=\"display: block;\" type=\"button\" aria-label=\"Previous\" class=\"slick-prev slick-arrow\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/evenements/conseil-communal-29-juin-2026\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a944eff841f2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-26c66ce2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/evenements/conseil-communal-29-juin-2026\">",
            "message": "Text contrast of 1.75 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd0ee51cec67",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ed28e9a2"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/evenements/conseil-communal-29-juin-2026\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/evenements/conseil-communal-29-juin-2026\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<div aria-describedby=\"slick-slide-control20\" id=\"slick-slide20\" role=\"tabpanel\" tabindex=\"0\" aria-hidden=\"false\" data-slick-index=\"0\" class=\"slick-slide slick-current slick-active\">",
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "20b1542bbc4c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-efb62dff"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://www.braine-le-comte.be/evenements/81eme-anniversaire-du-v-day-8-mai-1945\" class=\"linkimg\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "51866c850a25",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f3727202"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://www.braine-le-comte.be/evenements/81eme-anniversaire-du-v-day-8-mai-1945\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "debcb6f11b8a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c1021953"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://www.braine-le-comte.be/evenements/81eme-anniversaire-du-v-day-8-mai-1945\">",
            "message": "Text contrast of 1.75 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "43fa19773dd5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-44396721"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://www.braine-le-comte.be/evenements/81eme-anniversaire-du-v-day-8-mai-1945\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://www.braine-le-comte.be/evenements/81eme-anniversaire-du-v-day-8-mai-1945\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<div aria-describedby=\"slick-slide-control21\" id=\"slick-slide21\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"1\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e29b9630b0e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-00f25eb4"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/evenements/81eme-anniversaire-de-la-liberation-des-camps\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8215c7e0085",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3371b102"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/evenements/81eme-anniversaire-de-la-liberation-des-camps\">",
            "message": "Text contrast of 1.75 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e7ba3a883c8a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a3e58a68"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/evenements/81eme-anniversaire-de-la-liberation-des-camps\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/evenements/81eme-anniversaire-de-la-liberation-des-camps\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<div aria-describedby=\"slick-slide-control22\" id=\"slick-slide22\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"2\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5389fda2f8f4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-455e984b"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/qualite-de-vie/tourisme/office-du-tourisme/place-a-ledition-2026-de-la-foire-du-terroir-des-metiers-et-des-artisans\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/qualite-de-vie/tourisme/office-du-tourisme/place-a-ledition-2026-de-la-foire-du-terroir-des-metiers-et-des-artisans\">",
            "message": "Text contrast of 1.75 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f98a577cc9e0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6514f832"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/qualite-de-vie/tourisme/office-du-tourisme/place-a-ledition-2026-de-la-foire-du-terroir-des-metiers-et-des-artisans\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/qualite-de-vie/tourisme/office-du-tourisme/place-a-ledition-2026-de-la-foire-du-terroir-des-metiers-et-des-artisans\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<div aria-describedby=\"slick-slide-control23\" id=\"slick-slide23\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"3\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e61526d3ce6d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cc7eb3b8"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/evenements/collecte-de-sang-9\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f9a06d8b126",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a94a2e26"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/evenements/collecte-de-sang-9\">",
            "message": "Text contrast of 1.75 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e29481f3f438",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d855d24e"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/evenements/collecte-de-sang-9\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/evenements/collecte-de-sang-9\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<div aria-describedby=\"slick-slide-control24\" id=\"slick-slide24\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"4\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b6b96171754",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6957f52d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/evenements/conference-burn-out-dans-le-monde-agricole-comprendre-pour-mieux-anticiper\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "95eaac482541",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-090ca431"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/evenements/conference-burn-out-dans-le-monde-agricole-comprendre-pour-mieux-anticiper\">",
            "message": "Text contrast of 1.75 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "430b7890d612",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7ba65e7f"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/evenements/conference-burn-out-dans-le-monde-agricole-comprendre-pour-mieux-anticiper\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/evenements/conference-burn-out-dans-le-monde-agricole-comprendre-pour-mieux-anticiper\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Burn-out dans le monde agricole : comprendre pour mieux anticiper\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "050b98e840f4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ed595e6e"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/evenements/conference-burn-out-dans-le-monde-agricole-comprendre-pour-mieux-anticiper\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<div aria-describedby=\"slick-slide-control25\" id=\"slick-slide25\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"5\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aaf0608b1804",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-523c568e"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/evenements/conseil-communal-juin-2026\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b6edc1aff5ec",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-34c4a4af"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/evenements/conseil-communal-juin-2026\">",
            "message": "Text contrast of 1.75 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ac844a224b5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cde6ada3"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/evenements/conseil-communal-juin-2026\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/evenements/conseil-communal-juin-2026\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<div aria-describedby=\"slick-slide-control26\" id=\"slick-slide26\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"6\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c6f974949d6e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0fc0a940"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/citoyennete/actions-sociales/cohesion-sociale/conference-empreinte-numerique-quelles-traces-laissons-nous-en-ligne\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e7ff50a8265b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5e0fefaa"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/citoyennete/actions-sociales/cohesion-sociale/conference-empreinte-numerique-quelles-traces-laissons-nous-en-ligne\">",
            "message": "Text contrast of 1.75 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c3d9f586adff",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d81ecd29"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/citoyennete/actions-sociales/cohesion-sociale/conference-empreinte-numerique-quelles-traces-laissons-nous-en-ligne\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/citoyennete/actions-sociales/cohesion-sociale/conference-empreinte-numerique-quelles-traces-laissons-nous-en-ligne\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Empreinte numérique : quelles traces laissons-nous en ligne ?\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8cc0c7bf395e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-83705334"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/citoyennete/actions-sociales/cohesion-sociale/conference-empreinte-numerique-quelles-traces-laissons-nous-en-ligne\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<div aria-describedby=\"slick-slide-control27\" id=\"slick-slide27\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"7\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "00d5b508a9d0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-38ae36ae"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/citoyennete/seniors/alzheimer-cafe-4juin\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "423f5b820510",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-eefd7e35"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/citoyennete/seniors/alzheimer-cafe-4juin\">",
            "message": "Text contrast of 1.75 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b36fed89dcb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-07bbf91d"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/citoyennete/seniors/alzheimer-cafe-4juin\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/citoyennete/seniors/alzheimer-cafe-4juin\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<div aria-describedby=\"slick-slide-control28\" id=\"slick-slide28\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"8\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f8c25dd64427",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e3c2b116"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/evenements/conseil-communal-29-juin-2026\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/evenements/conseil-communal-29-juin-2026\">",
            "message": "Text contrast of 1.75 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/evenements/conseil-communal-29-juin-2026\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/evenements/conseil-communal-29-juin-2026\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/evenements/81eme-anniversaire-du-v-day-8-mai-1945\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "99ab1ff08433",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cf9e3b21"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/evenements/81eme-anniversaire-du-v-day-8-mai-1945\">",
            "message": "Text contrast of 1.75 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf27c85c72b9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2b6c913f"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/evenements/81eme-anniversaire-du-v-day-8-mai-1945\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/evenements/81eme-anniversaire-du-v-day-8-mai-1945\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/evenements/81eme-anniversaire-de-la-liberation-des-camps\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/evenements/81eme-anniversaire-de-la-liberation-des-camps\">",
            "message": "Text contrast of 1.75 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/evenements/81eme-anniversaire-de-la-liberation-des-camps\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/evenements/81eme-anniversaire-de-la-liberation-des-camps\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/qualite-de-vie/tourisme/office-du-tourisme/place-a-ledition-2026-de-la-foire-du-terroir-des-metiers-et-des-artisans\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/qualite-de-vie/tourisme/office-du-tourisme/place-a-ledition-2026-de-la-foire-du-terroir-des-metiers-et-des-artisans\">",
            "message": "Text contrast of 1.75 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/qualite-de-vie/tourisme/office-du-tourisme/place-a-ledition-2026-de-la-foire-du-terroir-des-metiers-et-des-artisans\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/qualite-de-vie/tourisme/office-du-tourisme/place-a-ledition-2026-de-la-foire-du-terroir-des-metiers-et-des-artisans\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/evenements/collecte-de-sang-9\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/evenements/collecte-de-sang-9\">",
            "message": "Text contrast of 1.75 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/evenements/collecte-de-sang-9\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/evenements/collecte-de-sang-9\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/evenements/conference-burn-out-dans-le-monde-agricole-comprendre-pour-mieux-anticiper\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/evenements/conference-burn-out-dans-le-monde-agricole-comprendre-pour-mieux-anticiper\">",
            "message": "Text contrast of 1.75 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/evenements/conference-burn-out-dans-le-monde-agricole-comprendre-pour-mieux-anticiper\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/evenements/conference-burn-out-dans-le-monde-agricole-comprendre-pour-mieux-anticiper\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Burn-out dans le monde agricole : comprendre pour mieux anticiper\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/evenements/conference-burn-out-dans-le-monde-agricole-comprendre-pour-mieux-anticiper\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/evenements/conseil-communal-juin-2026\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/evenements/conseil-communal-juin-2026\">",
            "message": "Text contrast of 1.75 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/evenements/conseil-communal-juin-2026\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/evenements/conseil-communal-juin-2026\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/citoyennete/actions-sociales/cohesion-sociale/conference-empreinte-numerique-quelles-traces-laissons-nous-en-ligne\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/citoyennete/actions-sociales/cohesion-sociale/conference-empreinte-numerique-quelles-traces-laissons-nous-en-ligne\">",
            "message": "Text contrast of 1.75 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/citoyennete/actions-sociales/cohesion-sociale/conference-empreinte-numerique-quelles-traces-laissons-nous-en-ligne\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/citoyennete/actions-sociales/cohesion-sociale/conference-empreinte-numerique-quelles-traces-laissons-nous-en-ligne\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Empreinte numérique : quelles traces laissons-nous en ligne ?\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/citoyennete/actions-sociales/cohesion-sociale/conference-empreinte-numerique-quelles-traces-laissons-nous-en-ligne\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/citoyennete/seniors/alzheimer-cafe-4juin\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/citoyennete/seniors/alzheimer-cafe-4juin\">",
            "message": "Text contrast of 1.75 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/citoyennete/seniors/alzheimer-cafe-4juin\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/citoyennete/seniors/alzheimer-cafe-4juin\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/evenements/conseil-communal-29-juin-2026\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/evenements/conseil-communal-29-juin-2026\">",
            "message": "Text contrast of 1.75 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/evenements/conseil-communal-29-juin-2026\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/evenements/conseil-communal-29-juin-2026\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button style=\"display: block;\" type=\"button\" aria-label=\"Next\" class=\"slick-next slick-arrow\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<ul role=\"tablist\" style=\"display: flex;\" class=\"slick-dots\">",
            "message": "Verify the <ul> element with \"tablist\" role has keyboard access",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button aria-selected=\"true\" tabindex=\"0\" aria-label=\"1 of 9\" aria-controls=\"slick-slide20\" id=\"slick-slide-control20\" role=\"tab\" type=\"button\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "43a398d0e6cc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9136d567"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<button aria-selected=\"true\" tabindex=\"0\" aria-label=\"1 of 9\" aria-controls=\"slick-slide20\" id=\"slick-slide-control20\" role=\"tab\" type=\"button\">",
            "message": "Ensure the overlapped target \"button\" meets a minimum target size or has sufficient spacing from the overlapping target \"button\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "725dafac2908",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3d3dbdcc"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button aria-selected=\"true\" tabindex=\"0\" aria-label=\"1 of 9\" aria-controls=\"slick-slide20\" id=\"slick-slide-control20\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #003b7d. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bef53f55679e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dac31cfa"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"2 of 9\" aria-controls=\"slick-slide21\" id=\"slick-slide-control21\" role=\"tab\" type=\"button\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "efae355be8c1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8387b306"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"2 of 9\" aria-controls=\"slick-slide21\" id=\"slick-slide-control21\" role=\"tab\" type=\"button\">",
            "message": "Ensure the overlapped target \"button\" meets a minimum target size or has sufficient spacing from the overlapping target \"button\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3eadd812f45c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4996a5d3"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"2 of 9\" aria-controls=\"slick-slide21\" id=\"slick-slide-control21\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #003b7d. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bc948dc85ea8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-490ba83f"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"3 of 9\" aria-controls=\"slick-slide22\" id=\"slick-slide-control22\" role=\"tab\" type=\"button\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea4945c2a56e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-25bc327e"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"3 of 9\" aria-controls=\"slick-slide22\" id=\"slick-slide-control22\" role=\"tab\" type=\"button\">",
            "message": "Undersized target \"button\" does not have sufficient spacing of 12 CSS pixels from another target \"button\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0c158910c8b4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4039de92"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"3 of 9\" aria-controls=\"slick-slide22\" id=\"slick-slide-control22\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #003b7d. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a322b42665a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-93a428a2"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"4 of 9\" aria-controls=\"slick-slide23\" id=\"slick-slide-control23\" role=\"tab\" type=\"button\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e63ae2b17d9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c5d190c3"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"4 of 9\" aria-controls=\"slick-slide23\" id=\"slick-slide-control23\" role=\"tab\" type=\"button\">",
            "message": "Undersized target \"button\" does not have sufficient spacing of 12 CSS pixels from another target \"button\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "12a57cc3f985",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dc49d2c5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"4 of 9\" aria-controls=\"slick-slide23\" id=\"slick-slide-control23\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #003b7d. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b526e422f8f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4e4feba4"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"5 of 9\" aria-controls=\"slick-slide24\" id=\"slick-slide-control24\" role=\"tab\" type=\"button\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4614ef26c734",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-74708504"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"5 of 9\" aria-controls=\"slick-slide24\" id=\"slick-slide-control24\" role=\"tab\" type=\"button\">",
            "message": "Undersized target \"button\" does not have sufficient spacing of 12 CSS pixels from another target \"button\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e363f85b4c6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-db3d339f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"5 of 9\" aria-controls=\"slick-slide24\" id=\"slick-slide-control24\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #003b7d. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7ca07aa3f56",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4cf2b970"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"6 of 9\" aria-controls=\"slick-slide25\" id=\"slick-slide-control25\" role=\"tab\" type=\"button\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b5b0378a6994",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0201567d"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"6 of 9\" aria-controls=\"slick-slide25\" id=\"slick-slide-control25\" role=\"tab\" type=\"button\">",
            "message": "Undersized target \"button\" does not have sufficient spacing of 12 CSS pixels from another target \"button\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2bf255b10dc6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cd444be0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"6 of 9\" aria-controls=\"slick-slide25\" id=\"slick-slide-control25\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #003b7d. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "62374a6efc37",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bbbd0e9e"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"7 of 9\" aria-controls=\"slick-slide26\" id=\"slick-slide-control26\" role=\"tab\" type=\"button\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bc1f3f3a04a5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e4ff84e9"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"7 of 9\" aria-controls=\"slick-slide26\" id=\"slick-slide-control26\" role=\"tab\" type=\"button\">",
            "message": "Undersized target \"button\" does not have sufficient spacing of 12 CSS pixels from another target \"button\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9674b08d5522",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9d4a74a5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"7 of 9\" aria-controls=\"slick-slide26\" id=\"slick-slide-control26\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #003b7d. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6c8a960562c3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-deba48f9"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"8 of 9\" aria-controls=\"slick-slide27\" id=\"slick-slide-control27\" role=\"tab\" type=\"button\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "204f40b3218c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-091fc6a5"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"8 of 9\" aria-controls=\"slick-slide27\" id=\"slick-slide-control27\" role=\"tab\" type=\"button\">",
            "message": "Undersized target \"button\" does not have sufficient spacing of 12 CSS pixels from another target \"button\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de37702db4b1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-27c3407d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"8 of 9\" aria-controls=\"slick-slide27\" id=\"slick-slide-control27\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #003b7d. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ad36c7d665f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7b442968"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"9 of 9\" aria-controls=\"slick-slide28\" id=\"slick-slide-control28\" role=\"tab\" type=\"button\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a441411b5598",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0b6770c7"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"9 of 9\" aria-controls=\"slick-slide28\" id=\"slick-slide-control28\" role=\"tab\" type=\"button\">",
            "message": "Undersized target \"button\" does not have sufficient spacing of 12 CSS pixels from another target \"button\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "77b38adfa86c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-59174bd7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"9 of 9\" aria-controls=\"slick-slide28\" id=\"slick-slide-control28\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #003b7d. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2514d9f389b9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-da73c5ff"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.braine-le-comte.be/evenements/evenements\" class=\"voir-tout\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e18f30a721c8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0f78ca25"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.braine-le-comte.be/evenements/evenements\" class=\"voir-tout\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "549fa60ca3b0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1ce963dc"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.braine-le-comte.be/?b_start:int=20\" class=\"next\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.braine-le-comte.be/?b_start:int=20\" class=\"next\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.braine-le-comte.be/?b_start:int=20\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.braine-le-comte.be/dernier-numero/dernier-numero\" class=\"titre\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2cdec0a1a9ef",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-286a8138"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7aab35c8e947",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9c97642b"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\" standard-results\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11092adeee56",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4a9e0863"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "164e85ef2c30",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-61d6b2cc"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/administration/services-communaux/communication/braine-notre-ville\" class=\"voir-tout\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e27ee503b12f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-240a09b5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/administration/services-communaux/communication/braine-notre-ville\" class=\"voir-tout\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "082f711668f9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-597dc6a6"
          },
          {
            "rule": "aria_contentinfo_misuse",
            "xpath": null,
            "html": "<footer id=\"portal-footer-wrapper\">",
            "message": "Element with \"contentinfo\" role is present without an element with \"main\" role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b49209237c83",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6a24b034"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Grand Place, 39 7090 Braine-le-Comte' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c9f4e0a0b18",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f2bf52aa"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text '+32(0) 67 55 14 00' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'info@7090.be' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h3>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c2f15a6356e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fd148279"
          },
          {
            "rule": "aria_accessiblename_exists",
            "xpath": null,
            "html": "<h3>",
            "message": "Element <h3> with \"heading\" role has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b2db44cc6d3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-06084dd3"
          }
        ],
        "outcomeCount": 5420,
        "uniqueFailedCount": 161,
        "duplicateFailedCount": 191,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 191
    },
    {
      "submittedUrl": "https://www.brugelette.be/",
      "finalUrl": "https://www.brugelette.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Brugelette - La Commune",
      "elapsedMs": 9826,
      "error": null,
      "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": 550,
          "failed": 20,
          "cantTell": 41,
          "inapplicable": 47
        },
        "failedRules": [
          "landmark-one-main",
          "link-name",
          "meta-viewport",
          "page-has-heading-one",
          "region"
        ],
        "passedRules": [
          "accesskeys",
          "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-required-children",
          "aria-required-parent",
          "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",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "landmark-contentinfo-is-top-level",
          "landmark-no-duplicate-contentinfo",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport-large",
          "nested-interactive",
          "presentation-role-conflict",
          "region",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "landmark-one-main",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "html",
            "html": "<html lang=\"fr\" xml:lang=\"fr\" xmlns=\"http://www.w3.org/19...\" class=\"js flexbox canvas ca...\">",
            "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": "5030d26164d9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b00be0"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "#slick-slide00 > .flex-caption > .flex-caption-inner > p > a",
            "html": "<a href=\"https://www.brugelette.be/actualites/jours-de-fermeture-de-ladministration-communale\" tabindex=\"0\"></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": "c43ae0047260",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cc229b2a"
          },
          {
            "rule": "meta-viewport",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport?application=playwright",
            "impact": "moderate",
            "wcagSc": [
              "wcag2aa",
              "wcag144"
            ],
            "xpath": "meta[name=\"viewport\"]",
            "html": "<meta content=\"width=device-width, minimum-scale=1.0, maximum-scale=1.0\" name=\"viewport\">",
            "message": "Zooming and scaling must not be disabled",
            "fixSummary": "Fix any of the following:\n  maximum-scale on <meta> tag disables zooming on mobile devices",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb4a1bd4e3bf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-98527d57"
          },
          {
            "rule": "page-has-heading-one",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "html",
            "html": "<html lang=\"fr\" xml:lang=\"fr\" xmlns=\"http://www.w3.org/19...\" class=\"js flexbox canvas ca...\">",
            "message": "Page should contain a level-one heading",
            "fixSummary": "Fix all of the following:\n  Page must have a level-one heading",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc7fe5b5d6ef",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ee8d7590"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#gdpr-consent-banner > span",
            "html": "<span>Ce site utilise des cookies pour vous fournir une expérience optimale (lecture de vidéos, affichage de plans et de contenus issus des réseaux sociaux notamment).</span>",
            "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": "2354ef547d7f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-10afa511"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "a[rel=\"#pb_3\"]",
            "html": "<a href=\"https://www.brugelette.be/@@consent\" rel=\"#pb_3\" class=\"link-overlay\" style=\"cursor: pointer;\">En savoir plus et personnaliser</a>",
            "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": "680a48970771",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f3bb921c"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#top-actions",
            "html": "<div id=\"top-actions\">",
            "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": "82242ee732bb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-611321ac"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#top-logo",
            "html": "<div id=\"top-logo\">",
            "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": "9436b9178db8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ab469cd8"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".hiddenStructure:nth-child(3)",
            "html": "<p class=\"hiddenStructure\">\n<a accesskey=\"2\" href=\"https://www.brugelette.be/#content\">Aller au contenu.</a> |\n\n  <a accesskey=\"6\" href=\"https://www.brugelette.be/#portal-globalnav\">Aller à la navigation</a>\n</p>",
            "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": "f42fb0bc2df4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8b4cab70"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".hiddenStructure:nth-child(4)",
            "html": "<p class=\"hiddenStructure\">Navigation</p>",
            "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": "91614a0f80c3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-70bfdf1d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "h5",
            "html": "<h5 class=\"hiddenStructure\">Navigation</h5>",
            "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": "faa15c0d518d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5a996fd3"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#cpskin-slogan",
            "html": "<div id=\"cpskin-slogan\">\n<div id=\"cpskin-slogan-titre\">Au fil de la Dendre</div>\n<div id=\"cpskin-slogan-description\"></div>\n</div>",
            "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": "b9c7fbf3e7ef",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b985c5b1"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-1",
            "html": "<div class=\"bloc-1 bloc-document quick-access \">",
            "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": "449009710b7f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ecd8c824"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".titre-slider",
            "html": "<div class=\"titre-slider\">\n<a href=\"https://www.brugelette.be/a-la-une/a-la-une\">\n<h2>À la une</h2>\n</a>\n</div>",
            "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": "4012c5b7fdeb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-76e9160f"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slick-slide00 > .linkimg",
            "html": "<a class=\"linkimg\" href=\"https://www.brugelette.be/actualites/jours-de-fermeture-de-ladministration-communale\" tabindex=\"0\">",
            "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": "d4f8312c8c0a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-43330f2b"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slick-slide00 > .flex-caption",
            "html": "<div class=\"flex-caption\">",
            "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": "4e456bbf82b6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-813b2b39"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".slick-dots",
            "html": "<ul class=\"slick-dots\" style=\"display: block;\" role=\"tablist\">",
            "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": "16064217579b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c9217522"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".titre",
            "html": "<a class=\"titre\" href=\"https://www.brugelette.be/actualites/actualites\">\n<h2>Actualités</h2>\n</a>",
            "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": "cac7d50a1c68",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cfd87e25"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".results",
            "html": "<div class=\"results parsable-content\">",
            "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": "1e0a4ab86e07",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-540d0002"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".voir-tout-content",
            "html": "<div class=\"voir-tout-content\">\n<a class=\"voir-tout\" href=\"https://www.brugelette.be/actualites/actualites\">\n                       Toutes les actualités\n                      </a>\n</div>",
            "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": "d5743225e6d7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e012b1d2"
          }
        ],
        "outcomeCount": 658,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 20
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2353,
          "failed": 144,
          "cantTell": 70,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_content_in_landmark",
          "aria_contentinfo_misuse",
          "aria_keyboard_handler_exists",
          "aria_widget_labelled",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "heading_content_exists",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9235aa2fda4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9ad5fff9"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style>",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c7df0ffa385",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b81717"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd3cc20ad129",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "faec1e5357ae",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-62a9622d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b927e323c2fe",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ced9415b"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "db3594ab8425",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1b601da8"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a style=\"cursor: pointer;\" class=\"link-overlay\" rel=\"#pb_3\" href=\"https://www.brugelette.be/@@consent\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3d63ed8ad6b0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-33de323e"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc140e93abb1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ddecc5e3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4970ef2b5d6d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fdf321ae"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "984ccfdccfa8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c8dbfadd"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul id=\"portal-siteactions\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c68f3f594779",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8b43a333"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Plan du site\" href=\"https://www.brugelette.be/sitemap\" accesskey=\"3\">",
            "message": "Text contrast of 3.95 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "121a71e724dd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-56bb6ea7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Accessibilité\" href=\"https://www.brugelette.be/accessibility-info\" accesskey=\"0\">",
            "message": "Text contrast of 3.95 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "360655e8fac0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-309d3916"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Contact\" href=\"https://www.brugelette.be/contact-info\" accesskey=\"9\">",
            "message": "Text contrast of 3.95 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "08d4bb73d4f1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5005c7ed"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a id=\"search-btn\" href=\"#\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "634d41402994",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4dede3db"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\"quick-access-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d543cca669e8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-eda0d5c0"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.brugelette.be/ma-commune/services-communaux/horaire-de-ladministration\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5e717baddcec",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b6898ee3"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.brugelette.be/annuaire\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fd75a0200fbf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ffc631fe"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.brugelette.be/ma-commune/services-communaux/tous-les-services/technique/technique\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac1792623e3a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-064846c5"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.brugelette.be/a-la-une/a-la-une\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41aa7282d2f0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5bb0e1f4"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button style=\"display: block;\" type=\"button\" aria-label=\"Previous\" class=\"slick-prev slick-arrow\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d96a15de4406",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8acdcdb5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button style=\"display: block;\" type=\"button\" aria-label=\"Previous\" class=\"slick-prev slick-arrow\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7becc1ec8d9f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d6b47eba"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Confirm this text '05/02/2025' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7efb4967cc2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-47035fde"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ca535ec4a4d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d8cc0148"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.brugelette.be/actualites/commandez-votre-permis-de-conduire-en-ligne-une-demarche-simplifiee\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a17dee626cf6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1b85702b"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Confirm this text '01/11/2024' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.brugelette.be/agenda-des-activites-locales/activites-du-centre-culturel-lenvol\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e671d5e7d9b1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b207480a"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.brugelette.be/agenda-des-activites-locales/activites-du-centre-culturel-lenvol\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.brugelette.be/agenda-des-activites-locales/activites-du-centre-culturel-lenvol\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2865c4165752",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-69b5f7a6"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Confirm this text '23/12/2022' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.brugelette.be/ma-commune/sante-et-securite/postes-de-police-de-proximite/postes-de-police-de-proximite\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c38dcb648ff9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-687d70c2"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<div aria-describedby=\"slick-slide-control00\" id=\"slick-slide00\" role=\"tabpanel\" tabindex=\"0\" aria-hidden=\"false\" data-slick-index=\"0\" style=\"width: 237px;\" class=\"slick-slide slick-current slick-active\">",
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "139ceb6ce1f6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1b22e23a"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://www.brugelette.be/actualites/jours-de-fermeture-de-ladministration-communale\" class=\"linkimg\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "664c9baf3f92",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-55b2fe49"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Confirm this text '30/04/2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "64a0dc7c1e3b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f9d40766"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://www.brugelette.be/actualites/jours-de-fermeture-de-ladministration-communale\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "39f065f2b6dc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a6e9fca"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://www.brugelette.be/actualites/jours-de-fermeture-de-ladministration-communale\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a620d968050",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d88bd69e"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<div aria-describedby=\"slick-slide-control01\" id=\"slick-slide01\" role=\"tabpanel\" tabindex=\"0\" aria-hidden=\"false\" data-slick-index=\"1\" style=\"width: 237px;\" class=\"slick-slide slick-active\">",
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d04eb9b5b85",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b845ff7c"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://www.brugelette.be/actualites/ale-de-chievres-et-de-brugelette-recherche-des-prestataires\" class=\"linkimg\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "704097d4f0f9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0068af52"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Confirm this text '22/04/2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://www.brugelette.be/actualites/ale-de-chievres-et-de-brugelette-recherche-des-prestataires\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a1a67b324f4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-55550bfe"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://www.brugelette.be/actualites/ale-de-chievres-et-de-brugelette-recherche-des-prestataires\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0e1cf6e1a13",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3f84f78f"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<div aria-describedby=\"slick-slide-control02\" id=\"slick-slide02\" role=\"tabpanel\" tabindex=\"0\" aria-hidden=\"false\" data-slick-index=\"2\" style=\"width: 237px;\" class=\"slick-slide slick-active\">",
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe6029d1b51b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a6db83b6"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://www.brugelette.be/actualites/1f6a8-prets-ensemble-pour-trouver-rapidement-les-bonnes-informations-en-cas-d2019urgence\" class=\"linkimg\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a1555feb6c6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-56769331"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Confirm this text '21/04/2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://www.brugelette.be/actualites/1f6a8-prets-ensemble-pour-trouver-rapidement-les-bonnes-informations-en-cas-d2019urgence\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "82bb442089c6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d3fb0834"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://www.brugelette.be/actualites/1f6a8-prets-ensemble-pour-trouver-rapidement-les-bonnes-informations-en-cas-d2019urgence\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c50f01ca543",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6583804f"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<div aria-describedby=\"slick-slide-control03\" id=\"slick-slide03\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"3\" style=\"width: 237px;\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "65423a712262",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e335008c"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Confirm this text '20/04/2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.brugelette.be/actualites/soiree-dobservation-des-martinets-noirs-et-des-hirondelles\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "96d7332e8b70",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fb3527a0"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<div aria-describedby=\"slick-slide-control04\" id=\"slick-slide04\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"4\" style=\"width: 237px;\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5738725ad5ad",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8536772d"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Confirm this text '10/03/2025' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.brugelette.be/ma-commune/services-communaux/tous-les-services/technique/infos-travaux/infos-travaux\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "59748e7baef6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-90e2e364"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.brugelette.be/ma-commune/services-communaux/tous-les-services/technique/infos-travaux/infos-travaux\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.brugelette.be/ma-commune/services-communaux/tous-les-services/technique/infos-travaux/infos-travaux\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8fc2bdda5c5b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9bae44d1"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<div aria-describedby=\"slick-slide-control05\" id=\"slick-slide05\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"5\" style=\"width: 237px;\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "565bd9338dbf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c9fd8bb3"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Confirm this text '05/02/2025' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.brugelette.be/actualites/commandez-votre-permis-de-conduire-en-ligne-une-demarche-simplifiee\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<div aria-describedby=\"slick-slide-control06\" id=\"slick-slide06\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"6\" style=\"width: 237px;\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf8d2665ea55",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ca18be0d"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Confirm this text '01/11/2024' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.brugelette.be/agenda-des-activites-locales/activites-du-centre-culturel-lenvol\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.brugelette.be/agenda-des-activites-locales/activites-du-centre-culturel-lenvol\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.brugelette.be/agenda-des-activites-locales/activites-du-centre-culturel-lenvol\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<div aria-describedby=\"slick-slide-control07\" id=\"slick-slide07\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"7\" style=\"width: 237px;\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd698aeba2c4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6b818338"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Confirm this text '23/12/2022' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.brugelette.be/ma-commune/sante-et-securite/postes-de-police-de-proximite/postes-de-police-de-proximite\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Confirm this text '30/04/2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.brugelette.be/actualites/jours-de-fermeture-de-ladministration-communale\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "428836ab1d02",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f6216251"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Confirm this text '22/04/2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.brugelette.be/actualites/ale-de-chievres-et-de-brugelette-recherche-des-prestataires\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef20496b68c0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4d82fee6"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Confirm this text '21/04/2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.brugelette.be/actualites/1f6a8-prets-ensemble-pour-trouver-rapidement-les-bonnes-informations-en-cas-d2019urgence\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1766ce6b28ce",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b567fb56"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Confirm this text '20/04/2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.brugelette.be/actualites/soiree-dobservation-des-martinets-noirs-et-des-hirondelles\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Confirm this text '10/03/2025' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.brugelette.be/ma-commune/services-communaux/tous-les-services/technique/infos-travaux/infos-travaux\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.brugelette.be/ma-commune/services-communaux/tous-les-services/technique/infos-travaux/infos-travaux\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.brugelette.be/ma-commune/services-communaux/tous-les-services/technique/infos-travaux/infos-travaux\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Confirm this text '05/02/2025' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.brugelette.be/actualites/commandez-votre-permis-de-conduire-en-ligne-une-demarche-simplifiee\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Confirm this text '01/11/2024' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.brugelette.be/agenda-des-activites-locales/activites-du-centre-culturel-lenvol\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.brugelette.be/agenda-des-activites-locales/activites-du-centre-culturel-lenvol\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.brugelette.be/agenda-des-activites-locales/activites-du-centre-culturel-lenvol\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"publication-date\">",
            "message": "Confirm this text '23/12/2022' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.brugelette.be/ma-commune/sante-et-securite/postes-de-police-de-proximite/postes-de-police-de-proximite\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button style=\"display: block;\" type=\"button\" aria-label=\"Next\" class=\"slick-next slick-arrow\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e25ecd6a2330",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f6460cc2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button style=\"display: block;\" type=\"button\" aria-label=\"Next\" class=\"slick-next slick-arrow\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1263f905532a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dfeea4c5"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<ul role=\"tablist\" style=\"display: block;\" class=\"slick-dots\">",
            "message": "Verify the <ul> element with \"tablist\" role has keyboard access",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ab347e96014",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-de6c1d9b"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button aria-selected=\"true\" tabindex=\"0\" aria-label=\"1 of 3\" aria-controls=\"slick-slide00\" id=\"slick-slide-control00\" role=\"tab\" type=\"button\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef86302b2dac",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0dfab534"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button aria-selected=\"true\" tabindex=\"0\" aria-label=\"1 of 3\" aria-controls=\"slick-slide00\" id=\"slick-slide-control00\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f0c64d0b3c16",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d0b918f8"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"2 of 3\" aria-controls=\"slick-slide01\" id=\"slick-slide-control01\" role=\"tab\" type=\"button\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4bc28c3c3e65",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e6ce6e0e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"2 of 3\" aria-controls=\"slick-slide01\" id=\"slick-slide-control01\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "09bfe8e9fe40",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7fc66d90"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"3 of 3\" aria-controls=\"slick-slide02\" id=\"slick-slide-control02\" role=\"tab\" type=\"button\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f67b109a67ff",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ab4ffd94"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"3 of 3\" aria-controls=\"slick-slide02\" id=\"slick-slide-control02\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a743764456cb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f9c4762a"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"4 of 3\" aria-controls=\"slick-slide03\" id=\"slick-slide-control03\" role=\"tab\" type=\"button\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7bc8c87a6824",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-37d628ca"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"4 of 3\" aria-controls=\"slick-slide03\" id=\"slick-slide-control03\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "26639fb219d6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-58832c69"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"5 of 3\" aria-controls=\"slick-slide04\" id=\"slick-slide-control04\" role=\"tab\" type=\"button\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2bb41cd849df",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c3f744a2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"5 of 3\" aria-controls=\"slick-slide04\" id=\"slick-slide-control04\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b65f18731a8b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b30c9c90"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"6 of 3\" aria-controls=\"slick-slide05\" id=\"slick-slide-control05\" role=\"tab\" type=\"button\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "daaaf863e98d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-60b5f322"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"6 of 3\" aria-controls=\"slick-slide05\" id=\"slick-slide-control05\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c84c0186253a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-16138ab8"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"7 of 3\" aria-controls=\"slick-slide06\" id=\"slick-slide-control06\" role=\"tab\" type=\"button\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f40634e67bed",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f2daf5de"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"7 of 3\" aria-controls=\"slick-slide06\" id=\"slick-slide-control06\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "38bac9a306fe",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-391c26d0"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"8 of 3\" aria-controls=\"slick-slide07\" id=\"slick-slide-control07\" role=\"tab\" type=\"button\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a532e9cea384",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d5641c3e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"8 of 3\" aria-controls=\"slick-slide07\" id=\"slick-slide-control07\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e1365ade8d04",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2a06c438"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.brugelette.be/actualites/actualites\" class=\"titre\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b91c939e07a4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dd2aa1c6"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\" standard-results\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2532d51d1d89",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4a9e0863"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.brugelette.be/actualites/actualites\" class=\"voir-tout\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd4341fe7a88",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4167645c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.brugelette.be/actualites/actualites\" class=\"voir-tout\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f3f2345152a9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e687caae"
          },
          {
            "rule": "aria_contentinfo_misuse",
            "xpath": null,
            "html": "<footer id=\"portal-footer-wrapper\">",
            "message": "Element with \"contentinfo\" role is present without an element with \"main\" role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7469de6884a1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6a24b034"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Commune de Brugelette' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d5853760aad",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f2bf52aa"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a23a29e1c7f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7acebded"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 24px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a32b2ff3231f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.google.com/maps/dir/?api=1&destination=Grand'Place+2,+7940+Brugelette\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "934a3526b4cc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-812bed4c"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text '7940 Brugelette' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b43c03b73172",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-94d3c6bd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"tel:+3268457307\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "95e41897522c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-26c3c2a6"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"mailto:secretariat@brugelette.be\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1e14f38a972e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-875e6735"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 24px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.facebook.com/communedebrugelette/\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "111f400fdd6c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-50f2faa3"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 11px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.brugelette.be/gdpr-view\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 11px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a9e926cea824",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-23a1346e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.brugelette.be/accessibility-info\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 11px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "513071c4f5b9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1cc15c8e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a style=\"cursor: pointer;\" rel=\"#pb_2\" href=\"https://www.brugelette.be/@@consent\" class=\"consent-link link-overlay\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 11px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e8eac8662af3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6eb9d54e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span omit-tag=\"\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 11px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "09e94d87e0a2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-12351e0f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://www.imio.be\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 11px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c70d3c02ff2e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e67d4f04"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://fr.wikipedia.org/wiki/Free_Software_Foundation\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 11px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d5384b4242e9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-aaf89671"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<abbr>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 11px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ef039416628",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-741fde6d"
          }
        ],
        "outcomeCount": 2501,
        "uniqueFailedCount": 91,
        "duplicateFailedCount": 53,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 53
    },
    {
      "submittedUrl": "https://brunehaut.be/",
      "finalUrl": "https://brunehaut.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Commune de Brunehaut &#8211; Au coeur du bien-être",
      "elapsedMs": 19792,
      "error": null,
      "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": 1497,
          "failed": 119,
          "cantTell": 19,
          "inapplicable": 38
        },
        "failedRules": [
          "aria-prohibited-attr",
          "button-name",
          "color-contrast",
          "empty-heading",
          "heading-order",
          "landmark-complementary-is-top-level",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "region",
          "skip-link"
        ],
        "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-text",
          "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",
          "frame-tested",
          "frame-title",
          "frame-title-unique",
          "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-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "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",
          "scrollable-region-focusable",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "aria-prohibited-attr",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:nth-child(1) > .wp-block-embed.is-type-video.is-provider-youtube > .wp-block-embed__wrapper > iframe[width=\"1140\"][height=\"641\"]",
            "html": "<div class=\"html5-video-player y...\" tabindex=\"\" id=\"movie_player\" data-version=\"/s/player/cb017549/p...\" aria-label=\"YouTube Video Player\">",
            "message": "Elements must only use permitted ARIA attributes",
            "fixSummary": "Fix all of the following:\n  aria-label attribute cannot be used on a div with no valid role attribute.",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a756eeccd8a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8224554a"
          },
          {
            "rule": "aria-prohibited-attr",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:nth-child(2) > .wp-block-embed.is-type-video.is-provider-youtube > .wp-block-embed__wrapper > iframe[width=\"1140\"][height=\"641\"]",
            "html": "<div class=\"html5-video-player y...\" tabindex=\"\" id=\"movie_player\" data-version=\"/s/player/cb017549/p...\" aria-label=\"YouTube Video Player\">",
            "message": "Elements must only use permitted ARIA attributes",
            "fixSummary": "Fix all of the following:\n  aria-label attribute cannot be used on a div with no valid role attribute.",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "88e7281e2c90",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-addd6613"
          },
          {
            "rule": "aria-prohibited-attr",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:nth-child(3) > .wp-block-embed.is-type-video.is-provider-youtube > .wp-block-embed__wrapper > iframe[width=\"1140\"][height=\"641\"]",
            "html": "<div class=\"html5-video-player y...\" tabindex=\"\" id=\"movie_player\" data-version=\"/s/player/cb017549/p...\" aria-label=\"YouTube Video Player\">",
            "message": "Elements must only use permitted ARIA attributes",
            "fixSummary": "Fix all of the following:\n  aria-label attribute cannot be used on a div with no valid role attribute.",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e27bf620087",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-af69b08c"
          },
          {
            "rule": "button-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:nth-child(1) > .wp-block-embed.is-type-video.is-provider-youtube > .wp-block-embed__wrapper > iframe[width=\"1140\"][height=\"641\"]",
            "html": "<button class=\"ytmVideoInfoLink ytmVideoInfoChannelAvatar\"><img alt=\"thumbnail-image\" class=\"ytCoreImageHost ytmVideoInfoChannelLogo ytCoreImageFillParentHeight ytCoreImageFillParentWidth ytCoreImageContentModeScaleAspectFill\"></button>",
            "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": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "button-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:nth-child(2) > .wp-block-embed.is-type-video.is-provider-youtube > .wp-block-embed__wrapper > iframe[width=\"1140\"][height=\"641\"]",
            "html": "<button class=\"ytmVideoInfoLink ytmVideoInfoChannelAvatar\"><img alt=\"thumbnail-image\" class=\"ytCoreImageHost ytmVideoInfoChannelLogo ytCoreImageFillParentHeight ytCoreImageFillParentWidth ytCoreImageContentModeScaleAspectFill\"></button>",
            "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": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "button-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:nth-child(3) > .wp-block-embed.is-type-video.is-provider-youtube > .wp-block-embed__wrapper > iframe[width=\"1140\"][height=\"641\"]",
            "html": "<button class=\"ytmVideoInfoLink ytmVideoInfoChannelAvatar\"><img alt=\"thumbnail-image\" class=\"ytCoreImageHost ytmVideoInfoChannelLogo ytCoreImageFillParentHeight ytCoreImageFillParentWidth ytCoreImageContentModeScaleAspectFill\"></button>",
            "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": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#cff_236981820029284_1292677766384526 > .cff-text-wrapper > .cff-author > a[rel=\"nofollow noopener\"][target=\"_blank\"] > .cff-page-name.cff-author-date > .cff-date",
            "html": "<div class=\"cff-date \">\n\t 18 hours ago </div>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.93 (foreground color: #9197a3, background color: #ffffff, font size: 8.3pt (11px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#cm-content"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "85937c367cf7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d2ddc180"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#cff_236981820029284_1292059949779641 > .cff-text-wrapper > .cff-author > a[rel=\"nofollow noopener\"][target=\"_blank\"] > .cff-page-name.cff-author-date > .cff-date",
            "html": "<div class=\"cff-date \">\n\t 2 days ago </div>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.93 (foreground color: #9197a3, background color: #ffffff, font size: 8.3pt (11px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#cm-content"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5cc76db34f1f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e4dc5755"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#cff_236981820029284_1291986049787031 > .cff-author > a[rel=\"nofollow noopener\"][target=\"_blank\"] > .cff-page-name.cff-author-date > .cff-date",
            "html": "<div class=\"cff-date \">\n\t 2 days ago </div>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.93 (foreground color: #9197a3, background color: #ffffff, font size: 8.3pt (11px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#cm-content"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5cfdaf4e3842",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c41a37fb"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#cff_236981820029284_1291822256470077 > .cff-text-wrapper > .cff-author > a[rel=\"nofollow noopener\"][target=\"_blank\"] > .cff-page-name.cff-author-date > .cff-date",
            "html": "<div class=\"cff-date \">\n\t 2 days ago </div>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.93 (foreground color: #9197a3, background color: #ffffff, font size: 8.3pt (11px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#cm-content"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "82193d548611",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3b42afe6"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#cff_236981820029284_1291256943193275 > .cff-text-wrapper > .cff-author > a[rel=\"nofollow noopener\"][target=\"_blank\"] > .cff-page-name.cff-author-date > .cff-date",
            "html": "<div class=\"cff-date \">\n\t 3 days ago </div>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.93 (foreground color: #9197a3, background color: #ffffff, font size: 8.3pt (11px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#cm-content"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6660b9b1f521",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9d0a7047"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#cff-load-more > span",
            "html": "<span>Afficher plus d'actualités</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.06 (foreground color: #207daf, background color: #f2f2f2, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#cff-load-more",
              "#cm-content"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d14e1bb2979f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-688b96f4"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[title=\"Commune de Brunehaut\"][href$=\"brunehaut.be/\"] > span",
            "html": "<span>Commune de Brunehaut</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.2 (foreground color: #00846e, background color: #27272a, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".cm-footer-bar"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1d0ffd85a6a7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c121059f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p > a:nth-child(3)",
            "html": "<a href=\"mailto:francois.allard@commune-brunehaut.be\">Allard François</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.2 (foreground color: #00846e, background color: #27272a, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".cm-footer-bar"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac9c047f13e8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-496c744a"
          },
          {
            "rule": "empty-heading",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/empty-heading?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": ".cm-entry-title",
            "html": "<h2 class=\"cm-entry-title\">\n\t\t\t\t\t\t\t</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": "65b03c786f19",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-baf6496b"
          },
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:nth-child(1) > .block-title > h6",
            "html": "<h6 class=\"wp-block-heading\"><a href=\"https://brunehaut.be/actualites/\"><strong>Découvrez notre actualité vue sur les réseaux sociaux :</strong></a></h6>",
            "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": "4d2b513502ef",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a0f80659"
          },
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".block-title:nth-child(14) > h6",
            "html": "<h6 class=\"wp-block-heading has-text-align-center\"><strong><a href=\"https://brunehaut.be/bulletin-communal/\">Nos bulletins communaux</a></strong></h6>",
            "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": "c0da5113811c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-57e9306b"
          },
          {
            "rule": "landmark-complementary-is-top-level",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-complementary-is-top-level?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#block-12",
            "html": "<aside id=\"block-12\" class=\"widget widget_block widget_search clearfix\">",
            "message": "Aside should not be contained in another landmark",
            "fixSummary": "Fix any of the following:\n  The complementary landmark is contained in another landmark.",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "26883b778d5b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e76751ba"
          },
          {
            "rule": "landmark-complementary-is-top-level",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-complementary-is-top-level?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#text-4",
            "html": "<aside id=\"text-4\" class=\"widget widget_text widget-colormag_footer_sidebar_one\">",
            "message": "Aside should not be contained in another landmark",
            "fixSummary": "Fix any of the following:\n  The complementary landmark is contained in another landmark.",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1eac32379072",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9ed37136"
          },
          {
            "rule": "landmark-complementary-is-top-level",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-complementary-is-top-level?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#block-20",
            "html": "<aside id=\"block-20\" class=\"widget widget_block widget-colormag_footer_sidebar_two\">",
            "message": "Aside should not be contained in another landmark",
            "fixSummary": "Fix any of the following:\n  The complementary landmark is contained in another landmark.",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a877771dded",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1c72573d"
          },
          {
            "rule": "landmark-complementary-is-top-level",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-complementary-is-top-level?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#block-22",
            "html": "<aside id=\"block-22\" class=\"widget widget_block widget_media_image widget-colormag_footer_sidebar_two\">",
            "message": "Aside should not be contained in another landmark",
            "fixSummary": "Fix any of the following:\n  The complementary landmark is contained in another landmark.",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc6b70c6ff9a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a9c18dcd"
          },
          {
            "rule": "landmark-complementary-is-top-level",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-complementary-is-top-level?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#text-5",
            "html": "<aside id=\"text-5\" class=\"widget widget_text widget-colormag_footer_sidebar_four\">",
            "message": "Aside should not be contained in another landmark",
            "fixSummary": "Fix any of the following:\n  The complementary landmark is contained in another landmark.",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c41038dd602",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-896c1110"
          },
          {
            "rule": "landmark-complementary-is-top-level",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-complementary-is-top-level?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#block-24",
            "html": "<aside id=\"block-24\" class=\"widget widget_block widget-colormag_footer_sidebar_four\"></aside>",
            "message": "Aside should not be contained in another landmark",
            "fixSummary": "Fix any of the following:\n  The complementary landmark is contained in another landmark.",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1477b62a12a3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4d37e45c"
          },
          {
            "rule": "landmark-unique",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#block-12",
            "html": "<aside id=\"block-12\" class=\"widget widget_block widget_search clearfix\">",
            "message": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
            "fixSummary": "Fix any of the following:\n  The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable",
            "relatedPaths": [
              "#text-4",
              "#block-20",
              "#block-22",
              "#text-5",
              "#block-24"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "58871bc88ca4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0a77f7ee"
          },
          {
            "rule": "landmark-unique",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#cm-primary-nav",
            "html": "<nav id=\"cm-primary-nav\" class=\"cm-primary-nav\">",
            "message": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
            "fixSummary": "Fix any of the following:\n  The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable",
            "relatedPaths": [
              ".cm-footer-menu"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d2c0813091a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-01f8d407"
          },
          {
            "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": "#cff_236981820029284_1291822256470077 > .cff-text-wrapper > a[rel=\"nofollow noopener\"]",
            "html": "<a href=\"https://facebook.com/1459008334371599\" rel=\"nofollow noopener\">Plan de Cohésion Sociale de Brunehaut</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.29:1 with the surrounding text. (Minimum contrast is 3:1, link text: #207daf, surrounding text: #3f3f46)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#cff_236981820029284_1291822256470077 > .cff-text-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf7bfd50f203",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6c163da2"
          },
          {
            "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": "#cff_236981820029284_1291256943193275 > .cff-text-wrapper > a[rel=\"nofollow noopener\"]",
            "html": "<a href=\"https://facebook.com/804027536346809\" rel=\"nofollow noopener\">Bibliothèque de Brunehaut</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.29:1 with the surrounding text. (Minimum contrast is 3:1, link text: #207daf, surrounding text: #3f3f46)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#cff_236981820029284_1291256943193275 > .cff-text-wrapper"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e56f20924b1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-30c23455"
          },
          {
            "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 > a:nth-child(3)",
            "html": "<a href=\"mailto:francois.allard@commune-brunehaut.be\">Allard François</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.43:1 with the surrounding text. (Minimum contrast is 3:1, link text: #00846e, surrounding text: #8f8f8f)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".cm-footer-bar__2 > p"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b228ceef5b1f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-54e802eb"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".size-full.wp-block-image:nth-child(5) > a",
            "html": "<a href=\"https://brunehaut.be/conseil-communal-2/\">",
            "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": "c06c53e9f433",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-18070a17"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "div[data-cff-post-time=\"18 hours ago\"] > .cff-lightbox-link[rel=\"nofollow\"][data-iframe=\"\"]",
            "html": "<a class=\"cff-lightbox-link no...\" rel=\"nofollow\" href=\"https://scontent-cdg...\" data-iframe=\"\" data-cff-lightbox=\"cff-lightbox-1\" data-title=\"🇧🇪 Programme des c...\" data-id=\"236981820029284_1292...\" data-thumbs=\"true\" data-url=\"https://www.facebook...\" data-video=\"\" data-type=\"\" data-lb-comments= ...>",
            "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": "3bca13f3312b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-349dddfb"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "#cff_236981820029284_1292059949779641 > .cff-media-wrap > .cff-photo[data-cff-post-time=\"2 days ago\"][data-cff-page-name=\"Commune de Brunehaut\"] > .cff-lightbox-link[rel=\"nofollow\"][data-iframe=\"\"]",
            "html": "<a class=\"cff-lightbox-link no...\" rel=\"nofollow\" href=\"https://scontent-cdg...\" data-iframe=\"\" data-cff-lightbox=\"cff-lightbox-1\" data-title=\"👉 Votre administrat...\" data-id=\"236981820029284_1292...\" data-thumbs=\"true\" data-url=\"https://www.facebook...\" data-video=\"\" data-type=\"\" data-lb-comments= ...>",
            "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": "ebadd383fd87",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c973e881"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "#cff_236981820029284_1291822256470077 > .cff-media-wrap > .cff-photo[data-cff-post-time=\"2 days ago\"][data-cff-page-name=\"Commune de Brunehaut\"] > .cff-lightbox-link[rel=\"nofollow\"][data-iframe=\"\"]",
            "html": "<a class=\"cff-lightbox-link no...\" rel=\"nofollow\" href=\"https://scontent-cdg...\" data-iframe=\"\" data-cff-lightbox=\"cff-lightbox-1\" data-title=\"🧓 𝐒𝐚𝐥𝐨𝐧 𝐝𝐞𝐬...\" data-id=\"236981820029284_1291...\" data-thumbs=\"true\" data-url=\"https://www.facebook...\" data-video=\"\" data-type=\"\" data-lb-comments= ...>",
            "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": "205eb272cc02",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-76765fa3"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "div[data-cff-post-time=\"3 days ago\"] > .cff-lightbox-link[rel=\"nofollow\"][data-iframe=\"\"]",
            "html": "<a class=\"cff-lightbox-link no...\" rel=\"nofollow\" href=\"https://scontent-cdg...\" data-iframe=\"\" data-cff-lightbox=\"cff-lightbox-1\" data-title=\"📣 𝐅𝐞𝐫𝐦𝐞𝐭𝐮𝐫\ud835...\" data-id=\"236981820029284_1291...\" data-thumbs=\"true\" data-url=\"https://www.facebook...\" data-video=\"\" data-type=\"\" data-lb-comments= ...>",
            "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": "29427cf9f404",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-29d0a57e"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".size-full.wp-block-image > a[rel=\" noreferrer noopener\"][target=\"_blank\"]",
            "html": "<a href=\"https://brunehaut.be/bulletin-communal/\" target=\"_blank\" rel=\" noreferrer noopener\">",
            "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": "a9a3f1eae323",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2249dd79"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "li:nth-child(1) > a[target=\"_blank\"]",
            "html": "<a href=\"https://www.facebook.com/profile.php?id=100069269455671\" target=\"_blank\"><i class=\"fa fa-facebook\"></i></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": "72ea83c9cc99",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-adfb6a71"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "li:nth-child(2) > a[target=\"_blank\"]",
            "html": "<a href=\"https://www.youtube.com/@mediasbrunehaut1728/videos\" target=\"_blank\"><i class=\"fa fa-youtube\"></i></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": "6ed231a09c1b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dbdd2e92"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".skip-link",
            "html": "<a class=\"skip-link screen-reader-text\" href=\"#main\">Skip to content</a>",
            "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": "0fcfdccecf0a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8054ce97"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".wp-block-cover__inner-container > .wp-block-group.wp-block-group-is-layout-constrained.is-layout-constrained",
            "html": "<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\">",
            "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": "5f92b599795a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fdb61743"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".wp-block-gallery",
            "html": "<figure class=\"wp-block-gallery has-nested-images columns-7 wp-block-gallery-3 is-layout-flex wp-block-gallery-is-layout-flex\" style=\"margin-top:19px;margin-right:34px;margin-bottom:19px;margin-left:34px\">",
            "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": "9d545bddc64b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-267843d8"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".has-text-align-center:nth-child(4)",
            "html": "<p class=\"has-text-align-center\" style=\"line-height:1.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",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b3d3193e38ae",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-68d0422e"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".wp-block-list",
            "html": "<ul class=\"wp-block-list\">\n<li>Vendredi 1 mai</li>\n\n\n\n<li>Jeudi 14 mai <strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-cm-color-2-color\">et vendredi 15 mai</mark></strong></li>\n\n\n\n<li>Lundi 25 mai </li>\n</ul>",
            "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": "648c78f70ecb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-25c58406"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".has-text-align-center:nth-child(7)",
            "html": "<p class=\"has-text-align-center\"><strong>Pour tout service de garde (médecin, dentiste, vétérinaire et pharmacie), consultez le site internet suivant :&nbsp;<a href=\"https://servicegarde.be/\">https://servicegarde.be</a></strong></p>",
            "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": "dbcda88cf003",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-daf82c60"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:nth-child(1) > .block-title",
            "html": "<div class=\"block-title\"><h6 class=\"wp-block-heading\"><a href=\"https://brunehaut.be/actualites/\"><strong>Découvrez notre actualité vue sur les réseaux sociaux :</strong></a></h6></div>",
            "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": "351be86bc798",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-eb5f9f74"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#cff_236981820029284_1292677766384526 > .cff-text-wrapper",
            "html": "<div class=\"cff-text-wrapper\">",
            "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": "7d5c1e63268b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e14d3e3e"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "img[alt=\"🇧🇪 Programme d\"]",
            "html": "<img decoding=\"async\" src=\"https://brunehaut.be...\" data-orig-source=\"https://scontent-cdg...\" alt=\"🇧🇪 Programme d\" data-querystring=\"stp=dst-jpg_p720x720...\" data-ratio=\"1200\" class=\"cff-multi-image cff-...\" data-lightbox-source=\"https://brunehaut.be...\">",
            "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": "f4153f740c9d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e03f950f"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#cff_236981820029284_1292677766384526 > .cff-meta-wrap > .cff-post-links > .cff-viewpost-facebook[rel=\"nofollow noopener\"][target=\"_blank\"]",
            "html": "<a class=\"cff-viewpost-facebook\" href=\"https://www.facebook.com/236981820029284_1292677766384526\" target=\"_blank\" rel=\"nofollow noopener\">\n\t\t\tView on Facebook\t\t</a>",
            "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": "29e00490b493",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4b733086"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#cff_236981820029284_1292677766384526 > .cff-meta-wrap > .cff-post-links > .cff-share-container > .cff-dot",
            "html": "<span class=\"cff-dot\">·</span>",
            "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": "270066b7cfcd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e14755fc"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#cff_236981820029284_1292677766384526 > .cff-meta-wrap > .cff-post-links > .cff-share-container > .cff-share-link",
            "html": "<a class=\"cff-share-link\" href=\"https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.facebook.com%2F236981820029284_1292677766384526\">\n\t\t\t\t\tShare\t\t\t\t</a>",
            "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": "e8f35020300b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f5c32f07"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#\\32 36981820029284_1292677766384526 > .cff-screenreader",
            "html": "<span class=\"cff-screenreader\">Voir les commentaires</span>",
            "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": "c6930be48cab",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bcd94dec"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#\\32 36981820029284_1292677766384526 > .cff-meta.cff-light > .cff-likes > .cff-reaction-one.cff-likes.cff-icon > .cff-screenreader",
            "html": "<span class=\"cff-screenreader\">likes</span>",
            "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": "31ec83cd80ed",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f3e49251"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#\\32 36981820029284_1292677766384526 > .cff-meta.cff-light > .cff-likes > .cff-count",
            "html": "<span class=\"cff-count\">1</span>",
            "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": "5d47b952fe94",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-05c22dce"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#\\32 36981820029284_1292677766384526 > .cff-meta.cff-light > .cff-shares > .cff-share.cff-icon > .cff-screenreader",
            "html": "<span class=\"cff-screenreader\">Partages :</span>",
            "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": "3c1efe7f8efa",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-120e8f5d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#\\32 36981820029284_1292677766384526 > .cff-meta.cff-light > .cff-shares > .cff-count",
            "html": "<span class=\"cff-count\">0</span>",
            "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": "65322480592f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3b0f4c6b"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#\\32 36981820029284_1292677766384526 > .cff-meta.cff-light > .cff-comments > .cff-comment.cff-icon > .cff-screenreader",
            "html": "<span class=\"cff-screenreader\">Commentaires :</span>",
            "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": "e4186bf56f3f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d649ed3e"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#\\32 36981820029284_1292677766384526 > .cff-meta.cff-light > .cff-comments > .cff-count",
            "html": "<span class=\"cff-count\">0</span>",
            "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": "421d13167c9b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e9cf74ed"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#cff_236981820029284_1292059949779641 > .cff-text-wrapper",
            "html": "<div class=\"cff-text-wrapper\">",
            "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": "b5b6782cdbd2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d2ae6e79"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "img[alt=\"👉 Votre administr\"]",
            "html": "<img decoding=\"async\" src=\"https://brunehaut.be...\" data-orig-source=\"https://scontent-cdg...\" alt=\"👉 Votre administr\" data-querystring=\"stp=dst-jpg_p720x720...\" data-ratio=\"1200\" class=\"cff-multi-image cff-...\" data-lightbox-source=\"https://brunehaut.be...\">",
            "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": "2c54f8b43d8f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e31194a7"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#cff_236981820029284_1292059949779641 > .cff-meta-wrap > .cff-post-links > .cff-viewpost-facebook[rel=\"nofollow noopener\"][target=\"_blank\"]",
            "html": "<a class=\"cff-viewpost-facebook\" href=\"https://www.facebook.com/236981820029284_1292059949779641\" target=\"_blank\" rel=\"nofollow noopener\">\n\t\t\tView on Facebook\t\t</a>",
            "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": "403bb97f8847",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-51e64873"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#cff_236981820029284_1292059949779641 > .cff-meta-wrap > .cff-post-links > .cff-share-container > .cff-dot",
            "html": "<span class=\"cff-dot\">·</span>",
            "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": "229f1cbb3896",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e9ab56f9"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#cff_236981820029284_1292059949779641 > .cff-meta-wrap > .cff-post-links > .cff-share-container > .cff-share-link",
            "html": "<a class=\"cff-share-link\" href=\"https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.facebook.com%2F236981820029284_1292059949779641\">\n\t\t\t\t\tShare\t\t\t\t</a>",
            "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": "fd014c2b67c8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-621f304c"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#\\32 36981820029284_1292059949779641 > .cff-screenreader",
            "html": "<span class=\"cff-screenreader\">Voir les commentaires</span>",
            "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": "67901ad876a6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-18d42d4d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#\\32 36981820029284_1292059949779641 > .cff-meta.cff-light > .cff-likes > .cff-reaction-one.cff-likes.cff-icon > .cff-screenreader",
            "html": "<span class=\"cff-screenreader\">likes</span>",
            "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": "52a1fdd17e94",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-095fc93e"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#\\32 36981820029284_1292059949779641 > .cff-meta.cff-light > .cff-likes > .cff-count",
            "html": "<span class=\"cff-count\">1</span>",
            "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": "4a48ca7f29eb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e05fdda5"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#\\32 36981820029284_1292059949779641 > .cff-meta.cff-light > .cff-shares > .cff-share.cff-icon > .cff-screenreader",
            "html": "<span class=\"cff-screenreader\">Partages :</span>",
            "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": "053e9765cc40",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-914de8b2"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#\\32 36981820029284_1292059949779641 > .cff-meta.cff-light > .cff-shares > .cff-count",
            "html": "<span class=\"cff-count\">1</span>",
            "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": "fa668a795f98",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5945a97a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#\\32 36981820029284_1292059949779641 > .cff-meta.cff-light > .cff-comments > .cff-comment.cff-icon > .cff-screenreader",
            "html": "<span class=\"cff-screenreader\">Commentaires :</span>",
            "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": "e97f1f1e884c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0182b149"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#\\32 36981820029284_1292059949779641 > .cff-meta.cff-light > .cff-comments > .cff-count",
            "html": "<span class=\"cff-count\">0</span>",
            "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": "d19c9e07f8d7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4663c727"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#cff_236981820029284_1291986049787031",
            "html": "<div class=\"cff-item  cff-status...\" id=\"cff_236981820029284_...\" data-page-id=\"236981820029284\" data-cff-timestamp=\"1777897614\" data-object-id=\"1291986049787031\" data-cff-from=\"236981820029284\" style=\"border-bottom: 2px s...\">",
            "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": "803a33c1cadb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6cfd7ac3"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#cff_236981820029284_1291822256470077 > .cff-text-wrapper",
            "html": "<div class=\"cff-text-wrapper\">",
            "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": "e6abcbae546e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4755ba5b"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "img[alt=\"🧓 𝐒𝐚𝐥�\"]",
            "html": "<img decoding=\"async\" src=\"https://brunehaut.be...\" data-orig-source=\"https://scontent-cdg...\" alt=\"🧓 𝐒𝐚𝐥�\" data-querystring=\"stp=dst-jpg_p720x720...\" data-ratio=\"1200\" class=\"cff-multi-image cff-...\" data-lightbox-source=\"https://brunehaut.be...\">",
            "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": "0071f27f84a2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-251bda07"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#cff_236981820029284_1291822256470077 > .cff-meta-wrap > .cff-post-links > .cff-viewpost-facebook[rel=\"nofollow noopener\"][target=\"_blank\"]",
            "html": "<a class=\"cff-viewpost-facebook\" href=\"https://www.facebook.com/236981820029284_1291822256470077\" target=\"_blank\" rel=\"nofollow noopener\">\n\t\t\tView on Facebook\t\t</a>",
            "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": "87fb66657442",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d50fdda1"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#cff_236981820029284_1291822256470077 > .cff-meta-wrap > .cff-post-links > .cff-share-container > .cff-dot",
            "html": "<span class=\"cff-dot\">·</span>",
            "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": "13f0a2c386ae",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7880bd96"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#cff_236981820029284_1291822256470077 > .cff-meta-wrap > .cff-post-links > .cff-share-container > .cff-share-link",
            "html": "<a class=\"cff-share-link\" href=\"https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.facebook.com%2F236981820029284_1291822256470077\">\n\t\t\t\t\tShare\t\t\t\t</a>",
            "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": "f3f5c5e14fce",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-513fd156"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#\\32 36981820029284_1291822256470077 > .cff-screenreader",
            "html": "<span class=\"cff-screenreader\">Voir les commentaires</span>",
            "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": "76ac715b523e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c84f353e"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#\\32 36981820029284_1291822256470077 > .cff-meta.cff-light > .cff-likes > .cff-reaction-one.cff-likes.cff-icon > .cff-screenreader",
            "html": "<span class=\"cff-screenreader\">likes</span>",
            "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": "939453e977e3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7361719b"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#\\32 36981820029284_1291822256470077 > .cff-meta.cff-light > .cff-likes > .cff-count",
            "html": "<span class=\"cff-count\">0</span>",
            "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": "c98136741205",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bbd5f9cb"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#\\32 36981820029284_1291822256470077 > .cff-meta.cff-light > .cff-shares > .cff-share.cff-icon > .cff-screenreader",
            "html": "<span class=\"cff-screenreader\">Partages :</span>",
            "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": "381ca731a315",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a17cc12"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#\\32 36981820029284_1291822256470077 > .cff-meta.cff-light > .cff-shares > .cff-count",
            "html": "<span class=\"cff-count\">2</span>",
            "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": "7279d206c00d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1cb8a2d6"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#\\32 36981820029284_1291822256470077 > .cff-meta.cff-light > .cff-comments > .cff-comment.cff-icon > .cff-screenreader",
            "html": "<span class=\"cff-screenreader\">Commentaires :</span>",
            "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": "4f0a6056e179",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1469ce81"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#\\32 36981820029284_1291822256470077 > .cff-meta.cff-light > .cff-comments > .cff-count",
            "html": "<span class=\"cff-count\">0</span>",
            "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": "30eb19ba6c10",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dcd7b719"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#cff_236981820029284_1291256943193275 > .cff-text-wrapper",
            "html": "<div class=\"cff-text-wrapper\">",
            "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": "d1d3d813c8f4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b2bf107d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "img[alt=\"📣 𝐅𝐞𝐫�\"]",
            "html": "<img decoding=\"async\" src=\"https://brunehaut.be...\" data-orig-source=\"https://scontent-cdg...\" alt=\"📣 𝐅𝐞𝐫�\" data-querystring=\"stp=dst-jpg_p720x720...\" data-ratio=\"1200\" class=\"cff-multi-image cff-...\" data-lightbox-source=\"https://brunehaut.be...\">",
            "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": "f1ae67705889",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ca74d249"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#cff_236981820029284_1291256943193275 > .cff-meta-wrap > .cff-post-links > .cff-viewpost-facebook[rel=\"nofollow noopener\"][target=\"_blank\"]",
            "html": "<a class=\"cff-viewpost-facebook\" href=\"https://www.facebook.com/236981820029284_1291256943193275\" target=\"_blank\" rel=\"nofollow noopener\">\n\t\t\tView on Facebook\t\t</a>",
            "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": "895103cf9736",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9de78a54"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#cff_236981820029284_1291256943193275 > .cff-meta-wrap > .cff-post-links > .cff-share-container > .cff-dot",
            "html": "<span class=\"cff-dot\">·</span>",
            "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": "a55e4c385794",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-38d71259"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#cff_236981820029284_1291256943193275 > .cff-meta-wrap > .cff-post-links > .cff-share-container > .cff-share-link",
            "html": "<a class=\"cff-share-link\" href=\"https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.facebook.com%2F236981820029284_1291256943193275\">\n\t\t\t\t\tShare\t\t\t\t</a>",
            "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": "d20691eeb732",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4114352a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#\\32 36981820029284_1291256943193275 > .cff-screenreader",
            "html": "<span class=\"cff-screenreader\">Voir les commentaires</span>",
            "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": "90b4146ed548",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0918d7ed"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#\\32 36981820029284_1291256943193275 > .cff-meta.cff-light > .cff-likes > .cff-reaction-one.cff-likes.cff-icon > .cff-screenreader",
            "html": "<span class=\"cff-screenreader\">likes</span>",
            "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": "d63ac2685ab7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8e287d5a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#\\32 36981820029284_1291256943193275 > .cff-meta.cff-light > .cff-likes > .cff-count",
            "html": "<span class=\"cff-count\">5</span>",
            "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": "2d2a0a2b877a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e828664b"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#\\32 36981820029284_1291256943193275 > .cff-meta.cff-light > .cff-shares > .cff-share.cff-icon > .cff-screenreader",
            "html": "<span class=\"cff-screenreader\">Partages :</span>",
            "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": "144002f6206d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-65e8c3ea"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#\\32 36981820029284_1291256943193275 > .cff-meta.cff-light > .cff-shares > .cff-count",
            "html": "<span class=\"cff-count\">3</span>",
            "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": "c05bb64b280a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5145d9ad"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#\\32 36981820029284_1291256943193275 > .cff-meta.cff-light > .cff-comments > .cff-comment.cff-icon > .cff-screenreader",
            "html": "<span class=\"cff-screenreader\">Commentaires :</span>",
            "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": "91bccbd37fe9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-496ace14"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#\\32 36981820029284_1291256943193275 > .cff-meta.cff-light > .cff-comments > .cff-count",
            "html": "<span class=\"cff-count\">1</span>",
            "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": "b6fd6126b223",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6c5350c6"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#cff-load-more",
            "html": "<a href=\"javascript:void(0);\" id=\"cff-load-more\" class=\"cff-load-more\" data-cff-bg=\"\" data-cff-hover=\"\" data-no-more=\"No more posts\" data-cff-no-posts-added=\"false\">\n\t\t\t\t<span>Afficher plus d'actualités</span>\n\t</a>",
            "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": "56e719ebca13",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-19393ac0"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:nth-child(2) > .block-title:nth-child(1)",
            "html": "<div class=\"block-title\">",
            "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": "0bfc27caa899",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-aa8c4e07"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".block-title:nth-child(3)",
            "html": "<div class=\"block-title\"><h6 class=\"wp-block-heading has-text-align-center\"><strong><a href=\"https://brunehaut.be/gestionnaire-de-reseau-a-i-e-g/\" target=\"_blank\" rel=\"noreferrer noopener\">Informations sur l’A.I.E.G.</a></strong></h6></div>",
            "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": "140d36d39065",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-62d118e4"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".block-title:nth-child(5)",
            "html": "<div class=\"block-title\">",
            "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": "de477cb35661",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8f9be012"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".block-title:nth-child(7)",
            "html": "<div class=\"block-title\"><h6 class=\"wp-block-heading has-text-align-center\"><a href=\"https://brunehaut.be/agenda/\"><strong>Évènements à venir</strong></a></h6></div>",
            "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": "839d5ec4eb82",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bc81e794"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".tribe-events-widget-events-list__events",
            "html": "<div class=\"tribe-events-widget-events-list__events\">",
            "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": "a83476a14ef5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-43308b7c"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".tribe-events-widget-events-list__view-more",
            "html": "<div class=\"tribe-events-widget-events-list__view-more tribe-common-b1 tribe-common-b2--min-medium\">\n\t<a href=\"https://brunehaut.be/agenda/\" class=\"tribe-events-widget-events-list__view-more-link tribe-common-anchor-thin\" title=\"Voir plus d’évènements.\">\n\t\tVoir le calendrier\t</a>\n</div>",
            "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": "42cb20a9ffda",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c2ae42b7"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".has-medium-font-size",
            "html": "<p class=\"has-text-align-center has-medium-font-size\"><a href=\"https://brunehaut.be/challenge-photo/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>NOUVEAU !</strong></a></p>",
            "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": "76e0436ed8d3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2a153b70"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".has-text-align-center:nth-child(12)",
            "html": "<p class=\"has-text-align-center\"><a href=\"https://brunehaut.be/challenge-photo/\" target=\"_blank\" rel=\"noreferrer noopener\">Participez au challenge photo pour la photo de couverture du prochain bulletin communal.</a></p>",
            "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": "68712ec28f63",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7be55b35"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".block-title:nth-child(14)",
            "html": "<div class=\"block-title\"><h6 class=\"wp-block-heading has-text-align-center\"><strong><a href=\"https://brunehaut.be/bulletin-communal/\">Nos bulletins communaux</a></strong></h6></div>",
            "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": "eabe343ffb9f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-807616f7"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".block-title:nth-child(17)",
            "html": "<div class=\"block-title\"><h6 class=\"wp-block-heading has-text-align-center\"><a href=\"https://brunehaut.be/wp-content/uploads/2024/12/Ipalle-Cal2025-BRUNEHAUT.pdf\" target=\"_blank\" rel=\"noreferrer noopener\">Collectes en porte-à-porte des déchets ménager</a></h6></div>",
            "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": "72558c248f44",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-02424bb0"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".wp-block-buttons.is-content-justification-center.wp-container-core-buttons-is-layout-a89b3969:nth-child(18)",
            "html": "<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-a89b3969 wp-block-buttons-is-layout-flex\">",
            "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": "768be85117c6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a7b918e1"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".block-title:nth-child(20)",
            "html": "<div class=\"block-title\"><h6 class=\"wp-block-heading has-text-align-center\"><a href=\"https://brunehaut.be/e-guichet-2/\">Vos documents en ligne</a></h6></div>",
            "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": "48a2c99d8c72",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b6049447"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".wp-block-buttons.is-content-justification-center.wp-container-core-buttons-is-layout-a89b3969:nth-child(21)",
            "html": "<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-a89b3969 wp-block-buttons-is-layout-flex\">",
            "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": "580d5f0fd236",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c783a892"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".block-title:nth-child(23)",
            "html": "<div class=\"block-title\">",
            "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": "14cd4905de50",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-aa02bccc"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".wp-block-buttons.is-content-justification-center.wp-container-core-buttons-is-layout-a89b3969:nth-child(24)",
            "html": "<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-a89b3969 wp-block-buttons-is-layout-flex\">",
            "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": "3e563043f43d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b84d0f38"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".cm-entry-summary > .block-title",
            "html": "<div class=\"block-title\"><h3 class=\"wp-block-heading\"><a href=\"https://brunehaut.be/videos/\">Découvrez toutes nos vidéos</a></h3></div>",
            "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": "98b780e76192",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e22bd524"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:nth-child(1) > .wp-block-embed.is-type-video.is-provider-youtube > .wp-block-embed__wrapper > iframe[width=\"1140\"][height=\"641\"]",
            "html": "<div id=\"player\" style=\"width: 100%; height: 100%;\">",
            "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": "1b77cc29fe0d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f617724c"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:nth-child(1) > .wp-block-embed.is-type-video.is-provider-youtube > .wp-block-embed__wrapper > iframe[width=\"1140\"][height=\"641\"]",
            "html": "<div class=\"ytmVideoInfoVideoTitleContainer ytmVideoInfoLogoEnabled\">",
            "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": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:nth-child(1) > .wp-block-embed.is-type-video.is-provider-youtube > .wp-block-embed__wrapper > iframe[width=\"1140\"][height=\"641\"]",
            "html": "<div class=\"ytmVideoInfoOverlay\">",
            "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": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:nth-child(2) > .wp-block-embed.is-type-video.is-provider-youtube > .wp-block-embed__wrapper > iframe[width=\"1140\"][height=\"641\"]",
            "html": "<div id=\"player\" style=\"width: 100%; height: 100%;\">",
            "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": "ba2e0e64b5ce",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-eb100b53"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:nth-child(2) > .wp-block-embed.is-type-video.is-provider-youtube > .wp-block-embed__wrapper > iframe[width=\"1140\"][height=\"641\"]",
            "html": "<div class=\"ytmVideoInfoVideoTitleContainer ytmVideoInfoLogoEnabled\">",
            "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": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:nth-child(2) > .wp-block-embed.is-type-video.is-provider-youtube > .wp-block-embed__wrapper > iframe[width=\"1140\"][height=\"641\"]",
            "html": "<div class=\"ytmVideoInfoOverlay\">",
            "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": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:nth-child(3) > .wp-block-embed.is-type-video.is-provider-youtube > .wp-block-embed__wrapper > iframe[width=\"1140\"][height=\"641\"]",
            "html": "<div id=\"player\" style=\"width: 100%; height: 100%;\">",
            "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": "d4d7dbc5aad7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-42b5a5d9"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:nth-child(3) > .wp-block-embed.is-type-video.is-provider-youtube > .wp-block-embed__wrapper > iframe[width=\"1140\"][height=\"641\"]",
            "html": "<div class=\"ytmVideoInfoVideoTitleContainer ytmVideoInfoLogoEnabled\">",
            "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": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:nth-child(3) > .wp-block-embed.is-type-video.is-provider-youtube > .wp-block-embed__wrapper > iframe[width=\"1140\"][height=\"641\"]",
            "html": "<div class=\"ytmVideoInfoOverlay\">",
            "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": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "skip-link",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/skip-link?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".skip-link",
            "html": "<a class=\"skip-link screen-reader-text\" href=\"#main\">Skip to content</a>",
            "message": "The skip-link target should exist and be focusable",
            "fixSummary": "Fix any of the following:\n  No skip link target",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "97c410800fd1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5ab1b526"
          }
        ],
        "outcomeCount": 1673,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 9,
        "uniqueFailedCount": 110
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3853,
          "failed": 118,
          "cantTell": 32,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_accessiblename_exists",
          "aria_attribute_valid",
          "aria_complementary_labelled",
          "aria_content_in_landmark",
          "aria_contentinfo_misuse",
          "aria_landmark_name_unique",
          "aria_navigation_label_unique",
          "element_attribute_deprecated",
          "figure_label_exists",
          "frame_src_valid",
          "heading_content_exists",
          "html_skipnav_exists",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_hover_persistent",
          "text_block_heading",
          "text_contrast_sufficient",
          "text_sensory_misuse"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "html_skipnav_exists",
            "xpath": null,
            "html": "<html lang=\"fr-FR\">",
            "message": "Verify there is a way to bypass blocks of content that are repeated on multiple Web pages",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "811796acf177",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3f22f51b"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style type=\"text/css\" id=\"wp-img-auto-sizes-contain-inline-css\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cef33e7a75e3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-481977ff"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link media=\"all\" type=\"text/css\" href=\"https://brunehaut.be/wp-content/plugins/events-calendar-pro/build/css/tribe-events-pro-mini-calendar-block.css?ver=7.7.14\" id=\"tribe-events-pro-mini-calendar-block-styles-css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "36798596bf95",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d5408421"
          },
          {
            "rule": "style_hover_persistent",
            "xpath": null,
            "html": "<style type=\"text/css\" id=\"wp-block-image-inline-css\">",
            "message": "Confirm the margin style attribute has not prevented the pointer from hovering over the displayed element, not just the trigger",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "05b25462b350",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bcbba6d3"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside class=\"widget widget_block widget_search clearfix\" id=\"block-12\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2aec44e2538b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e05a52e7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input required=\"\" name=\"s\" type=\"search\" value=\"\" placeholder=\"Search posts\" id=\"wp-block-search__input-1\" class=\"wp-block-search__input\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "38feb832d07a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-42bad1ed"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input required=\"\" name=\"s\" type=\"search\" value=\"\" placeholder=\"Search posts\" id=\"wp-block-search__input-1\" class=\"wp-block-search__input\">",
            "message": "The ‘placeholder’ is the only visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3edb9221f97f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-557dbca3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button type=\"submit\" class=\"wp-block-search__button wp-element-button\" aria-label=\"Rechercher\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "185e8b5b47cb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-145f63f3"
          },
          {
            "rule": "aria_navigation_label_unique",
            "xpath": null,
            "html": "<nav class=\"cm-primary-nav\" id=\"cm-primary-nav\">",
            "message": "Multiple elements with \"navigation\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "38977c8cebda",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-731481ae"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<ul aria-expanded=\"false\" class=\"menunav-menu\" id=\"menu-primary-menu\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <ul> with implicit ARIA role \"list\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "952e2112a517",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8ce96344"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2 class=\"cm-entry-title\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "99c733cf729b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4d90d47e"
          },
          {
            "rule": "aria_accessiblename_exists",
            "xpath": null,
            "html": "<h2 class=\"cm-entry-title\">",
            "message": "Element <h2> with \"heading\" role has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2eb8b0dfcd1f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1f1f91fe"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30)\" class=\"wp-block-heading has-text-align-center has-white-color has-text-color\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d432283160a8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0a6f8fa4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<mark class=\"has-inline-color has-white-color\" style=\"background-color:rgba(0, 0, 0, 0)\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e1d2a6c1231b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-93f25b38"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input style=\"border-width: 7px;border-color: #ffffff00\" required=\"\" name=\"s\" type=\"search\" value=\"\" placeholder=\"Search posts\" id=\"wp-block-search__input-2\" class=\"wp-block-search__input has-border-color\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e95c2b5f9307",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e1d5a984"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input style=\"border-width: 7px;border-color: #ffffff00\" required=\"\" name=\"s\" type=\"search\" value=\"\" placeholder=\"Search posts\" id=\"wp-block-search__input-2\" class=\"wp-block-search__input has-border-color\">",
            "message": "The ‘placeholder’ is the only visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "39dfae7b724a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5d3dfe9d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button style=\"border-width: 7px;border-color: #ffffff00\" type=\"submit\" class=\"wp-block-search__button has-border-color wp-element-button\" aria-label=\"Rechercher\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa1ad2b24517",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d9cd877d"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure style=\"margin-top:19px;margin-right:34px;margin-bottom:19px;margin-left:34px\" class=\"wp-block-gallery has-nested-images columns-7 wp-block-gallery-3 is-layout-flex wp-block-gallery-is-layout-flex\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e0932a4b2ef2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-14307ac8"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"wp-block-image size-full\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca48cc43b2ae",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cdbcd7a8"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://brunehaut.be/heures-douverture/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b327e74ed7c9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b52ad5eb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"wp-block-image size-full\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://brunehaut.be/centre-public-daction-sociale-c-p-a-s/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "95df721680e6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-74183d6c"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"wp-block-image size-full\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://brunehaut.be/contact-administratif/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c20e60b5134c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b23c3fe6"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"wp-block-image size-full\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://brunehaut.be/travaux-en-cours/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7976bc8ce186",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-49dda15d"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"wp-block-image size-full\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://brunehaut.be/conseil-communal-2/\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af584d98d970",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ea31249e"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"wp-block-image size-full\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://brunehaut.be/enquetes-publiques/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "feb40292ff8f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-daa40bb2"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p style=\"line-height:1.1\" class=\"has-text-align-center\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "171a56d3e88f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-117d6bcb"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://servicegarde.be/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a261b2704a00",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f3fc29e1"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h6 class=\"wp-block-heading\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71bbb1c51a62",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-88876134"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<svg aria-labelledby=\"metaSVGid metaSVGdesc\" role=\"img\" class=\"cff-screenreader\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" height=\"24px\" width=\"24px\">",
            "message": "The HTML attribute(s) \"version\" is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4586775b6e7b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5c40e0b5"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a rel=\"nofollow noopener\" target=\"_blank\" href=\"https://facebook.com/236981820029284\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa724f4ddee5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6e8960ff"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"cff-page-name cff-author-date\">",
            "message": "Confirm this text 'Commune de Brunehaut' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "28ca055d223c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1a31c764"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"cff-date \">",
            "message": "Text contrast of 2.93 with its background is less than the WCAG AA minimum requirements for text of size 11px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ffda5e7f9529",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-79634cd5"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p class=\"cff-post-text\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "890f845aa849",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a1392d4a"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a rel=\"nofollow noopener\" target=\"_blank\" href=\"https://www.facebook.com/236981820029284_1292677766384526\" class=\"cff-viewpost-facebook\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "00ec58d2cf73",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0407c81f"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.facebook.com%2F236981820029284_1292677766384526\" class=\"cff-share-link\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7336ac56758",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fbc82cdd"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a rel=\"nofollow noopener\" target=\"_blank\" href=\"https://facebook.com/236981820029284\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"cff-page-name cff-author-date\">",
            "message": "Confirm this text 'Commune de Brunehaut' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"cff-date \">",
            "message": "Text contrast of 2.93 with its background is less than the WCAG AA minimum requirements for text of size 11px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p class=\"cff-post-text\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a rel=\"nofollow noopener\" target=\"_blank\" href=\"https://www.facebook.com/236981820029284_1292059949779641\" class=\"cff-viewpost-facebook\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c3a068ab7b4f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-03d942da"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.facebook.com%2F236981820029284_1292059949779641\" class=\"cff-share-link\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "edc76170cd46",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-917e6347"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a rel=\"nofollow noopener\" target=\"_blank\" href=\"https://facebook.com/236981820029284\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"cff-page-name cff-author-date\">",
            "message": "Confirm this text 'Commune de Brunehaut' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"cff-date \">",
            "message": "Text contrast of 2.93 with its background is less than the WCAG AA minimum requirements for text of size 11px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p class=\"cff-post-text\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a rel=\"nofollow noopener\" target=\"_blank\" href=\"https://www.facebook.com/236981820029284_1291986049787031\" class=\"cff-viewpost-facebook\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e656bd28e2d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-577f21c9"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.facebook.com%2F236981820029284_1291986049787031\" class=\"cff-share-link\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "07e4114389fc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-17f26bf5"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a rel=\"nofollow noopener\" target=\"_blank\" href=\"https://facebook.com/236981820029284\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"cff-page-name cff-author-date\">",
            "message": "Confirm this text 'Commune de Brunehaut' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"cff-date \">",
            "message": "Text contrast of 2.93 with its background is less than the WCAG AA minimum requirements for text of size 11px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p class=\"cff-post-text\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a rel=\"nofollow noopener\" target=\"_blank\" href=\"https://www.facebook.com/236981820029284_1291822256470077\" class=\"cff-viewpost-facebook\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "17e4f6a94428",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-93c94c0e"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.facebook.com%2F236981820029284_1291822256470077\" class=\"cff-share-link\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bac50d4dc853",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8478c7d2"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<div class=\"cff-text-wrapper\">",
            "message": "Confirm the user instruction is still understandable without the word(s) 'Large'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d12f4e743900",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-28245d3b"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a rel=\"nofollow noopener\" target=\"_blank\" href=\"https://facebook.com/236981820029284\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"cff-page-name cff-author-date\">",
            "message": "Confirm this text 'Commune de Brunehaut' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"cff-date \">",
            "message": "Text contrast of 2.93 with its background is less than the WCAG AA minimum requirements for text of size 11px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p class=\"cff-post-text\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a rel=\"nofollow noopener\" target=\"_blank\" href=\"https://www.facebook.com/236981820029284_1291256943193275\" class=\"cff-viewpost-facebook\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b5643e2628b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fb2b4586"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.facebook.com%2F236981820029284_1291256943193275\" class=\"cff-share-link\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1366b95d4008",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2fca824e"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a data-cff-no-posts-added=\"false\" data-no-more=\"No more posts\" data-cff-hover=\"\" data-cff-bg=\"\" class=\"cff-load-more\" id=\"cff-load-more\" href=\"javascript:void(0);\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "118e2ea2e886",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-49dc68f1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.07 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b96693e2ec58",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h6 class=\"wp-block-heading has-text-align-center\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f855f333545e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a5c675f8"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h6 class=\"wp-block-heading has-text-align-center\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h5 class=\"wp-block-heading has-text-align-center\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "32ef717fc512",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-be63be14"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h6 class=\"wp-block-heading has-text-align-center\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3 class=\"tribe-events-widget-events-list__event-title tribe-common-h7\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c7e045369e39",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-51e5691d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3 class=\"tribe-events-widget-events-list__event-title tribe-common-h7\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3 class=\"tribe-events-widget-events-list__event-title tribe-common-h7\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3 class=\"tribe-events-widget-events-list__event-title tribe-common-h7\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3 class=\"tribe-events-widget-events-list__event-title tribe-common-h7\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a title=\"Voir plus d’évènements.\" class=\"tribe-events-widget-events-list__view-more-link tribe-common-anchor-thin\" href=\"https://brunehaut.be/agenda/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f1b1aaf0f63",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4aaa105d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p class=\"has-text-align-center has-medium-font-size\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "81dfecd74cf8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ada76523"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://brunehaut.be/challenge-photo/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7963260a3810",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cd7d075f"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h6 class=\"wp-block-heading has-text-align-center\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"wp-block-image size-full\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a rel=\" noreferrer noopener\" target=\"_blank\" href=\"https://brunehaut.be/bulletin-communal/\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e55fb6b3a21d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b5168db7"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h6 class=\"wp-block-heading has-text-align-center\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://brunehaut.be/wp-content/uploads/2025/12/6116-Ipalle-Cal-2026-BRUNEHAUT_220x162mm-DIGI.pdf\" class=\"wp-block-button__link wp-element-button\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "291df34dbf62",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a0b413b0"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h6 class=\"wp-block-heading has-text-align-center\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://brunehaut.be/e-guichet-2/\" class=\"wp-block-button__link wp-element-button\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d9ff5c92f9f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7fb7ae3a"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h6 class=\"wp-block-heading has-text-align-center\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://forms.office.com/Pages/ResponsePage.aspx?id=8PjGAdmXrkCc99szoQvU8Y0OSku9-qRAq8S2b1u42BBUOEZOUldYR1NUVEhJNEYzQ0JFVkxPVDNFQy4u&embed=true\"\" class=\"wp-block-button__link has-text-align-center wp-element-button\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f816e253e8f8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-78d10da4"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3 class=\"wp-block-heading\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "87273a9690c9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6c6b6d73"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9f9cacc54d30",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-087d6b3d"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<iframe allowfullscreen=\"\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" frameborder=\"0\" src=\"https://www.youtube.com/embed/fnNIUprWd3I?feature=oembed\" height=\"641\" width=\"1140\" title=\"Ecole du dehors - Reportage - Ecole communale de Lesdain\" loading=\"lazy\">",
            "message": "The HTML attribute(s) \"frameborder\" is deprecated for the <iframe> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b8da8b004df",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4da1d567"
          },
          {
            "rule": "frame_src_valid",
            "xpath": null,
            "html": "<iframe allowfullscreen=\"\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" frameborder=\"0\" src=\"https://www.youtube.com/embed/fnNIUprWd3I?feature=oembed\" height=\"641\" width=\"1140\" title=\"Ecole du dehors - Reportage - Ecole communale de Lesdain\" loading=\"lazy\">",
            "message": "Verify <frame> content is accessible",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f28672c9bb2c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-44032bfd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<iframe allowfullscreen=\"\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" frameborder=\"0\" src=\"https://www.youtube.com/embed/fnNIUprWd3I?feature=oembed\" height=\"641\" width=\"1140\" title=\"Ecole du dehors - Reportage - Ecole communale de Lesdain\" loading=\"lazy\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a239dcebd88a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ceb68e93"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<iframe allowfullscreen=\"\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" frameborder=\"0\" src=\"https://www.youtube.com/embed/K8KE0PnU-Cg?feature=oembed\" height=\"641\" width=\"1140\" title=\"Brunehaut, vue d'en haut - Superbe vidéo des villages enneigés de Brunehaut - Janvier 2024\" loading=\"lazy\">",
            "message": "The HTML attribute(s) \"frameborder\" is deprecated for the <iframe> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e4934bb5f2a9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c3f80d88"
          },
          {
            "rule": "frame_src_valid",
            "xpath": null,
            "html": "<iframe allowfullscreen=\"\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" frameborder=\"0\" src=\"https://www.youtube.com/embed/K8KE0PnU-Cg?feature=oembed\" height=\"641\" width=\"1140\" title=\"Brunehaut, vue d'en haut - Superbe vidéo des villages enneigés de Brunehaut - Janvier 2024\" loading=\"lazy\">",
            "message": "Verify <frame> content is accessible",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f0d13b27da7f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cb4f994e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<iframe allowfullscreen=\"\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" frameborder=\"0\" src=\"https://www.youtube.com/embed/K8KE0PnU-Cg?feature=oembed\" height=\"641\" width=\"1140\" title=\"Brunehaut, vue d'en haut - Superbe vidéo des villages enneigés de Brunehaut - Janvier 2024\" loading=\"lazy\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6aaccfde116b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dee68621"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<iframe allowfullscreen=\"\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" frameborder=\"0\" src=\"https://www.youtube.com/embed/jKsXFxRy2B4?feature=oembed\" height=\"641\" width=\"1140\" title=\"La Marche des Vergers en Fleurs à Rongy  - Ecole communale de Lesdain\" loading=\"lazy\">",
            "message": "The HTML attribute(s) \"frameborder\" is deprecated for the <iframe> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "100fd94e1fae",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-323180ab"
          },
          {
            "rule": "frame_src_valid",
            "xpath": null,
            "html": "<iframe allowfullscreen=\"\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" frameborder=\"0\" src=\"https://www.youtube.com/embed/jKsXFxRy2B4?feature=oembed\" height=\"641\" width=\"1140\" title=\"La Marche des Vergers en Fleurs à Rongy  - Ecole communale de Lesdain\" loading=\"lazy\">",
            "message": "Verify <frame> content is accessible",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "061a0ee2e77f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2b61f283"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<iframe allowfullscreen=\"\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" frameborder=\"0\" src=\"https://www.youtube.com/embed/jKsXFxRy2B4?feature=oembed\" height=\"641\" width=\"1140\" title=\"La Marche des Vergers en Fleurs à Rongy  - Ecole communale de Lesdain\" loading=\"lazy\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0425af024ca2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c53b2ebe"
          },
          {
            "rule": "aria_contentinfo_misuse",
            "xpath": null,
            "html": "<footer class=\"cm-footer \" id=\"cm-footer\">",
            "message": "Element with \"contentinfo\" role is present without an element with \"main\" role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c422cbb9be1e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-595f50db"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside class=\"widget widget_text widget-colormag_footer_sidebar_one\" id=\"text-4\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "980c978f650e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ccd76c7a"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<aside class=\"widget widget_text widget-colormag_footer_sidebar_one\" id=\"text-4\">",
            "message": "Multiple elements with \"complementary\" landmarks within the same parent region are not distinguished from one another because they have the same \"\" label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "410d96ce4b05",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a52dac3a"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside class=\"widget widget_block widget-colormag_footer_sidebar_two\" id=\"block-20\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d5cddd04b91a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cb088182"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<aside class=\"widget widget_block widget-colormag_footer_sidebar_two\" id=\"block-20\">",
            "message": "Multiple elements with \"complementary\" landmarks within the same parent region are not distinguished from one another because they have the same \"\" label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce4d6c6fe3c0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-63626aa5"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside class=\"widget widget_block widget_media_image widget-colormag_footer_sidebar_two\" id=\"block-22\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e03df6ab484",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d2d8819e"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<aside class=\"widget widget_block widget_media_image widget-colormag_footer_sidebar_two\" id=\"block-22\">",
            "message": "Multiple elements with \"complementary\" landmarks within the same parent region are not distinguished from one another because they have the same \"\" label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a4e2041370c4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-107ac4e6"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"wp-block-image size-large is-resized\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "69ab2605424c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dfb24953"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside class=\"widget widget_text widget-colormag_footer_sidebar_four\" id=\"text-5\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3aac17b8f543",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-202dc088"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<aside class=\"widget widget_text widget-colormag_footer_sidebar_four\" id=\"text-5\">",
            "message": "Multiple elements with \"complementary\" landmarks within the same parent region are not distinguished from one another because they have the same \"\" label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0f01d4851cfb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6bbc53dd"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside class=\"widget widget_block widget-colormag_footer_sidebar_four\" id=\"block-24\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c9f8d447073",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d4755c8d"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<aside class=\"widget widget_block widget-colormag_footer_sidebar_four\" id=\"block-24\">",
            "message": "Multiple elements with \"complementary\" landmarks within the same parent region are not distinguished from one another because they have the same \"\" label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "802ae48457ec",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4d203932"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.facebook.com/profile.php?id=100069269455671\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "36e19d6dbda6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7e6b266e"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.youtube.com/@mediasbrunehaut1728/videos\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cbde35c7894a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-765c39db"
          },
          {
            "rule": "aria_navigation_label_unique",
            "xpath": null,
            "html": "<nav class=\"cm-footer-menu\">",
            "message": "Multiple elements with \"navigation\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce3ee4f52445",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4fcba4d6"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.21 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"mailto:francois.allard@commune-brunehaut.be\">",
            "message": "Text contrast of 3.21 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b0b2cae58d40",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-41ea062b"
          }
        ],
        "outcomeCount": 4004,
        "uniqueFailedCount": 83,
        "duplicateFailedCount": 35,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 44
    },
    {
      "submittedUrl": "https://www.celles.be/",
      "finalUrl": "https://www.celles.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Réunion du Conseil communal - 20 avril 2026 — Commune de Celles",
      "elapsedMs": 12306,
      "error": null,
      "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": 1359,
          "failed": 11,
          "cantTell": 27,
          "inapplicable": 43
        },
        "failedRules": [
          "aria-allowed-role",
          "aria-required-children",
          "color-contrast",
          "heading-order",
          "region"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-command-name",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "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",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Ma commune\"]",
            "html": "<label aria-label=\"Ma commune\" for=\"navitem-ma-commune\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d63d80ea7bc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fb93ab52"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Vivre à\"]",
            "html": "<label aria-label=\"Vivre à\" for=\"navitem-vivre-a\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f798dcf03aba",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6f6124b1"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Que faire\"]",
            "html": "<label aria-label=\"Que faire\" for=\"navitem-que-faire\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f90eae7b4de1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a54c0d43"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Je trouve\"]",
            "html": "<label aria-label=\"Je trouve\" for=\"navitem-je-trouve\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab45aae35447",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-95636ade"
          },
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#portal-globalnav",
            "html": "<ul class=\"navbar-nav\" id=\"portal-globalnav\" role=\"menubar\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: [role=button]",
            "relatedPaths": [
              "label[aria-label=\"Ma commune\"]",
              "label[aria-label=\"Vivre à\"]",
              "label[aria-label=\"Que faire\"]",
              "label[aria-label=\"Je trouve\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a23b874afdb9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8565635e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".street",
            "html": "<span class=\"street\">Rue Parfait 14</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.68 (foreground color: #dee2e6, background color: #d13a3a, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "faa4afbf91f1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-37e57c05"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".entity",
            "html": "<span class=\"entity\">7760 Celles</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.68 (foreground color: #dee2e6, background color: #d13a3a, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "02b40e8655db",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-67febcb3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".country",
            "html": "<span class=\"country\">Belgique</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.68 (foreground color: #dee2e6, background color: #d13a3a, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "787d9d387efa",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9f409faa"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".contact_description",
            "html": "<div class=\"contact_description\">\n          Service Urbanisme : uniquement sur RENDEZ-VOUS\n        </div>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.68 (foreground color: #dee2e6, background color: #d13a3a, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b47319931a5c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-044d5f6e"
          },
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "a[title=\"Suivi des frelons asiatiques\"] > .swiper_title > h3",
            "html": "<h3>Suivi des frelons asiatiques</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": "06a1480b4dd9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f1d6e046"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#portal-colophon",
            "html": "<div id=\"portal-colophon\">",
            "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": "9d2fa6315d31",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-edf401d2"
          }
        ],
        "outcomeCount": 1440,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 11
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2934,
          "failed": 64,
          "cantTell": 44,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_complementary_labelled",
          "aria_content_in_landmark",
          "aria_id_unique",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "input_label_visible",
          "label_name_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "svg_graphics_labelled",
          "text_block_heading",
          "text_contrast_sufficient",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style>",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed54502ac551",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b81717"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "077fb85afcf4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9ad5fff9"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"https://www.celles.be/++webresource++d5804eac-48ee-5c69-8389-75ac65829cb3/++plone++facetednavigation/faceted-jquery.min.css\" data-bundle=\"faceted.jquery\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f1bf5ddde77e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-902419b8"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"https://www.celles.be/++webresource++58120031-8f0e-596b-8a7c-f7fc2b0a6c8d//++theme++celles/dist/css/theme.css\" data-bundle=\"diazo\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1db97daccad3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-40e285e9"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.celles.be/#content\" class=\"show-on-focus\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8310b5ae10ea",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6dd45a5f"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 485.4 514.43\" id=\"Calque_2\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ec4f3a128e8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ff1910ca"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#portal-globalnav-collapse\" class=\"navbar-toggler\" aria-label=\"Activer/désactiver la navigation\" aria-expanded=\"false\" aria-controls=\"navbarNav\">",
            "message": "The 'id' \"navbarNav\" specified for the ARIA property 'aria-controls' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "43b780c39a44",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7be75485"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#portal-globalnav-collapse\" class=\"navbar-toggler\" aria-label=\"Activer/désactiver la navigation\" aria-expanded=\"false\" aria-controls=\"navbarNav\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "24761160b4a4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-55b9b791"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"#offcanvasSearch\" data-bs-toggle=\"offcanvas\" data-bs-target=\"#offcanvasSearch\" aria-controls=\"offcanvasSearch\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "63b523facffe",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a652846"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"swiper-banner-content\">",
            "message": "Confirm this text 'Celles' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b196b345aa7f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e5962066"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"swiper-banner-content\">",
            "message": "Confirm this text 'Escanaffles' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"swiper-banner-content\">",
            "message": "Confirm this text 'Molenbaix' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"swiper-banner-content\">",
            "message": "Confirm this text 'Pottes' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"swiper-banner-content\">",
            "message": "Confirm this text 'Velaines' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"swiper-banner-content\">",
            "message": "Confirm this text 'Popuelles' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\" aria-label=\"Acceptez tous les cookies\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c8f5dbe6ef1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f4c83f57"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\" aria-label=\"Acceptez tous les cookies\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "27e7cc2a08ba",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f761d507"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\" aria-label=\"Acceptez tous les cookies\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71ee21fdf9c1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-11d7452b"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\" aria-label=\"Acceptez tous les cookies\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f43ee166ca67",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4f9b556e"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.celles.be/@@consent\" data-pat-plone-modal=\"{\"prependContent\": \"\"}\" class=\"pat-plone-modal\" aria-label=\"En savoir plus et paramétrer les cookies\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a82273e43f78",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0141bd5a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.celles.be/@@consent\" data-pat-plone-modal=\"{\"prependContent\": \"\"}\" class=\"pat-plone-modal\" aria-label=\"En savoir plus et paramétrer les cookies\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "550a2cfd33c5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ab7dbdaf"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a href=\"https://www.celles.be/@@consent\" data-pat-plone-modal=\"{\"prependContent\": \"\"}\" class=\"pat-plone-modal\" aria-label=\"En savoir plus et paramétrer les cookies\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9bb1b405e3f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5f556659"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\" aria-label=\"Refuser tous les cookies\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da052d7f0a8b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9e6f9182"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\" aria-label=\"Refuser tous les cookies\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "53984985a846",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-877f508f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\" aria-label=\"Refuser tous les cookies\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff572338023e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-37e5941e"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\" aria-label=\"Refuser tous les cookies\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f33480ee6fce",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4abe1a5a"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside id=\"global_statusmessage\" class=\"col-12\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb6a9fecffd9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d6a7e678"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"Horaires et contacts\" target=\"\" href=\"https://www.celles.be/resolveuid/6f1b6fe5732d4267891c8c865585dbb0\" class=\"table_image\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2468872ae386",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-99775ae2"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18c45b632c4c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a4dedb7"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Horaires et contacts' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d982c4cb7b3b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-abe54ce3"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"Démarches & infos pratiques\" target=\"\" href=\"https://www.celles.be/resolveuid/f888e279273445b9bb3da0dce04a24d8\" class=\"table_image\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "516ea7050cda",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c53c2e84"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 23.5 19.23\" fill=\"#000\" class=\"plone-icon\" aria-labelledby=\"title\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a3ab46f0746a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8fb3f986"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 23.5 19.23\" fill=\"#000\" class=\"plone-icon\" aria-labelledby=\"title\">",
            "message": "The 'id' \"title\" specified for the ARIA property 'aria-labelledby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "040f12c1085f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-76e1b79e"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Démarches & infos pratiques' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"Services communaux\" target=\"\" href=\"https://www.celles.be/resolveuid/cfc49b1790af44ac8196d0f04c9eeaaa\" class=\"table_image\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5997a6675b93",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6a3ef1ad"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 15.75 15.59\" data-name=\"Calque 13\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94818571e408",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-08610bf6"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Services communaux' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"CPAS\" target=\"\" href=\"https://www.celles.be/resolveuid/c827df673ca24a8ebd6daf43302e39e1\" class=\"table_image\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "03253d150b23",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cb87f84b"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f0c988a7fa4a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ec9aff45"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'CPAS' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"Travaux et mobilité\" target=\"\" href=\"https://www.celles.be/resolveuid/a0c2dcb85fb446dc8d3d5900d8523323\" class=\"table_image\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "067137ee051f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-053370f6"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 28 34.12\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4ef11bf5a2d3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e3dfa86a"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Travaux et mobilité' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"E-guichet\" target=\"\" href=\"https://www.celles.be/resolveuid/d415e7e56883426a82442699de74b839\" class=\"table_image\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4ad4df9e7fa9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-03a5f202"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48.01 35.28\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ddc5c496a03",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-99505c7e"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'E-guichet' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.celles.be/actualites\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "97ecf5696d40",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5068b5cc"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<h3>",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"La migration des oiseaux\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "87ce1dbf4cb9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f3754680"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<h3>",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Tissez des liens\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.celles.be/agenda\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e5b6e34e32e2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-10b7a131"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "062dae1d11fe",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"street\">",
            "message": "Text contrast of 3.68 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7970fdde2e9c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fad7f5be"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"entity\">",
            "message": "Text contrast of 3.68 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "35bdbf19cd47",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-78b42462"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"country\">",
            "message": "Text contrast of 3.68 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "543e11427f47",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3e611214"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"contact_description\">",
            "message": "Text contrast of 3.68 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5fa80a1ca700",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b82fd408"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.celles.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6408ac7f141e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-999b6b3a"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.celles.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "50c796f839a2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-265279f0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.celles.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9882fbda75cd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0217949c"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.celles.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "63565e36d1a8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6fcc12d1"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.celles.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "143e0ac654fe",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-77dd5f7a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.celles.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df4d98fd529f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9036379e"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.celles.be/annuaire/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d30b1cbc90c0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b980ec98"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.celles.be/annuaire/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4efe9ad16db2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-29816534"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d1d431dae66e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6e7f9087"
          }
        ],
        "outcomeCount": 3027,
        "uniqueFailedCount": 53,
        "duplicateFailedCount": 11,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 11
    },
    {
      "submittedUrl": "https://www.chapelle-lez-herlaimont.be/",
      "finalUrl": "https://www.chapelle-lez-herlaimont.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Chapelle-lez-Herlaimont",
      "elapsedMs": 11832,
      "error": null,
      "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": 758,
          "failed": 43,
          "cantTell": 35,
          "inapplicable": 36
        },
        "failedRules": [
          "aria-allowed-role",
          "aria-roles",
          "color-contrast",
          "heading-order",
          "image-alt",
          "landmark-complementary-is-top-level",
          "landmark-unique",
          "link-in-text-block",
          "page-has-heading-one",
          "region",
          "select-name"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-command-name",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "autocomplete-valid",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "empty-table-header",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-redundant-alt",
          "input-button-name",
          "label",
          "label-title-only",
          "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",
          "region",
          "scope-attr-valid",
          "table-duplicate-name",
          "td-headers-attr",
          "th-has-data-cells"
        ],
        "failures": [
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[for=\"navitem-commune\"]",
            "html": "<label for=\"navitem-commune\" role=\"button\" aria-label=\"Ma commune\" class=\"unchecked\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "963fa31df59e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b5c7071c"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[for=\"navitem-services\"]",
            "html": "<label for=\"navitem-services\" role=\"button\" aria-label=\"Services\" class=\"unchecked\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "413b7d86c66f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-86ed2235"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[for=\"navitem-loisirs\"]",
            "html": "<label for=\"navitem-loisirs\" role=\"button\" aria-label=\"Loisirs\" class=\"unchecked\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "996381bae711",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fd8641d4"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[for=\"navitem-economie\"]",
            "html": "<label for=\"navitem-economie\" role=\"button\" aria-label=\"Économie\" class=\"unchecked\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d49579fb9e41",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ccb59914"
          },
          {
            "rule": "aria-roles",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-roles?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".portletCalendar",
            "html": "<section class=\"portlet portletCalendar\" role=\"section\">",
            "message": "ARIA roles used must conform to valid values",
            "fixSummary": "Fix all of the following:\n  Abstract role cannot be directly used: section",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "13df9e27f5a3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a3e4583c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(1) > .portlet-bouton-rouge[target=\"_blank\"][rel=\"noopener\"]",
            "html": "<a class=\"portlet-bouton-rouge\" href=\"https://chapelle-lez-herlaimont.e-guichet.be\" target=\"_blank\" rel=\"noopener\"> <span class=\"glyphicon glyphicon-qrcode\"></span> Guichets en ligne </a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.63 (foreground color: #ffffff, background color: #ff3333, font size: 13.2pt (17.6px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "p:nth-child(1) > .portlet-bouton-rouge[target=\"_blank\"][rel=\"noopener\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "26c31011d094",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a4aeeda6"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".portlet-static-acces-rapides > p:nth-child(2) > .portlet-bouton-vert[target=\"_blank\"][rel=\"noopener\"]",
            "html": "<a class=\"portlet-bouton-vert\" href=\"https://chapelle-lez-herlaimont.be/services/environnement/commune-zero-dechets\" target=\"_blank\" rel=\"noopener\"> <span class=\"glyphicon glyphicon-trash\"></span> Commune Zéro Déchet</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.11 (foreground color: #ffffff, background color: #32cd32, font size: 13.2pt (17.6px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".portlet-static-acces-rapides > p:nth-child(2) > .portlet-bouton-vert[target=\"_blank\"][rel=\"noopener\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b7f3f9be146a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-04791888"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(2) > .portlet-bouton-rouge[target=\"_blank\"][rel=\"noopener\"]",
            "html": "<a class=\"portlet-bouton-rouge\" href=\"https://www.deliberations.be/chapelle-lez-herlaimont/\" target=\"_blank\" rel=\"noopener\"> <span class=\"glyphicon glyphicon-calendar\"></span> Conseil communal / ODJ + PV </a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.63 (foreground color: #ffffff, background color: #ff3333, font size: 13.2pt (17.6px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "p:nth-child(2) > .portlet-bouton-rouge[target=\"_blank\"][rel=\"noopener\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "92c1556b7364",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f9fedb96"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(1) > .portlet-bouton-vert[target=\"_blank\"][rel=\"noopener\"]",
            "html": "<a class=\"portlet-bouton-vert\" href=\"https://chapelle-lez-herlaimont.be/services/administration/finances-taxes-budgets/reglements\" target=\"_blank\" rel=\"noopener\"> <span class=\"glyphicon glyphicon-qrcode\"></span> Règlements consultables jusqu'au 30/06/2025</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.11 (foreground color: #ffffff, background color: #32cd32, font size: 13.2pt (17.6px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "p:nth-child(1) > .portlet-bouton-vert[target=\"_blank\"][rel=\"noopener\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f39965805a2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-63c5baf1"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".portlet-static-reglements-communaux > p:nth-child(2) > .portlet-bouton-vert[target=\"_blank\"][rel=\"noopener\"]",
            "html": "<a class=\"portlet-bouton-vert\" href=\"https://www.deliberations.be/chapelle-lez-herlaimont/publications/\" target=\"_blank\" rel=\"noopener\"> <span class=\"glyphicon glyphicon-qrcode\"></span> Règlements Taxes Redevances et Ordonnances </a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.11 (foreground color: #ffffff, background color: #32cd32, font size: 13.2pt (17.6px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".portlet-static-reglements-communaux > p:nth-child(2) > .portlet-bouton-vert[target=\"_blank\"][rel=\"noopener\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71d226db3dc1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dfa8a1d5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".cal_prev_month:nth-child(1) > span",
            "html": "<span>27</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.42 (foreground color: #d6d6d6, background color: #fdfdfd, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".cal_prev_month:nth-child(1)",
              "table"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "917847775b19",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-07490330"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".cal_prev_month.cal_has_events > a[target=\"_blank\"][rel=\"noopener\"]",
            "html": "<a href=\"https://chapelle-lez-herlaimont.be/event_listing?mode=day&amp;date=2026-4-28\" title=\"EVENEMENTS A VENIR ... 15:00 | CAR WASH 15:00\" target=\"_blank\" rel=\"noopener\">28</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.91 (foreground color: #9abbf4, background color: #fdfdfd, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".cal_prev_month.cal_has_events",
              "table"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0af7467cfa60",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-91423db9"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".cal_prev_month:nth-child(3) > span",
            "html": "<span>29</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.42 (foreground color: #d6d6d6, background color: #fdfdfd, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".cal_prev_month:nth-child(3)",
              "table"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7f1b228ac6c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b2e262a9"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".cal_prev_month:nth-child(4) > span",
            "html": "<span>30</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.42 (foreground color: #d6d6d6, background color: #fdfdfd, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".cal_prev_month:nth-child(4)",
              "table"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "deb4eb766ec3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4108ffec"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#gdpr-cookie-accept",
            "html": "<button id=\"gdpr-cookie-accept\" type=\"button\">Accepter les Cookies</button>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.85 (foreground color: #ffffff, background color: #ff6666, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#gdpr-cookie-accept"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "836779f9e306",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fbd4fa63"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#gdpr-cookie-advanced",
            "html": "<button id=\"gdpr-cookie-advanced\" type=\"button\">Paramétrer</button>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.85 (foreground color: #ff6666, background color: #ffffff, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#gdpr-cookie-advanced"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be5a8b52b09d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ef747fac"
          },
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "h4",
            "html": "<h4>Cookies &amp; Vie privée</h4>",
            "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": "e4471983bbc3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-61c4188c"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".bannerImageImage",
            "html": "<img class=\"bannerImageImage\" src=\"https://chapelle-lez-herlaimont.be/front-page/@@images/banner_image/pagebanner\">",
            "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": "3f328ddad59a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d68cf426"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".mosaic-grid-row:nth-child(1) > .mosaic-grid-cell.mosaic-width-full.mosaic-position-leftmost > .movable.removable.mosaic-tile > .mosaic-tile-content > .collectionTile > .tile-collection > .tile-collection-container > .tileBody > .tileContent > .odd.collectionItem:nth-child(1) > .tile[title=\"\"][target=\"_blank\"] > .image-icon",
            "html": "<img class=\"image-icon\" href=\"https://chapelle-lez...\" src=\"https://chapelle-lez...\">",
            "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": "03efe61fbd59",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1c6fe829"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".even.collectionItem:nth-child(2) > .tile[title=\"\"][target=\"_blank\"] > .image-icon",
            "html": "<img class=\"image-icon\" href=\"https://chapelle-lez-herlaimont.be/services/administration/pcs/les-insomnies\" src=\"https://chapelle-lez-herlaimont.be/services/administration/pcs/les-insomnies/@@images/image/minibanner\">",
            "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": "9d773bbb0373",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f3cbf9da"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".mosaic-grid-row:nth-child(1) > .mosaic-grid-cell.mosaic-width-full.mosaic-position-leftmost > .movable.removable.mosaic-tile > .mosaic-tile-content > .collectionTile > .tile-collection > .tile-collection-container > .tileBody > .tileContent > .odd.collectionItem:nth-child(3) > .tile[target=\"_blank\"][rel=\"noopener\"] > .image-icon",
            "html": "<img class=\"image-icon\" href=\"https://chapelle-lez-herlaimont.be/services/cpas/actualites/schema_circulation_extension_creche\" src=\"https://chapelle-lez-herlaimont.be/services/cpas/actualites/schema_circulation_extension_creche/@@images/image/minibanner\">",
            "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": "73e09a01ac22",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c7fa2a4d"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".even.collectionItem:nth-child(4) > .tile[title=\"\"][target=\"_blank\"] > .image-icon",
            "html": "<img class=\"image-icon\" href=\"https://chapelle-lez-herlaimont.be/services/administration/pcs/ete-solidaire-je-suis-partenaire-job-etudiant\" src=\"https://chapelle-lez-herlaimont.be/services/administration/pcs/ete-solidaire-je-suis-partenaire-job-etudiant/@@images/image/minibanner\">",
            "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": "2e66dd14b23b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fc2d9166"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".mosaic-grid-row:nth-child(1) > .mosaic-grid-cell.mosaic-width-full.mosaic-position-leftmost > .movable.removable.mosaic-tile > .mosaic-tile-content > .collectionTile > .tile-collection > .tile-collection-container > .tileBody > .tileContent > .odd.collectionItem:nth-child(5) > .tile[title=\"\"][target=\"_blank\"] > .image-icon",
            "html": "<img class=\"image-icon\" href=\"https://chapelle-lez-herlaimont.be/services/environnement/lutte-contre-le-frelon-asiatique-pieges-disponibles\" src=\"https://chapelle-lez-herlaimont.be/services/environnement/lutte-contre-le-frelon-asiatique-pieges-disponibles/@@images/image/minibanner\">",
            "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": "c419de51d472",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-39a066e8"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".mosaic-grid-row:nth-child(1) > .mosaic-grid-cell.mosaic-width-full.mosaic-position-leftmost > .movable.removable.mosaic-tile > .mosaic-tile-content > .collectionTile > .tile-collection > .tile-collection-container > .tileBody > .tileContent > .even.collectionItem:nth-child(6) > .tile[title=\"\"][target=\"_blank\"] > .image-icon",
            "html": "<img class=\"image-icon\" href=\"https://chapelle-lez-herlaimont.be/services/administration/pcs/permanences-dg-personnes-handicapees\" src=\"https://chapelle-lez-herlaimont.be/services/administration/pcs/permanences-dg-personnes-handicapees/@@images/image/minibanner\">",
            "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": "b43438589a54",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-621cbde7"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".mosaic-grid-row:nth-child(1) > .mosaic-grid-cell.mosaic-width-full.mosaic-position-leftmost > .movable.removable.mosaic-tile > .mosaic-tile-content > .collectionTile > .tile-collection > .tile-collection-container > .tileBody > .tileContent > .odd.collectionItem:nth-child(7) > .tile[title=\"\"][target=\"_blank\"] > .image-icon",
            "html": "<img class=\"image-icon\" href=\"https://chapelle-lez-herlaimont.be/services/securite/information-enquete-spf-economie\" src=\"https://chapelle-lez-herlaimont.be/services/securite/information-enquete-spf-economie/@@images/image/minibanner\">",
            "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": "1964d5040d68",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-21406db4"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".mosaic-grid-row:nth-child(1) > .mosaic-grid-cell.mosaic-width-full.mosaic-position-leftmost > .movable.removable.mosaic-tile > .mosaic-tile-content > .collectionTile > .tile-collection > .tile-collection-container > .tileBody > .tileContent > .even.collectionItem:nth-child(8) > .tile[title=\"\"][target=\"_blank\"] > .image-icon",
            "html": "<img class=\"image-icon\" href=\"https://chapelle-lez-herlaimont.be/services/environnement/environnement-natagora-operation-batraciens-2026\" src=\"https://chapelle-lez-herlaimont.be/services/environnement/environnement-natagora-operation-batraciens-2026/@@images/image/minibanner\">",
            "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": "41121d4c18f7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b80bb98b"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".odd.collectionItem:nth-child(9) > .tile[target=\"_blank\"][rel=\"noopener\"] > .image-icon",
            "html": "<img class=\"image-icon\" href=\"https://chapelle-lez-herlaimont.be/services/securite/grippe-aviaire-rappel-des-mesures-de-precaution\" src=\"https://chapelle-lez-herlaimont.be/services/securite/grippe-aviaire-rappel-des-mesures-de-precaution/@@images/image/minibanner\">",
            "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": "694ae5fb5f30",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1689868a"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".mosaic-grid-row:nth-child(2) > .mosaic-grid-cell.mosaic-width-full.mosaic-position-leftmost > .movable.removable.mosaic-tile > .mosaic-tile-content > .collectionTile > .tile-collection > .tile-collection-container > .tileBody > .tileContent > .odd.collectionItem:nth-child(1) > .tile[title=\"\"][target=\"_blank\"] > .image-icon",
            "html": "<img class=\"image-icon\" href=\"https://chapelle-lez-herlaimont.be/loisirs/jeunesse/mjc/evenements-mjc/mjc-stage-halloween\" src=\"https://chapelle-lez-herlaimont.be/loisirs/jeunesse/mjc/evenements-mjc/mjc-stage-halloween/@@images/image/minibanner\">",
            "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": "46c9655e581d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1b61b6c1"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".mosaic-grid-row:nth-child(2) > .mosaic-grid-cell.mosaic-width-full.mosaic-position-leftmost > .movable.removable.mosaic-tile > .mosaic-tile-content > .collectionTile > .tile-collection > .tile-collection-container > .tileBody > .tileContent > .even.collectionItem:nth-child(2) > .tile[target=\"_blank\"][rel=\"noopener\"] > .image-icon",
            "html": "<img class=\"image-icon\" href=\"https://chapelle-lez-herlaimont.be/services/administration/cef-et-tics/agenda/fete-nationale-belge\" src=\"https://chapelle-lez-herlaimont.be/services/administration/cef-et-tics/agenda/fete-nationale-belge/@@images/image/minibanner\">",
            "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": "a9377a39c04c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-57946ccc"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".mosaic-grid-row:nth-child(2) > .mosaic-grid-cell.mosaic-width-full.mosaic-position-leftmost > .movable.removable.mosaic-tile > .mosaic-tile-content > .collectionTile > .tile-collection > .tile-collection-container > .tileBody > .tileContent > .odd.collectionItem:nth-child(3) > .tile[target=\"_blank\"][rel=\"noopener\"] > .image-icon",
            "html": "<img class=\"image-icon\" href=\"https://chapelle-lez-herlaimont.be/loisirs/culture/evenements-culturels/manifestation-du-souvenir\" src=\"https://chapelle-lez-herlaimont.be/loisirs/culture/evenements-culturels/manifestation-du-souvenir/@@images/image/minibanner\">",
            "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": "f11c79b873f1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3c3a28af"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".mosaic-grid-row:nth-child(2) > .mosaic-grid-cell.mosaic-width-full.mosaic-position-leftmost > .movable.removable.mosaic-tile > .mosaic-tile-content > .collectionTile > .tile-collection > .tile-collection-container > .tileBody > .tileContent > .even.collectionItem:nth-child(4) > .tile[target=\"_blank\"][rel=\"noopener\"] > .image-icon",
            "html": "<img class=\"image-icon\" href=\"https://chapelle-lez-herlaimont.be/loisirs/culture/evenements-culturels/armistice-de-1918\" src=\"https://chapelle-lez-herlaimont.be/loisirs/culture/evenements-culturels/armistice-de-1918/@@images/image/minibanner\">",
            "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": "84bffb796d02",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d113d356"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".mosaic-grid-row:nth-child(2) > .mosaic-grid-cell.mosaic-width-full.mosaic-position-leftmost > .movable.removable.mosaic-tile > .mosaic-tile-content > .collectionTile > .tile-collection > .tile-collection-container > .tileBody > .tileContent > .odd.collectionItem:nth-child(5) > .tile[title=\"\"][target=\"_blank\"] > .image-icon",
            "html": "<img class=\"image-icon\" href=\"https://chapelle-lez-herlaimont.be/loisirs/folklore/soumonce-generale-de-godarville\" src=\"https://chapelle-lez-herlaimont.be/loisirs/folklore/soumonce-generale-de-godarville/@@images/image/minibanner\">",
            "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": "bf4562395371",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-186c1d1d"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".mosaic-grid-row:nth-child(2) > .mosaic-grid-cell.mosaic-width-full.mosaic-position-leftmost > .movable.removable.mosaic-tile > .mosaic-tile-content > .collectionTile > .tile-collection > .tile-collection-container > .tileBody > .tileContent > .even.collectionItem:nth-child(6) > .tile[title=\"\"][target=\"_blank\"] > .image-icon",
            "html": "<img class=\"image-icon\" href=\"https://chapelle-lez-herlaimont.be/loisirs/jeunesse/mjc/evenements-mjc/garden\" src=\"https://chapelle-lez-herlaimont.be/loisirs/jeunesse/mjc/evenements-mjc/garden/@@images/image/minibanner\">",
            "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": "fe536d9c4594",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-94472353"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".mosaic-grid-row:nth-child(2) > .mosaic-grid-cell.mosaic-width-full.mosaic-position-leftmost > .movable.removable.mosaic-tile > .mosaic-tile-content > .collectionTile > .tile-collection > .tile-collection-container > .tileBody > .tileContent > .odd.collectionItem:nth-child(7) > .tile[title=\"\"][target=\"_blank\"] > .image-icon",
            "html": "<img class=\"image-icon\" href=\"https://chapelle-lez-herlaimont.be/loisirs/jeunesse/mjc/evenements-mjc/car-wash\" src=\"https://chapelle-lez-herlaimont.be/loisirs/jeunesse/mjc/evenements-mjc/car-wash/@@images/image/minibanner\">",
            "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": "33c5eb1c659f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-65bbe7b8"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".mosaic-grid-row:nth-child(2) > .mosaic-grid-cell.mosaic-width-full.mosaic-position-leftmost > .movable.removable.mosaic-tile > .mosaic-tile-content > .collectionTile > .tile-collection > .tile-collection-container > .tileBody > .tileContent > .even.collectionItem:nth-child(8) > .tile[title=\"\"][target=\"_blank\"] > .image-icon",
            "html": "<img class=\"image-icon\" href=\"https://chapelle-lez-herlaimont.be/loisirs/folklore/carnaval-de-godarville\" src=\"https://chapelle-lez-herlaimont.be/loisirs/folklore/carnaval-de-godarville/@@images/image/minibanner\">",
            "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": "2748567ee402",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e3125c98"
          },
          {
            "rule": "landmark-complementary-is-top-level",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-complementary-is-top-level?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#portal-column-two",
            "html": "<aside id=\"portal-column-two\">",
            "message": "Aside should not be contained in another landmark",
            "fixSummary": "Fix any of the following:\n  The null landmark is contained in another landmark.",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "443944176f56",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a298c7da"
          },
          {
            "rule": "landmark-unique",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#global_statusmessage",
            "html": "<aside id=\"global_statusmessage\">\n      \n\n      <div>\n      </div>\n    </aside>",
            "message": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
            "fixSummary": "Fix any of the following:\n  The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable",
            "relatedPaths": [
              ".col-md-3"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9e2e00030354",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e4d5ecaf"
          },
          {
            "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$=\"college\"]",
            "html": "<a href=\"/commune/politique/college\">Collège communal</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.8:1 with the surrounding text. (Minimum contrast is 3:1, link text: #16a1e3, surrounding text: #cccccc)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".copyright > .col-xs-12"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "96ed0adfc9dd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9e8c2902"
          },
          {
            "rule": "page-has-heading-one",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "html",
            "html": "<html xmlns=\"http://www.w3.org/19...\" lang=\"fr\" xml:lang=\"fr\" class=\" js flexbox flexboxl...\">",
            "message": "Page should contain a level-one heading",
            "fixSummary": "Fix all of the following:\n  Page must have a level-one heading",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d36c211c0600",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ee8d7590"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bannerImage",
            "html": "<div class=\"bannerImage\">\n                        <img class=\"bannerImageImage\" src=\"https://chapelle-lez-herlaimont.be/front-page/@@images/banner_image/pagebanner\">\n                </div>",
            "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": "68b0c9a80e88",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-788818e7"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "h4",
            "html": "<h4>Cookies &amp; Vie privée</h4>",
            "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": "b3ce3a5979c5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5827b2a2"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#gdpr-cookie-message > p:nth-child(2)",
            "html": "<p>",
            "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": "d79948ce7a55",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2284d0a9"
          },
          {
            "rule": "select-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/select-name?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#subsiteSelection",
            "html": "<select id=\"subsiteSelection\" name=\"subsiteSelection\" onchange=\"javascript:window.location=form.subsiteSelection.options[form.subsiteSelection.selectedIndex].value\">",
            "message": "Select element must have an accessible name",
            "fixSummary": "Fix any of the following:\n  Element does not have an implicit (wrapped) <label>\n  Element does not have an explicit <label>\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": "45fa6e25d1c1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1d65a141"
          }
        ],
        "outcomeCount": 872,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 43
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2041,
          "failed": 50,
          "cantTell": 20,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_complementary_labelled",
          "aria_role_allowed",
          "aria_role_valid",
          "element_attribute_deprecated",
          "form_submit_button_exists",
          "html_skipnav_exists",
          "img_alt_valid",
          "input_label_exists",
          "input_label_visible",
          "input_onchange_review",
          "label_ref_valid",
          "script_select_review",
          "style_color_misuse",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_quoted_correctly",
          "widget_tabbable_exists"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "html_skipnav_exists",
            "xpath": null,
            "html": "<html class=\" js flexbox flexboxlegacy canvas canvastext webgl no-touch geolocation postmessage websqldatabase indexeddb hashchange history draganddrop websockets rgba hsla multiplebgs backgroundsize borderimage borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients cssreflections csstransforms csstransforms3d csstransitions fontface generatedcontent video audio localstorage sessionstorage webworkers no-applicationcache svg inlinesvg smil svgclippaths csspositionsticky\" xml:lang=\"fr\" lang=\"fr\" xmlns=\"http://www.w3.org/1999/xhtml\">",
            "message": "Verify there is a way to bypass blocks of content that are repeated on multiple Web pages",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9fbf591df1e6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2553ce15"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "981917102e03",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link data-bundle=\"production\" href=\"https://chapelle-lez-herlaimont.be/++plone++production/++unique++2020-07-16T17:39:03.132919/default.css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "55f17c3ffb97",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9e9a7d11"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "929c7b868bf5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"LSBox\">",
            "message": "Confirm this text 'Chercher par' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2aacdf204325",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e52ef07c"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Rechercher\" type=\"submit\" class=\"searchButton\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d585aee7f6a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c08934de"
          },
          {
            "rule": "label_ref_valid",
            "xpath": null,
            "html": "<label class=\"unchecked\" aria-label=\"Ma commune\" role=\"button\" for=\"navitem-commune\">",
            "message": "The value \"navitem-commune\" of the 'for' attribute is not the 'id' of a valid element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e9199db7f043",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b02da1f6"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<label class=\"unchecked\" aria-label=\"Ma commune\" role=\"button\" for=\"navitem-commune\">",
            "message": "The ARIA role 'button' is not valid for the element <label>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1d1ca9179388",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7a6bfe07"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<label class=\"unchecked\" aria-label=\"Ma commune\" role=\"button\" for=\"navitem-commune\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c260e55b2a56",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-849bb095"
          },
          {
            "rule": "widget_tabbable_exists",
            "xpath": null,
            "html": "<label class=\"unchecked\" aria-label=\"Ma commune\" role=\"button\" for=\"navitem-commune\">",
            "message": "Component with \"button\" role does not have a tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "450f617dfb6b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b0b0999d"
          },
          {
            "rule": "label_ref_valid",
            "xpath": null,
            "html": "<label class=\"unchecked\" aria-label=\"Services\" role=\"button\" for=\"navitem-services\">",
            "message": "The value \"navitem-services\" of the 'for' attribute is not the 'id' of a valid element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "932f72ce68cf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2aa1a49f"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<label class=\"unchecked\" aria-label=\"Services\" role=\"button\" for=\"navitem-services\">",
            "message": "The ARIA role 'button' is not valid for the element <label>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "20d5a45d1aac",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-27b3a2fd"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<label class=\"unchecked\" aria-label=\"Services\" role=\"button\" for=\"navitem-services\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b2a1f8ddfffb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2aa9fec2"
          },
          {
            "rule": "widget_tabbable_exists",
            "xpath": null,
            "html": "<label class=\"unchecked\" aria-label=\"Services\" role=\"button\" for=\"navitem-services\">",
            "message": "Component with \"button\" role does not have a tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b94690b2db21",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b4f936ee"
          },
          {
            "rule": "label_ref_valid",
            "xpath": null,
            "html": "<label class=\"unchecked\" aria-label=\"Loisirs\" role=\"button\" for=\"navitem-loisirs\">",
            "message": "The value \"navitem-loisirs\" of the 'for' attribute is not the 'id' of a valid element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "afe80dc43dea",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-82b2bc6f"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<label class=\"unchecked\" aria-label=\"Loisirs\" role=\"button\" for=\"navitem-loisirs\">",
            "message": "The ARIA role 'button' is not valid for the element <label>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "78fe158d7551",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-06e09553"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<label class=\"unchecked\" aria-label=\"Loisirs\" role=\"button\" for=\"navitem-loisirs\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b08ec0951a0d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1d9b0d87"
          },
          {
            "rule": "widget_tabbable_exists",
            "xpath": null,
            "html": "<label class=\"unchecked\" aria-label=\"Loisirs\" role=\"button\" for=\"navitem-loisirs\">",
            "message": "Component with \"button\" role does not have a tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "018404d1f03c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7f357dd9"
          },
          {
            "rule": "label_ref_valid",
            "xpath": null,
            "html": "<label class=\"unchecked\" aria-label=\"Économie\" role=\"button\" for=\"navitem-economie\">",
            "message": "The value \"navitem-economie\" of the 'for' attribute is not the 'id' of a valid element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "407ee03e458e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-596189e1"
          },
          {
            "rule": "aria_role_valid",
            "xpath": null,
            "html": "<label class=\"unchecked\" aria-label=\"Économie\" role=\"button\" for=\"navitem-economie\">",
            "message": "The ARIA role 'button' is not valid for the element <label>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3587995b3883",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-577f2936"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<label class=\"unchecked\" aria-label=\"Économie\" role=\"button\" for=\"navitem-economie\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd1b19772698",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-54b40cc5"
          },
          {
            "rule": "widget_tabbable_exists",
            "xpath": null,
            "html": "<label class=\"unchecked\" aria-label=\"Économie\" role=\"button\" for=\"navitem-economie\">",
            "message": "Component with \"button\" role does not have a tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04f6c8eb258e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6a60be01"
          },
          {
            "rule": "form_submit_button_exists",
            "xpath": null,
            "html": "<form id=\"subsiteSelectionForm\" action=\".\">",
            "message": "Verify the <form> element has a submit button or an image button",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f11b47ceb36",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-89fb7493"
          },
          {
            "rule": "input_onchange_review",
            "xpath": null,
            "html": "<select onchange=\"javascript:window.location=form.subsiteSelection.options[form.subsiteSelection.selectedIndex].value\" name=\"subsiteSelection\" id=\"subsiteSelection\">",
            "message": "Confirm that the user is advised if, due to a change of element value, a form automatically submits, a new window opens, or a change in focus occurs",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9889fec3c09b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f55a13b4"
          },
          {
            "rule": "script_select_review",
            "xpath": null,
            "html": "<select onchange=\"javascript:window.location=form.subsiteSelection.options[form.subsiteSelection.selectedIndex].value\" name=\"subsiteSelection\" id=\"subsiteSelection\">",
            "message": "Verify that no change of context or action occurs when selection options in this component receive focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d14f0d951695",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-979f4a92"
          },
          {
            "rule": "input_label_exists",
            "xpath": null,
            "html": "<select onchange=\"javascript:window.location=form.subsiteSelection.options[form.subsiteSelection.selectedIndex].value\" name=\"subsiteSelection\" id=\"subsiteSelection\">",
            "message": "Form control element <select> has no associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "019b15f208d9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1589b1a5"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"https://chapelle-lez-herlaimont.be/front-page/@@images/banner_image/pagebanner\" class=\"bannerImageImage\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "594f08a54824",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4bb6f3c0"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside id=\"global_statusmessage\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c3865f1de2dc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9398804e"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"https://chapelle-lez-herlaimont.be/services/administration/travaux/rue-des-genets-et-rue-des-eglantiers-travaux-dentretien-de-voirie/@@images/image/minibanner\" href=\"https://chapelle-lez-herlaimont.be/services/administration/travaux/rue-des-genets-et-rue-des-eglantiers-travaux-dentretien-de-voirie\" class=\"image-icon\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "625535804af4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3249759a"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"https://chapelle-lez-herlaimont.be/services/administration/pcs/les-insomnies/@@images/image/minibanner\" href=\"https://chapelle-lez-herlaimont.be/services/administration/pcs/les-insomnies\" class=\"image-icon\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f20ce9dc320c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5c877228"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"https://chapelle-lez-herlaimont.be/services/cpas/actualites/schema_circulation_extension_creche/@@images/image/minibanner\" href=\"https://chapelle-lez-herlaimont.be/services/cpas/actualites/schema_circulation_extension_creche\" class=\"image-icon\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ba9747826aba",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0f256a39"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"https://chapelle-lez-herlaimont.be/services/administration/pcs/ete-solidaire-je-suis-partenaire-job-etudiant/@@images/image/minibanner\" href=\"https://chapelle-lez-herlaimont.be/services/administration/pcs/ete-solidaire-je-suis-partenaire-job-etudiant\" class=\"image-icon\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "98eb0644b74b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-02859356"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<span class=\"tileTitle\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Eté solidaire, je suis partenaire\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "05532c09f71c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e1ae0a40"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"https://chapelle-lez-herlaimont.be/services/environnement/lutte-contre-le-frelon-asiatique-pieges-disponibles/@@images/image/minibanner\" href=\"https://chapelle-lez-herlaimont.be/services/environnement/lutte-contre-le-frelon-asiatique-pieges-disponibles\" class=\"image-icon\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ed772d5ea1d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-10bb2c0f"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"https://chapelle-lez-herlaimont.be/services/administration/pcs/permanences-dg-personnes-handicapees/@@images/image/minibanner\" href=\"https://chapelle-lez-herlaimont.be/services/administration/pcs/permanences-dg-personnes-handicapees\" class=\"image-icon\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e1f1e0f1507e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-35fb497b"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"https://chapelle-lez-herlaimont.be/services/securite/information-enquete-spf-economie/@@images/image/minibanner\" href=\"https://chapelle-lez-herlaimont.be/services/securite/information-enquete-spf-economie\" class=\"image-icon\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "06d8d43414f7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a4432992"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"https://chapelle-lez-herlaimont.be/services/environnement/environnement-natagora-operation-batraciens-2026/@@images/image/minibanner\" href=\"https://chapelle-lez-herlaimont.be/services/environnement/environnement-natagora-operation-batraciens-2026\" class=\"image-icon\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e0ec9dfdefb6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e6ad2a97"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"https://chapelle-lez-herlaimont.be/services/securite/grippe-aviaire-rappel-des-mesures-de-precaution/@@images/image/minibanner\" href=\"https://chapelle-lez-herlaimont.be/services/securite/grippe-aviaire-rappel-des-mesures-de-precaution\" class=\"image-icon\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f2afda09137e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-54231b44"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"https://chapelle-lez-herlaimont.be/loisirs/jeunesse/mjc/evenements-mjc/mjc-stage-halloween/@@images/image/minibanner\" href=\"https://chapelle-lez-herlaimont.be/loisirs/jeunesse/mjc/evenements-mjc/mjc-stage-halloween\" class=\"image-icon\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "915a09039366",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9337099c"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"https://chapelle-lez-herlaimont.be/services/administration/cef-et-tics/agenda/fete-nationale-belge/@@images/image/minibanner\" href=\"https://chapelle-lez-herlaimont.be/services/administration/cef-et-tics/agenda/fete-nationale-belge\" class=\"image-icon\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca6cf649f2c0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ecaf7ab3"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"https://chapelle-lez-herlaimont.be/loisirs/culture/evenements-culturels/manifestation-du-souvenir/@@images/image/minibanner\" href=\"https://chapelle-lez-herlaimont.be/loisirs/culture/evenements-culturels/manifestation-du-souvenir\" class=\"image-icon\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d593ef06ea7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-49390cb6"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"https://chapelle-lez-herlaimont.be/loisirs/culture/evenements-culturels/armistice-de-1918/@@images/image/minibanner\" href=\"https://chapelle-lez-herlaimont.be/loisirs/culture/evenements-culturels/armistice-de-1918\" class=\"image-icon\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c82de1098daf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ff1edc3e"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"https://chapelle-lez-herlaimont.be/loisirs/folklore/soumonce-generale-de-godarville/@@images/image/minibanner\" href=\"https://chapelle-lez-herlaimont.be/loisirs/folklore/soumonce-generale-de-godarville\" class=\"image-icon\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b166ebd3331",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-26237427"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"https://chapelle-lez-herlaimont.be/loisirs/jeunesse/mjc/evenements-mjc/garden/@@images/image/minibanner\" href=\"https://chapelle-lez-herlaimont.be/loisirs/jeunesse/mjc/evenements-mjc/garden\" class=\"image-icon\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0920e2c0fbdc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85402e2b"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"https://chapelle-lez-herlaimont.be/loisirs/jeunesse/mjc/evenements-mjc/car-wash/@@images/image/minibanner\" href=\"https://chapelle-lez-herlaimont.be/loisirs/jeunesse/mjc/evenements-mjc/car-wash\" class=\"image-icon\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8834cde105d2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7bb330a5"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"https://chapelle-lez-herlaimont.be/loisirs/folklore/carnaval-de-godarville/@@images/image/minibanner\" href=\"https://chapelle-lez-herlaimont.be/loisirs/folklore/carnaval-de-godarville\" class=\"image-icon\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94695d5cbe61",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-097547a8"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<div role=\"complementary\" class=\"col-xs-12 col-sm-12 col-md-3 sidebar-offcanvas\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b94dc5551b8a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4ebfaaef"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside id=\"portal-column-two\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0aff9984e5bc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1e17124b"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div data-portlethash=\"706c6f6e652e7269676874636f6c756d6e0a636f6e746578740a2f434c482f66726f6e742d706167650a636f6d6d756e652d64652d63686170656c6c65\" id=\"portletwrapper-706c6f6e652e7269676874636f6c756d6e0a636f6e746578740a2f434c482f66726f6e742d706167650a636f6d6d756e652d64652d63686170656c6c65\" class=\"portletWrapper\">",
            "message": "Confirm this text 'Administration communale de Chapelle-lez-Herlaimont' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a12ac61cf883",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-77448307"
          },
          {
            "rule": "aria_role_allowed",
            "xpath": null,
            "html": "<section role=\"section\" class=\"portlet portletCalendar\">",
            "message": "The role 'section' defined on the element is not valid per ARIA specification",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "443bf8673d1f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e660b9b9"
          }
        ],
        "outcomeCount": 2134,
        "uniqueFailedCount": 50,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (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://www.charleroi.be/",
      "finalUrl": "https://www.charleroi.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Homepage | Ville de Charleroi",
      "elapsedMs": 16683,
      "error": null,
      "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": 1007,
          "failed": 0,
          "cantTell": 99,
          "inapplicable": 44
        },
        "failedRules": [],
        "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",
          "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",
          "region",
          "skip-link",
          "tabindex"
        ],
        "failures": [],
        "outcomeCount": 1150,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 0
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2689,
          "failed": 43,
          "cantTell": 26,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_tabbable_visible",
          "figure_label_exists",
          "input_label_visible",
          "label_name_visible",
          "style_color_misuse",
          "style_highcontrast_visible",
          "svg_graphics_labelled",
          "target_spacing_sufficient",
          "text_block_heading"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link color=\"#000000\" href=\"https://www.charleroi.be/resources/fav/safari-pinned-tab.svg\" rel=\"mask-icon\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c56d35875431",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f9ff7bfd"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<link color=\"#000000\" href=\"https://www.charleroi.be/resources/fav/safari-pinned-tab.svg\" rel=\"mask-icon\">",
            "message": "The HTML attribute(s) \"color\" is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "616762fd9946",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a8b77771"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link href=\"/resources/css/dist/cookieconsent.css?t=202605051250\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c40aef0ac9ee",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8de37df2"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"#main\" class=\"skip-link btn btn-dark btn-sm tw:absolute tw:top-0 tw:left-0 tw:z-[9999] tw:m-1 tw:-translate-y-[200%] tw:focus:translate-y-0 tw:focus-visible:translate-y-0\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c557ef922479",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c7267671"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"#main\" class=\"skip-link btn btn-dark btn-sm tw:absolute tw:top-0 tw:left-0 tw:z-[9999] tw:m-1 tw:-translate-y-[200%] tw:focus:translate-y-0 tw:focus-visible:translate-y-0\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af3f66aeb019",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-db40e15c"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button @click=\"chatbotSession = true\" aria-label=\"Poser une question\" title=\"Poser une question\" class=\"tw:absolute tw:inset-0 tw:z-20 tw:w-full tw:h-full tw:bg-transparent tw:border-0 tw:p-0 tw:m-0 tw:focus:!outline-[#ee001e] tw:focus:!outline-2\" type=\"button\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b83f61234c0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-311ad15a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"tw:!mb-0 tw:overflow-hidden\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "26e79749acf6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-25a8f05b"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"tw:grid tw:gap-2\">",
            "message": "Confirm this text 'FESTIFOOD RTL : l’été sera gourmand à Charleroi !' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "89d0006515fa",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bad6a781"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"tw:!mb-0 tw:font-black tw:!text-xl tw:!leading-[calc(25/21)]\">",
            "message": "Confirm this text 'FESTIFOOD RTL : l’été sera gourmand à Charleroi !' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb964497f53e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-adfda399"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"tw:!mb-0 tw:overflow-hidden\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"tw:w-full tw:aspect-square tw:!mb-0 tw:overflow-hidden\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f5d76d549f7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2e7dbff0"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"tw:grid tw:gap-[.4375rem]\">",
            "message": "Confirm this text 'On fait quoi pendant ces vacances de printemps ?' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "488e843d829a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e7cbf49b"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"tw:!mb-0 tw:font-black tw:!text-xl tw:!leading-[calc(25/21)]\">",
            "message": "Confirm this text 'On fait quoi pendant ces vacances de printemps ?' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"tw:w-full tw:aspect-square tw:!mb-0 tw:overflow-hidden\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"tw:grid tw:gap-[.4375rem]\">",
            "message": "Confirm this text 'Prêts ensemble à toute situation d’urgence' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"tw:!mb-0 tw:font-black tw:!text-xl tw:!leading-[calc(25/21)]\">",
            "message": "Confirm this text 'Prêts ensemble à toute situation d’urgence' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"tw:w-full tw:aspect-square tw:!mb-0 tw:overflow-hidden\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"tw:w-full tw:aspect-square tw:!mb-0 tw:overflow-hidden\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"tw:grid tw:gap-[.4375rem]\">",
            "message": "Confirm this text 'L’UCampus de Charleroi : une évolution constante' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"tw:!mb-0 tw:font-black tw:!text-xl tw:!leading-[calc(25/21)]\">",
            "message": "Confirm this text 'L’UCampus de Charleroi : une évolution constante' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"tw:w-full tw:aspect-square tw:!mb-0 tw:overflow-hidden\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"tw:w-full tw:aspect-square tw:!mb-0 tw:overflow-hidden\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"date-icon-outline position-absolute t-0 l-0 w-100 h-100\" viewBox=\"0 0 46 58\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "789ea7ba54a6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bea69984"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text '06.05' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "244756b474b1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-94d3c6bd"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"tw:order-first tw:!mb-0 theme-bg tw:!font-black tw:!text-xs tw:!leading-[calc(16/12)] text-white tw:uppercase\">",
            "message": "Confirm this text 'Sécurité' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e2838629891",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-abce588d"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"tw:order-first tw:!mb-0 theme-bg tw:!font-black tw:!text-xs tw:!leading-[calc(16/12)] text-white tw:uppercase\">",
            "message": "Confirm this text 'Service' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"tw:order-first tw:!mb-0 theme-bg tw:!font-black tw:!text-xs tw:!leading-[calc(16/12)] text-white tw:uppercase\">",
            "message": "Confirm this text 'Service' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"tw:h-full tw:!mb-0 tw:overflow-hidden\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc7538d33f18",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d7387eee"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"tw:grid tw:gap-[.3125rem] tw:font-black\">",
            "message": "Confirm this text 'Le petit marché du jeudredi' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a7e274f370ba",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-240d8c33"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"tw:!mb-0 tw:font-black tw:!text-xl tw:!leading-[calc(25/21)]\">",
            "message": "Confirm this text 'Le petit marché du jeudredi' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"tw:grid tw:gap-[.3125rem] tw:font-black\">",
            "message": "Confirm this text 'Triathlon Vert de Charleroi 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"tw:!mb-0 tw:font-black tw:!text-xl tw:!leading-[calc(25/21)]\">",
            "message": "Confirm this text 'Triathlon Vert de Charleroi 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"tw:grid tw:gap-[.3125rem] tw:font-black\">",
            "message": "Confirm this text 'Livres en ville' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"tw:!mb-0 tw:font-black tw:!text-xl tw:!leading-[calc(25/21)]\">",
            "message": "Confirm this text 'Livres en ville' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"tw:grid tw:md:grid-cols-2 tw:gap-2 tw:md:gap-10\">",
            "message": "Confirm this text 'Hôtel de Ville de Charleroi' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8defbef23a75",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f4cfe0f8"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div aria-hidden=\"true\" class=\"tw:md:hidden tw:font-black tw:text-lg tw:leading-[calc(24/18)]\">",
            "message": "Confirm this text 'Hôtel de Ville de Charleroi' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c122261a1281",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8f9dd4ee"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a aria-label=\"Ouvrir l’adresse de Hôtel de Ville de Charleroi sur Google Maps (s’ouvre dans un nouvel onglet)\" target=\"_blank\" rel=\"noreferrer noopener\" href=\"https://goo.gl/maps/2s6S2nNzcZxpBDxK8\" class=\"text-white\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "14121b00f4c0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4bc04a20"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text '6000 Charleroi' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg fill=\"none\" viewBox=\"0 0 25 24\" xmlns=\"http://www.w3.org/2000/svg\" class=\"tw:w-full tw:text-white\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b54ba87509b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b95773f3"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg fill=\"none\" viewBox=\"0 0 25 24\" xmlns=\"http://www.w3.org/2000/svg\" class=\"tw:w-full tw:text-white\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg fill=\"none\" viewBox=\"0 0 25 24\" xmlns=\"http://www.w3.org/2000/svg\" class=\"tw:w-full tw:text-white\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<button data-cc=\"show-preferencesModal\" class=\"tw:font-bold tw:!text-white\" type=\"button\">",
            "message": "Undersized target \"button\" does not have sufficient spacing of 12 CSS pixels from another target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c615179e5452",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1219cda4"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<img aria-hidden=\"true\" role=\"presentation\" alt=\"\" src=\"/resources/img/icons/chatbot-ask-floating-button.png\" class=\"tw:w-10 tw:sm:w-11 tw:motion-safe:animate-pulse\">",
            "message": "The explicitly-assigned ARIA role \"presentation\" is redundant with the implicit role of the element <img>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8738cf8defd5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fccc5507"
          }
        ],
        "outcomeCount": 2738,
        "uniqueFailedCount": 22,
        "duplicateFailedCount": 21,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (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://www.chatelet.be/",
      "finalUrl": "https://www.chatelet.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Home page — Ville de Châtelet",
      "elapsedMs": 10924,
      "error": null,
      "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": 9,
          "cantTell": 16,
          "inapplicable": 43
        },
        "failedRules": [
          "aria-allowed-role",
          "aria-required-children",
          "color-contrast",
          "region"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-command-name",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "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",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Ma commune\"]",
            "html": "<label aria-label=\"Ma commune\" for=\"navitem-ma-commune\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "318ce12ac8b3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fb93ab52"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Vivre à Châtelet\"]",
            "html": "<label aria-label=\"Vivre à Châtelet\" for=\"navitem-vivre-a-chatelet\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a5bd5c629e26",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-352f3239"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Bouger & Découvrir\"]",
            "html": "<label aria-label=\"Bouger &amp; Découvrir\" for=\"navitem-bouger-decouvrir\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dff1289b80ca",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c7d9710f"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"En wallon ...\"]",
            "html": "<label aria-label=\"En wallon ...\" for=\"navitem-en_wallon\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7968afc5d3cf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-63583c70"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"En un clic\"]",
            "html": "<label aria-label=\"En un clic\" for=\"navitem-en-un-clic\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c91d1f696d3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1cd97163"
          },
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#portal-globalnav",
            "html": "<ul class=\"navbar-nav\" id=\"portal-globalnav\" role=\"menubar\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: [role=button]",
            "relatedPaths": [
              "label[aria-label=\"Ma commune\"]",
              "label[aria-label=\"Vivre à Châtelet\"]",
              "label[aria-label=\"Bouger & Découvrir\"]",
              "label[aria-label=\"En wallon ...\"]",
              "label[aria-label=\"En un clic\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b9b2ad876e13",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8565635e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#container-section-avis-a-la-population > .nb-items-batch-4 > .see_all > a",
            "html": "<a href=\"https://www.chatelet.be/avis-a-la-population\">Voir tous les avis à la population</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.35 (foreground color: #227f9b, background color: #f9f9f9, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-id=\"avis-a-la-population\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "01103a877bdf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b0fc2416"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#container-section-actualites > .nb-items-batch-4 > .see_all > a",
            "html": "<a href=\"https://www.chatelet.be/actualites\">Voir toutes les actualités</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.35 (foreground color: #227f9b, background color: #f9f9f9, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-id=\"actualites\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da12ea1880b0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-656a35ab"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#portal-colophon",
            "html": "<div id=\"portal-colophon\">",
            "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": "a91346fd9631",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-edf401d2"
          }
        ],
        "outcomeCount": 1774,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 9
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3996,
          "failed": 44,
          "cantTell": 32,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_complementary_labelled",
          "aria_content_in_landmark",
          "aria_id_unique",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "svg_graphics_labelled",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style>",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "527f78894952",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b81717"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e76284b5c428",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9ad5fff9"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"https://www.chatelet.be/++webresource++d5804eac-48ee-5c69-8389-75ac65829cb3/++plone++facetednavigation/faceted-jquery.min.css\" data-bundle=\"faceted.jquery\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7acf04d69278",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a9b5481f"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"https://www.chatelet.be/++webresource++a9af6dab-8903-593c-942b-3dfd860e1ab3//++theme++chatelet/dist/css/theme.css\" data-bundle=\"diazo\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a3551633d762",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-83978d1e"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.chatelet.be/#content\" class=\"show-on-focus\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2aa77660fe95",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-72a8bb4b"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 223.19 79.86\" id=\"Calque_2\" data-name=\"Calque 2\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5da911edcc63",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7f1d2f26"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#portal-globalnav-collapse\" class=\"navbar-toggler\" aria-label=\"Activer/désactiver la navigation\" aria-expanded=\"false\" aria-controls=\"navbarNav\">",
            "message": "The 'id' \"navbarNav\" specified for the ARIA property 'aria-controls' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c3d44b42ae1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7be75485"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#portal-globalnav-collapse\" class=\"navbar-toggler\" aria-label=\"Activer/désactiver la navigation\" aria-expanded=\"false\" aria-controls=\"navbarNav\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eea0da0f949c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-55b9b791"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"#offcanvasSearch\" data-bs-toggle=\"offcanvas\" data-bs-target=\"#offcanvasSearch\" aria-controls=\"offcanvasSearch\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b60dabc20a9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a652846"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"swiper-banner-content\">",
            "message": "Confirm this text 'Bienvenue' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce7f56cffcdd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e5962066"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"swiper-banner-description\">",
            "message": "Confirm this text 'sur le site de la ville de Châtelet' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ff9c3c177cc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-113c27f1"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"lead rich_description\">",
            "message": "Confirm this text 'sur le site de la ville de Châtelet' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9780396a592d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c4849be0"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside id=\"global_statusmessage\" class=\"col-12\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a359076e43e6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d6a7e678"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48.01 35.28\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4777c0cc1470",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-99505c7e"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Guichet en ligne' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b87f0764182",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-abe54ce3"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3871a543f84a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a4dedb7"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Avis et enquêtes' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 28.18 19.82\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ebefb917d857",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-eba9678b"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Offres d'emploi' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 28 34.12\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0f45318bdbbf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e3dfa86a"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Infos travaux' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "06dd6ee8ad01",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ec9aff45"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Séances du Conseil Communal' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 15.69 15.69\" data-name=\"Calque 8\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6800164282ee",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c510e461"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Publication des règlements et ordonnances' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.chatelet.be/avis-a-la-population\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "16c61ec9a7c7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-91793c96"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p>",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Communes actives pour les familles\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5cf8841fafcb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a938c687"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.chatelet.be/actualites\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e45d8ea2ba06",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8b319d39"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p>",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Festival walon di Tchèsslèt\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<h3>",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Du pain et des jeux\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af907ec0d99d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f3754680"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p>",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Du pain et des jeux\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.chatelet.be/agenda\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f50298eaffe",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f630bbaf"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.chatelet.be/#content-header\" class=\"show-on-focus skip-before-footer\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c50729e78c1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-76883ed5"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "17872308b1d3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Samedi de 09h00 - 12h00 Samedi de 09h00 - 12h00' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a836a693a9d6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f2bf52aa"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.chatelet.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e25a9cd2f59",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8944eabb"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.chatelet.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b6c6a1842b1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c8e0121f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.chatelet.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "581793742a60",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fec6abd0"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.chatelet.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "127283aab9ae",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0fe9adb0"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.chatelet.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e957ec96171e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8c451b25"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.chatelet.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b25d10d335e2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1fe33327"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.chatelet.be/annuaire/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b65134393415",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3736a9cd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.chatelet.be/annuaire/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fd5140743a85",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4dba1578"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6a0565a20614",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6e7f9087"
          }
        ],
        "outcomeCount": 4081,
        "uniqueFailedCount": 37,
        "duplicateFailedCount": 7,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 7
    },
    {
      "submittedUrl": "https://www.xn--chivres-4xa.be/",
      "finalUrl": "https://www.xn--chivres-4xa.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Ville de Chièvres",
      "elapsedMs": 9846,
      "error": null,
      "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": 380,
          "failed": 19,
          "cantTell": 25,
          "inapplicable": 56
        },
        "failedRules": [
          "color-contrast",
          "landmark-one-main",
          "meta-viewport",
          "page-has-heading-one",
          "region"
        ],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-conditional-attr",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "landmark-contentinfo-is-top-level",
          "landmark-no-duplicate-contentinfo",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport-large",
          "nested-interactive",
          "presentation-role-conflict",
          "region"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".icon-warning",
            "html": "<a class=\"icon-warning\" href=\"https://www.xn--chivres-4xa.be/je-trouve/pfas-etat-de-la-situation\" style=\"color:red;\">PFAS</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.99 (foreground color: #ff0000, 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": "74c2816020bd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-90a65bce"
          },
          {
            "rule": "landmark-one-main",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "html",
            "html": "<html lang=\"fr\" xml:lang=\"fr\" xmlns=\"http://www.w3.org/19...\" class=\"js flexbox canvas ca...\">",
            "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": "e9ed9ddbf3b3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b00be0"
          },
          {
            "rule": "meta-viewport",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport?application=playwright",
            "impact": "moderate",
            "wcagSc": [
              "wcag2aa",
              "wcag144"
            ],
            "xpath": "meta[name=\"viewport\"]",
            "html": "<meta content=\"width=device-width, minimum-scale=1.0, maximum-scale=1.0\" name=\"viewport\">",
            "message": "Zooming and scaling must not be disabled",
            "fixSummary": "Fix any of the following:\n  maximum-scale on <meta> tag disables zooming on mobile devices",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c50070de7a8c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-98527d57"
          },
          {
            "rule": "page-has-heading-one",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "html",
            "html": "<html lang=\"fr\" xml:lang=\"fr\" xmlns=\"http://www.w3.org/19...\" class=\"js flexbox canvas ca...\">",
            "message": "Page should contain a level-one heading",
            "fixSummary": "Fix all of the following:\n  Page must have a level-one heading",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c95a2f67b6d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ee8d7590"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#gdpr-consent-banner > span",
            "html": "<span>Ce site utilise des cookies pour vous fournir une expérience optimale (lecture de vidéos, affichage de plans et de contenus issus des réseaux sociaux notamment).</span>",
            "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": "0452c0abe0e2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-10afa511"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "a[rel=\"#pb_4\"]",
            "html": "<a href=\"https://www.xn--chivres-4xa.be/@@consent\" rel=\"#pb_4\" class=\"link-overlay\" style=\"cursor: pointer;\">En savoir plus et personnaliser</a>",
            "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": "91cca47a4b9e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b9a13803"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#top-actions",
            "html": "<div id=\"top-actions\">",
            "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": "0424d3cfff39",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-611321ac"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#top-logo",
            "html": "<div id=\"top-logo\">",
            "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": "c378b11ef2d9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ab469cd8"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".hiddenStructure:nth-child(3)",
            "html": "<p class=\"hiddenStructure\">\n<a accesskey=\"2\" href=\"https://www.xn--chivres-4xa.be/#content\">Aller au contenu.</a> |\n\n  <a accesskey=\"6\" href=\"https://www.xn--chivres-4xa.be/#portal-globalnav\">Aller à la navigation</a>\n</p>",
            "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": "3d2279797e28",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8b4cab70"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".hiddenStructure:nth-child(4)",
            "html": "<p class=\"hiddenStructure\">Navigation</p>",
            "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": "fb871c22eadb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-70bfdf1d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "h5",
            "html": "<h5 class=\"hiddenStructure\">Navigation</h5>",
            "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": "c2fa018547e1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5a996fd3"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#cpskin-slogan",
            "html": "<div id=\"cpskin-slogan\">\n<div id=\"cpskin-slogan-titre\">Ville de</div>\n<div id=\"cpskin-slogan-description\">Chièvres</div>\n</div>",
            "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": "25df3ca7fc50",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b985c5b1"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-1",
            "html": "<div class=\"bloc-1 bloc-document quick-access \">",
            "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": "5dabe6384446",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ecd8c824"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-2 > .titre-rss > .titre",
            "html": "<a class=\"titre\" href=\"https://www.xn--chivres-4xa.be/actualites/index\">\n<h2>Actualités</h2>\n</a>",
            "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": "784749c36045",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bd2f0163"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-2 > .results.parsable-content",
            "html": "<div class=\"results parsable-content\">",
            "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": "43da84c304bb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-88ff3f6a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-2 > .voir-tout-content",
            "html": "<div class=\"voir-tout-content\">\n<a class=\"voir-tout\" href=\"https://www.xn--chivres-4xa.be/actualites/index\">\n                       Voir l'ensemble des actualités\n                      </a>\n</div>",
            "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": "cc3ee62d6404",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ec934e18"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-3 > .titre-rss > .titre",
            "html": "<a class=\"titre\" href=\"https://www.xn--chivres-4xa.be/evenements/index\">\n<h2>Événements</h2>\n</a>",
            "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": "0a524fb04470",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1b86520d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-3 > .results.parsable-content",
            "html": "<div class=\"results parsable-content\">",
            "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": "31b9e1d31833",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c8a5ffa1"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-3 > .voir-tout-content",
            "html": "<div class=\"voir-tout-content\">\n<a class=\"voir-tout\" href=\"https://www.xn--chivres-4xa.be/evenements/index\">\n                       Voir l'ensemble des Événements\n                      </a>\n</div>",
            "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": "212d3104badc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7cc37511"
          }
        ],
        "outcomeCount": 480,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 19
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1202,
          "failed": 38,
          "cantTell": 25,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_content_in_landmark",
          "aria_contentinfo_misuse",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4cee4bfd945c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9ad5fff9"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style>",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea95da4c6c2e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b81717"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d05ae04c5c61",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d35de0a332a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-62a9622d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c6d234ba2052",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ced9415b"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e39983e1434",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1b601da8"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a style=\"cursor: pointer;\" class=\"link-overlay\" rel=\"#pb_4\" href=\"https://www.xn--chivres-4xa.be/@@consent\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f52910d748d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5b54e794"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa6d713b43a0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ddecc5e3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a43fcf27632",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fdf321ae"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e27ac1b59b53",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c8dbfadd"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul id=\"portal-siteactions\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e258ed34c1e7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8b43a333"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a style=\"cursor: pointer;\" class=\"link-overlay\" rel=\"#pb_2\" title=\"Contact\" href=\"https://www.xn--chivres-4xa.be/contact-info\" accesskey=\"9\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c49c86b698b6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7ee0ded1"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a title=\"Ville de Chièvres\" id=\"portal-logo-link\" href=\"https://www.xn--chivres-4xa.be\" accesskey=\"1\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dd601b43e927",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bb1779ae"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a id=\"search-btn\" href=\"#\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c32fec54894f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4dede3db"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div id=\"cpskin-slogan-titre\">",
            "message": "Confirm this text 'Ville de' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8dee14f22d08",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-90720f95"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div id=\"cpskin-slogan-titre\">",
            "message": "Verify the contrast ratio of the text with shadow meets the WCAG AA minimum requirements for text of size 49px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee5f694c4ddd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-897a6552"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div id=\"cpskin-slogan-description\">",
            "message": "Confirm this text 'Chièvres' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e007a8de55b5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7d940a9b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div id=\"cpskin-slogan-description\">",
            "message": "Verify the contrast ratio of the text with shadow meets the WCAG AA minimum requirements for text of size 60px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b83849cc0f12",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-eb960fc2"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "380b91829847",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6e7f9087"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a style=\"color:red;\" href=\"https://www.xn--chivres-4xa.be/je-trouve/pfas-etat-de-la-situation\" class=\"icon-warning\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e6192e8c32a6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-35204ee3"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a style=\"color:red;\" href=\"https://www.xn--chivres-4xa.be/je-trouve/pfas-etat-de-la-situation\" class=\"icon-warning\">",
            "message": "Text contrast of 4.00 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c898328da0c7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a45a3127"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.xn--chivres-4xa.be/je-trouve/avis-a-la-population#c3=20&b_start=0\" class=\"icon-megaphone\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a7829e56c635",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4864b7a8"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.xn--chivres-4xa.be/ma-commune/mobilite/travaux\" class=\"icon-construction\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "45106213b9e8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-21f1ebf5"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://chievres.e-guichet.be/\" class=\"icon-screen\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea212ad7e288",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a77fe71e"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.xn--chivres-4xa.be/ma-commune/quick-access/horaires\" class=\"icon-clock-1\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "116101831e04",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1c9af7ae"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.xn--chivres-4xa.be/ma-commune/quick-access/contact-1\" class=\"icon-phone-handset\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5af51bd53061",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fe068c97"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.xn--chivres-4xa.be/actualites/index\" class=\"titre\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e654a8e06ec1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e7ef4cd0"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\" standard-results\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f31935c1427",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4a9e0863"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.xn--chivres-4xa.be/actualites/index\" class=\"voir-tout\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "304a29748654",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-26094818"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.xn--chivres-4xa.be/actualites/index\" class=\"voir-tout\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "27c66aee4b6d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ea21ef53"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.xn--chivres-4xa.be/evenements/index\" class=\"titre\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c17736f1d82",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1633fcb7"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\" standard-results\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.xn--chivres-4xa.be/evenements/index\" class=\"voir-tout\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed065e2c48e2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b1985c2d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.xn--chivres-4xa.be/evenements/index\" class=\"voir-tout\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c62e1729bfa2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9e9de2c7"
          },
          {
            "rule": "aria_contentinfo_misuse",
            "xpath": null,
            "html": "<footer id=\"portal-footer-wrapper\">",
            "message": "Element with \"contentinfo\" role is present without an element with \"main\" role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "19bbb7f2ca85",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6a24b034"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"localisation\">",
            "message": "Confirm this text 'rue du Grand Vivier, 2 | 7950 Chièvres' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e301e56810ca",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-65fa3b48"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"telephone\">",
            "message": "Confirm this text '068/65.68.10' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a37f7d08d03",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bf7570fa"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"mail\">",
            "message": "Confirm this text 'info@chievres.be' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b4885184a12d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5c26c2ce"
          }
        ],
        "outcomeCount": 1244,
        "uniqueFailedCount": 37,
        "duplicateFailedCount": 1,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (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://www.chimayville.be/",
      "finalUrl": "https://www.chimayville.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Ville de Chimay",
      "elapsedMs": 9258,
      "error": null,
      "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": 566,
          "failed": 32,
          "cantTell": 45,
          "inapplicable": 54
        },
        "failedRules": [
          "landmark-one-main",
          "link-name",
          "meta-viewport",
          "page-has-heading-one",
          "region"
        ],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-conditional-attr",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "landmark-contentinfo-is-top-level",
          "landmark-no-duplicate-contentinfo",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport-large",
          "nested-interactive",
          "presentation-role-conflict",
          "region",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "landmark-one-main",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "html",
            "html": "<html lang=\"fr\" xml:lang=\"fr\" xmlns=\"http://www.w3.org/19...\" class=\"js flexbox canvas ca...\">",
            "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": "e557a3c328ba",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b00be0"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".icons:nth-child(1) > p > a",
            "html": "<a href=\"https://www.chimayville.be/horaire-services/horaires-services\"><img alt=\"\" src=\"https://www.chimayville.be/image-theme/ic-horaires.png/@@images/e2ed99a2-6ace-49c3-83c7-f11d194121f6.png\" title=\"ic horaires\"></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": "58a330708821",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-321e0c58"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".icons:nth-child(2) > p > a",
            "html": "<a href=\"http://www.ville-de-chimay.be/ma-ville/services-communaux/information-communale/ma-commune-minforme\"><img alt=\"\" height=\"45\" src=\"https://www.chimayville.be/image-theme/ic-documents.png/@@images/a9a8a1ce-6017-475d-acfc-6ae339be5a1f.png\" title=\"ic documents\" width=\"45\"></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": "3a330e512774",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-26024098"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".icons:nth-child(3) > p > a",
            "html": "<a href=\"https://www.chimayville.be/ma-ville/enquetes-publiques\"><img alt=\"\" height=\"45\" src=\"https://www.chimayville.be/image-theme/ic-documents.png/@@images/a9a8a1ce-6017-475d-acfc-6ae339be5a1f.png\" title=\"ic documents\" width=\"45\"></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": "1ca9d5967aa1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ee100887"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "p > a[href$=\"chimay.egovflow.be/\"][target=\"_blank\"]",
            "html": "<a href=\"https://chimay.egovflow.be/\" target=\"_blank\"><img alt=\"\" height=\"45\" src=\"https://www.chimayville.be/image-theme/ic-eguichet.png/@@images/20287559-f5b3-436a-a6f1-89f554c396f6.png\" title=\"ic eguichet\" width=\"45\"></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": "ff1f7dc29cfe",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2154c8f9"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".icons:nth-child(5) > p > a[target=\"_blank\"]",
            "html": "<a href=\"https://www.deliberations.be/chimay/publications#b_start=0\" target=\"_blank\"><img alt=\"\" height=\"45\" src=\"https://www.chimayville.be/image-theme/ic-documents.png/@@images/a9a8a1ce-6017-475d-acfc-6ae339be5a1f.png\" title=\"ic documents\" width=\"45\"></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": "f5e7bac01fd6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c98b614d"
          },
          {
            "rule": "meta-viewport",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport?application=playwright",
            "impact": "moderate",
            "wcagSc": [
              "wcag2aa",
              "wcag144"
            ],
            "xpath": "meta[name=\"viewport\"]",
            "html": "<meta content=\"width=device-width, minimum-scale=1.0, maximum-scale=1.0\" name=\"viewport\">",
            "message": "Zooming and scaling must not be disabled",
            "fixSummary": "Fix any of the following:\n  maximum-scale on <meta> tag disables zooming on mobile devices",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b1f4e57f87c8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-98527d57"
          },
          {
            "rule": "page-has-heading-one",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "html",
            "html": "<html lang=\"fr\" xml:lang=\"fr\" xmlns=\"http://www.w3.org/19...\" class=\"js flexbox canvas ca...\">",
            "message": "Page should contain a level-one heading",
            "fixSummary": "Fix all of the following:\n  Page must have a level-one heading",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b978ad685f2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ee8d7590"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#gdpr-consent-banner > span",
            "html": "<span>Ce site utilise des cookies pour vous fournir une expérience optimale (lecture de vidéos, affichage de plans et de contenus issus des réseaux sociaux notamment).</span>",
            "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": "015ae80ca529",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-10afa511"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "a[rel=\"#pb_3\"]",
            "html": "<a href=\"https://www.chimayville.be/@@consent\" rel=\"#pb_3\" class=\"link-overlay\" style=\"cursor: pointer;\">En savoir plus et personnaliser</a>",
            "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": "91e2681cf4df",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f3bb921c"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#top-actions",
            "html": "<div id=\"top-actions\">",
            "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": "d1349bcaf7d0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-611321ac"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#top-logo",
            "html": "<div id=\"top-logo\">",
            "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": "145d41ecb77d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ab469cd8"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".hiddenStructure:nth-child(3)",
            "html": "<p class=\"hiddenStructure\">\n<a accesskey=\"2\" href=\"https://www.chimayville.be/#content\">Aller au contenu.</a> |\n\n  <a accesskey=\"6\" href=\"https://www.chimayville.be/#portal-globalnav\">Aller à la navigation</a>\n</p>",
            "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": "dc00dda9cae9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8b4cab70"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".hiddenStructure:nth-child(4)",
            "html": "<p class=\"hiddenStructure\">Navigation</p>",
            "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": "809e2b6a3faa",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-70bfdf1d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "h5",
            "html": "<h5 class=\"hiddenStructure\">Navigation</h5>",
            "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": "80fccd4716f6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5a996fd3"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#cpskin-banner",
            "html": "<div id=\"cpskin-banner\">\n<div id=\"minisite-logo\">\n<a href=\"https://www.chimayville.be\">\n<img alt=\"Logo\" src=\"https://www.chimayville.be/logo-minisite.png\">\n</a>\n</div>\n<img alt=\"\" class=\"banner\" src=\"https://www.chimayville.be/banner/img_6122.png/@@images/image\">\n</div>",
            "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": "75b43124cf51",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-88701234"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-1",
            "html": "<div class=\"bloc-1 bloc-document zone-icons \">",
            "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": "1efcb18dfc73",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ecd8c824"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".titre-slider",
            "html": "<div class=\"titre-slider\">\n<a href=\"https://www.chimayville.be/valves/valves-communales\">\n<h2>Valves communales</h2>\n</a>\n</div>",
            "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": "b48c1ae42e83",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-76e9160f"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#carousel-valves-communales > .flex-viewport > .slides > .flex-active-slide > .flex-caption",
            "html": "<div class=\"flex-caption\">\n<div class=\"flex-caption-inner\">\n<h2>\n<a class=\"slider_multiple_link\" href=\"https://www.chimayville.be/valves/avis-denquete-publique-decret-voirie-du-06-02-2014\">LOMPRET - Avis d'enquête publique - Décret voirie du 06/02/2014</a>\n</h2>\n</div>\n</div>",
            "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": "a7e83219cad8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-78b0185f"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#carousel-valves-communales > .flex-viewport > .slides > li:nth-child(2) > .flex-caption",
            "html": "<div class=\"flex-caption\">",
            "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": "1d063584252b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1aecb66d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#carousel-valves-communales > .flex-viewport > .slides > li:nth-child(3) > .flex-caption",
            "html": "<div class=\"flex-caption\">\n<div class=\"flex-caption-inner\">\n<h2>\n<a class=\"slider_multiple_link\" href=\"https://www.chimayville.be/valves/enquete-publique-permis-denvironnement-new-wind-sprl\">Enquête publique - Permis d'environnement - New Wind SPRL</a>\n</h2>\n</div>\n</div>",
            "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": "3e42fe28a25d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8cac2eb9"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#carousel-valves-communales > .flex-viewport > .slides > li:nth-child(4) > .flex-caption",
            "html": "<div class=\"flex-caption\">\n<div class=\"flex-caption-inner\">\n<h2>\n<a class=\"slider_multiple_link\" href=\"https://www.chimayville.be/valves/une-enquete-publique-pour-la-vieille-tour-lire-la-suite\">Une enquête publique pour la vieille Tour..........lire la suite</a>\n</h2>\n</div>\n</div>",
            "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": "ed01a85d6df6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3aab09be"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#carousel-valves-communales > .flex-viewport > .slides > li:nth-child(5) > .flex-caption",
            "html": "<div class=\"flex-caption\">",
            "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": "0940ecbc2641",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-26c7c163"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#carousel-valves-communales > .flex-viewport > .slides > li:nth-child(6) > .flex-caption",
            "html": "<div class=\"flex-caption\">\n<div class=\"flex-caption-inner\">\n<h2>\n<a class=\"slider_multiple_link\" href=\"https://www.chimayville.be/valves/prime-mazout-informations-lire-la-suite\">PRIME MAZOUT - INFORMATIONS..........lire la suite.</a>\n</h2>\n</div>\n</div>",
            "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": "f5d4d1ccf5ec",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e67f1845"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#carousel-valves-communales > .flex-viewport > .slides > li:nth-child(7) > .flex-caption",
            "html": "<div class=\"flex-caption\">",
            "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": "1c245b74071e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3d0d4fce"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#carousel-valves-communales > .flex-viewport > .slides > li:nth-child(8) > .flex-caption",
            "html": "<div class=\"flex-caption\">\n<div class=\"flex-caption-inner\">\n<h2>\n<a class=\"slider_multiple_link\" href=\"https://www.chimayville.be/valves/reserve-de-recrutement-surveillant-e-s-scolaire-s-lire-la-suite\">Réserve de recrutement surveillant(-e)s scolaire(s)......lire la suite</a>\n</h2>\n</div>\n</div>",
            "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": "ab4b33092ff0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4f0d35f6"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#carousel-valves-communales > ol",
            "html": "<ol class=\"flex-control-nav flex-control-paging\"><li><a class=\"flex-active\">1</a></li><li><a>2</a></li></ol>",
            "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": "ee1e1ddfca67",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2e97875c"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#carousel-valves-communales > .flex-direction-nav",
            "html": "<ul class=\"flex-direction-nav\"><li><a class=\"flex-prev flex-disabled\" href=\"#\" tabindex=\"-1\">Previous</a></li><li><a class=\"flex-next\" href=\"#\">Next</a></li></ul>",
            "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": "a9260149f6de",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-522adb82"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".flex-container > div:nth-child(4)",
            "html": "<div>\n<a class=\"voir-tout\" href=\"https://www.chimayville.be/valves/valves-communales\">\n                    Voir tous les avis\n                </a>\n</div>",
            "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": "0fe88b8f481f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-18b65351"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".titre",
            "html": "<a class=\"titre\" href=\"https://www.chimayville.be/actualites/actualites\">\n<h2>Actualités</h2>\n</a>",
            "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": "d847e0886ace",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cfd87e25"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".results",
            "html": "<div class=\"results parsable-content\">",
            "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": "95fe2af0ae5a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-540d0002"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".voir-tout-content",
            "html": "<div class=\"voir-tout-content\">\n<a class=\"voir-tout\" href=\"https://www.chimayville.be/actualites/actualites\">\n                       Voir l'ensemble des actualités\n                      </a>\n</div>",
            "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": "26590b81c5d6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e012b1d2"
          }
        ],
        "outcomeCount": 697,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 32
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2003,
          "failed": 95,
          "cantTell": 27,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_attribute_valid",
          "aria_attribute_value_valid",
          "aria_content_in_landmark",
          "aria_contentinfo_misuse",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "figure_label_exists",
          "heading_markup_misuse",
          "img_alt_null",
          "input_label_visible",
          "style_color_misuse",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient",
          "widget_tabbable_exists"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6778b55eaa07",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9ad5fff9"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style>",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "194ea7c92ed4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b81717"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8ca7672470b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0994ecdc90ff",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-62a9622d"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff5abffe7ebe",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1b601da8"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a style=\"cursor: pointer;\" class=\"link-overlay\" rel=\"#pb_3\" href=\"https://www.chimayville.be/@@consent\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "36961a1ab101",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a4dc7476"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc09d926b9ad",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ddecc5e3"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a4eafd5d802",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c8dbfadd"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p class=\"hiddenStructure\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b2d5401775eb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4681057b"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a style=\"cursor: pointer;\" class=\"link-overlay\" rel=\"#pb_1\" id=\"personaltools-login\" href=\"https://www.chimayville.be/login\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b5c9d2b9e285",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-589be26d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul id=\"portal-siteactions\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a607fabf3173",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8b43a333"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a title=\"Ville de Chimay\" id=\"portal-logo\" href=\"https://www.chimayville.be\" accesskey=\"1\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b6f9f20923db",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f4d05cf0"
          },
          {
            "rule": "aria_attribute_value_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-ma-ville\" class=\"theme1 plain\">",
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c713d7dd7d6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9e989a4d"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-ma-ville\" class=\"theme1 plain\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f8bfa2eaeba9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c5302d94"
          },
          {
            "rule": "aria_attribute_value_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-loisirs\" class=\"theme2 plain\">",
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "84d77779ae34",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-298c5956"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-loisirs\" class=\"theme2 plain\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e166d36fcf5c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-677a26dd"
          },
          {
            "rule": "aria_attribute_value_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-economie\" class=\"theme3 plain\">",
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f94462cc97b8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c2da2793"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-economie\" class=\"theme3 plain\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee72a18a0f43",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6e65f609"
          },
          {
            "rule": "aria_attribute_value_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-je-suis\" class=\"theme4 plain\">",
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1d1642acd563",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-120eee08"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-je-suis\" class=\"theme4 plain\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d031d8f854ff",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dbf093cc"
          },
          {
            "rule": "aria_attribute_value_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-je-trouve\" class=\"theme5 plain\">",
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f42980acf59",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-137e8fd5"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-je-trouve\" class=\"theme5 plain\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "91d79dfdcac9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-68c6dd56"
          },
          {
            "rule": "aria_attribute_value_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-search\">",
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d37e7e08da0b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0cb4ff67"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-search\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c97f5edf22a7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2a60071f"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p class=\"hiddenStructure\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.chimayville.be/#portal-globalnav\" accesskey=\"6\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bc3144e703b1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-56114f7c"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.chimayville.be\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6679efba1e7c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-66478897"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "09465f1cf463",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a86234de"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.chimayville.be/horaire-services/horaires-services\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a3718792f4a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0d082775"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.chimayville.be/horaire-services/horaires-services\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "00b7840183b3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cd29e964"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img title=\"ic horaires\" src=\"https://www.chimayville.be/image-theme/ic-horaires.png/@@images/e2ed99a2-6ace-49c3-83c7-f11d194121f6.png\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71d2172f7176",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bee23758"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.chimayville.be/horaire-services/horaires-services\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "931cdbe0c7c0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0e06cfb1"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.chimayville.be/horaire-services/horaires-services\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.chimayville.be/horaire-services/horaires-services\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b44d1ade44a8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-63ae1881"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text 'services' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5a0c2b0d6faf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-94d3c6bd"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"http://www.ville-de-chimay.be/ma-ville/services-communaux/information-communale/ma-commune-minforme\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a7a35172b569",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fee01e4f"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"http://www.ville-de-chimay.be/ma-ville/services-communaux/information-communale/ma-commune-minforme\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f0f270ea5d14",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ced8bf73"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img width=\"45\" title=\"ic documents\" src=\"https://www.chimayville.be/image-theme/ic-documents.png/@@images/a9a8a1ce-6017-475d-acfc-6ae339be5a1f.png\" height=\"45\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa4d2be88d52",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-667a6a6b"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"http://www.ville-de-chimay.be/ma-ville/services-communaux/information-communale/ma-commune-minforme\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "05977e283887",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-25b52934"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"http://www.ville-de-chimay.be/ma-ville/services-communaux/information-communale/ma-commune-minforme\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.ville-de-chimay.be/ma-ville/services-communaux/information-communale/ma-commune-minforme\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "36b79452ad6d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f40ea2c1"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text 'm'informe' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.chimayville.be/ma-ville/enquetes-publiques\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "121faea813d0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-af348505"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.chimayville.be/ma-ville/enquetes-publiques\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc8e148788c5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5b434cc2"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img width=\"45\" title=\"ic documents\" src=\"https://www.chimayville.be/image-theme/ic-documents.png/@@images/a9a8a1ce-6017-475d-acfc-6ae339be5a1f.png\" height=\"45\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.chimayville.be/valves/valves-communales\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "92f999a71fdc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fbe2f8c9"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.chimayville.be/valves/valves-communales\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b1da7ad5a1cf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0837480e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.chimayville.be/valves/valves-communales\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f53e45dfb74",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cb7de191"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://chimay.egovflow.be/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef25148f008b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5cb85c09"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://chimay.egovflow.be/\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "464d5e6d4e4f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-16ceec28"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img width=\"45\" title=\"ic eguichet\" src=\"https://www.chimayville.be/image-theme/ic-eguichet.png/@@images/20287559-f5b3-436a-a6f1-89f554c396f6.png\" height=\"45\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "923523e5b1ad",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-faf2d5fc"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://chimay.egovflow.be/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "604676de8006",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ff0008f9"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://chimay.egovflow.be/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://chimay.egovflow.be/\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "21d0801e2895",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5ad19244"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.deliberations.be/chimay/publications#b_start=0\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6997d7186a8e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-266bf434"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.deliberations.be/chimay/publications#b_start=0\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7c20c141875",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-05352f40"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img width=\"45\" title=\"ic documents\" src=\"https://www.chimayville.be/image-theme/ic-documents.png/@@images/a9a8a1ce-6017-475d-acfc-6ae339be5a1f.png\" height=\"45\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.deliberations.be/chimay/publications#b_start=0\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c39773c082c2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4f1a91f9"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.deliberations.be/chimay/publications#b_start=0\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.deliberations.be/chimay/publications#b_start=0\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec8c3bdf9620",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8f0d79e0"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img width=\"118\" title=\"logo chimay sanstxt\" src=\"https://www.chimayville.be/image-theme/logo-chimay-sanstxt.png/@@images/cfaa2f62-630a-4220-a6fc-fc17cccbc9ce.png\" height=\"132\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71afb94f6285",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b435bbd3"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://www.visitchimay.be\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6cb6e3672c8f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bedc7e6c"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.chimayville.be/valves/valves-communales\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul style=\"width: 1600%; transition-duration: 0s; transform: translate3d(0px, 0px, 0px);\" class=\"slides\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e70f44d45867",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cfd72684"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h2>",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8eb701bccf8e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2459e313"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ol class=\"flex-control-nav flex-control-paging\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "77ea42eed848",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-54c79cfb"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"flex-active\">",
            "message": "Text contrast of 1.20 with its background is less than the WCAG AA minimum requirements for text of size 12.8px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c5ffd13dfcb3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4668e356"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"#\" class=\"flex-prev flex-disabled\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c5ba921bf627",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ff78778f"
          },
          {
            "rule": "widget_tabbable_exists",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"#\" class=\"flex-prev flex-disabled\">",
            "message": "Component with \"link\" role does not have a tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "270f51713ada",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-98904c45"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"#\" class=\"flex-next\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ce92b417d0a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-352a68a0"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.chimayville.be/valves/valves-communales\" class=\"voir-tout\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "23f78f055cf0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a6ad01b"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.chimayville.be/actualites/actualites\" class=\"titre\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f59f21e4774f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-10096c02"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\" standard-results\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c016d76494ba",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4a9e0863"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e9da4d177cf6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2989ad96"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.chimayville.be/actualites/actualites\" class=\"voir-tout\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e3e9b982b69a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-04a1dd67"
          },
          {
            "rule": "aria_contentinfo_misuse",
            "xpath": null,
            "html": "<footer id=\"portal-footer-wrapper\">",
            "message": "Element with \"contentinfo\" role is present without an element with \"main\" role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d5ae80de72d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6a24b034"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2>",
            "message": "Text contrast of 1.12 with its background is less than the WCAG AA minimum requirements for text of size 28.8px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "413b397660ec",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9c97642b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "Text contrast of 1.12 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70e357d86f06",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7acebded"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2>",
            "message": "Text contrast of 1.12 with its background is less than the WCAG AA minimum requirements for text of size 28.8px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://visitchimay.be\">",
            "message": "Text contrast of 1.12 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "070a2c0dd609",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-43584a27"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://www.si-chimay.be\">",
            "message": "Text contrast of 1.12 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "45c4768e0f45",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a96ce7ad"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://www.foretdupaysdechimay.be/fr\">",
            "message": "Text contrast of 1.12 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4bff818dfb1c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fc0288b5"
          }
        ],
        "outcomeCount": 2109,
        "uniqueFailedCount": 72,
        "duplicateFailedCount": 23,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 23
    },
    {
      "submittedUrl": "https://www.colfontaine.be/",
      "finalUrl": "https://www.colfontaine.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Colfontaine - Commune",
      "elapsedMs": 9958,
      "error": null,
      "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": 804,
          "failed": 44,
          "cantTell": 42,
          "inapplicable": 43
        },
        "failedRules": [
          "label-title-only",
          "landmark-one-main",
          "link-name",
          "meta-viewport",
          "page-has-heading-one",
          "region"
        ],
        "passedRules": [
          "accesskeys",
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "autocomplete-valid",
          "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",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "label",
          "landmark-contentinfo-is-top-level",
          "landmark-no-duplicate-contentinfo",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport-large",
          "nested-interactive",
          "presentation-role-conflict",
          "region",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#livesearch1 > .LSBox > .searchField[accesskey=\"4\"][name=\"SearchableText\"]",
            "html": "<input accesskey=\"4\" class=\"searchField\" id=\"searchGadget\" name=\"SearchableText\" placeholder=\"Recherche\" size=\"18\" title=\"Recherche\" type=\"text\" autocomplete=\"off\">",
            "message": "Form elements should have a visible label",
            "fixSummary": "Fix all of the following:\n  Only title used to generate label for form element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "05f5e9b3f438",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f0ce2a0d"
          },
          {
            "rule": "landmark-one-main",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "html",
            "html": "<html lang=\"fr\" xml:lang=\"fr\" xmlns=\"http://www.w3.org/19...\" class=\"js flexbox canvas ca...\">",
            "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": "020a052c61e8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b00be0"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "#slick-slide00 > .flex-caption > .flex-caption-inner > p > a",
            "html": "<a href=\"https://www.colfontaine.be/actualites/festivites-de-la-pentecote-2026\" tabindex=\"0\"></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": "4384900c36c6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cc229b2a"
          },
          {
            "rule": "meta-viewport",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport?application=playwright",
            "impact": "moderate",
            "wcagSc": [
              "wcag2aa",
              "wcag144"
            ],
            "xpath": "meta[name=\"viewport\"]",
            "html": "<meta content=\"width=device-width, minimum-scale=1.0, maximum-scale=1.0\" name=\"viewport\">",
            "message": "Zooming and scaling must not be disabled",
            "fixSummary": "Fix any of the following:\n  maximum-scale on <meta> tag disables zooming on mobile devices",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e9f8c8c409d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-98527d57"
          },
          {
            "rule": "page-has-heading-one",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "html",
            "html": "<html lang=\"fr\" xml:lang=\"fr\" xmlns=\"http://www.w3.org/19...\" class=\"js flexbox canvas ca...\">",
            "message": "Page should contain a level-one heading",
            "fixSummary": "Fix all of the following:\n  Page must have a level-one heading",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7087b64ca82",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ee8d7590"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#gdpr-consent-banner > span",
            "html": "<span>Ce site utilise des cookies pour vous fournir une expérience optimale (lecture de vidéos, affichage de plans et de contenus issus des réseaux sociaux notamment).</span>",
            "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": "7e209dd2bedd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-10afa511"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "a[rel=\"#pb_3\"]",
            "html": "<a href=\"https://www.colfontaine.be/@@consent\" rel=\"#pb_3\" class=\"link-overlay\" style=\"cursor: pointer;\">En savoir plus et personnaliser</a>",
            "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": "7f96bd8d3846",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f3bb921c"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#top-actions",
            "html": "<div id=\"top-actions\">",
            "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": "7edb71ba7c04",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-611321ac"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".hiddenStructure:nth-child(3)",
            "html": "<p class=\"hiddenStructure\">\n<a accesskey=\"2\" href=\"https://www.colfontaine.be/#content\">Aller au contenu.</a> |\n\n  <a accesskey=\"6\" href=\"https://www.colfontaine.be/#portal-globalnav\">Aller à la navigation</a>\n</p>",
            "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": "faab321a6712",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8b4cab70"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".hiddenStructure:nth-child(4)",
            "html": "<p class=\"hiddenStructure\">Navigation</p>",
            "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": "e04dace872d1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-70bfdf1d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "h5",
            "html": "<h5 class=\"hiddenStructure\">Navigation</h5>",
            "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": "4ac297d4ef50",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5a996fd3"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#livesearch1 > .LSBox > label[for=\"searchGadget\"]",
            "html": "<label class=\"hiddenStructure\" for=\"searchGadget\">Chercher par</label>",
            "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": "09cc14e410c1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fb7482fb"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#livesearch1 > .LSBox > .searchField[accesskey=\"4\"][name=\"SearchableText\"]",
            "html": "<input accesskey=\"4\" class=\"searchField\" id=\"searchGadget\" name=\"SearchableText\" placeholder=\"Recherche\" size=\"18\" title=\"Recherche\" type=\"text\" autocomplete=\"off\">",
            "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": "a640c32d7122",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3248c09a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#portal-searchbox > .hiddenStructure",
            "html": "<div class=\"hiddenStructure\" id=\"portal-advanced-search\">\n<a accesskey=\"5\" href=\"https://www.colfontaine.be/@@search\">Recherche avancée…</a>\n</div>",
            "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": "1a7406a08a94",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-44e040a8"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-1",
            "html": "<div class=\"bloc-1 bloc-document quick-access \">",
            "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": "c329f3b84ff5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ecd8c824"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-2 > .slick-container.parsable-content > .titre-slider",
            "html": "<div class=\"titre-slider\">\n<h2>À la une</h2>\n</div>",
            "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": "1533ed5d2aa8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-865f7d06"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slick-slide00",
            "html": "<div class=\"slick-slide slick-current slick-active\" data-slick-index=\"0\" aria-hidden=\"false\" style=\"width: 1173px;\" tabindex=\"0\" role=\"tabpanel\" id=\"slick-slide00\" aria-describedby=\"slick-slide-control00\">",
            "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": "96344428bab9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-76f854f7"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .slick-dots[role=\"tablist\"]",
            "html": "<ul class=\"slick-dots\" style=\"display: block;\" role=\"tablist\">",
            "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": "6a404e86b6f5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5e219d80"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-2 > .slick-container.parsable-content > .pagination.listingBar",
            "html": "<div class=\"pagination listingBar\">\n<a class=\"next\" href=\"https://www.colfontaine.be/?b_start:int=20\">\n      8 éléments suivants\n      »\n    </a>\n<span class=\"current\">1</span>\n<a href=\"https://www.colfontaine.be/?b_start:int=20\">2</a>\n</div>",
            "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": "7957e9c5fe78",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b1bebd82"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-3 > .slick-container.parsable-content > .titre-slider",
            "html": "<div class=\"titre-slider\">\n<a href=\"https://www.colfontaine.be/actualites/actualites\">\n<h2>Actualités</h2>\n</a>\n</div>",
            "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": "985a48d7fd0c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-77a56d30"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slick-slide10 > .linkimg",
            "html": "<a class=\"linkimg\" href=\"https://www.colfontaine.be/actualites/info-circulation-2013-avenue-fenelon\" tabindex=\"0\">",
            "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": "672e27da797c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-822447a2"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slick-slide10 > .flex-caption > .flex-caption-inner > h2",
            "html": "<h2>\n<a href=\"https://www.colfontaine.be/actualites/info-circulation-2013-avenue-fenelon\" tabindex=\"0\">Info circulation – Avenue Fénélon</a>\n</h2>",
            "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": "81c3f3553c73",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-17049a78"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slick-slide11 > .linkimg",
            "html": "<a class=\"linkimg\" href=\"https://www.colfontaine.be/actualites/permanences-du-samedi\" tabindex=\"0\">",
            "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": "40145d7cd168",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c14d8e60"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slick-slide11 > .flex-caption > .flex-caption-inner > h2",
            "html": "<h2>\n<a href=\"https://www.colfontaine.be/actualites/permanences-du-samedi\" tabindex=\"0\">Permanences du samedi</a>\n</h2>",
            "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": "3605d76a96c0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-367d0b3f"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slick-slide12 > .linkimg",
            "html": "<a class=\"linkimg\" href=\"https://www.colfontaine.be/actualites/fete-de-la-liberation\" tabindex=\"0\">",
            "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": "07c20e66cc38",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-240d8601"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slick-slide12 > .flex-caption > .flex-caption-inner > h2",
            "html": "<h2>\n<a href=\"https://www.colfontaine.be/actualites/fete-de-la-liberation\" tabindex=\"0\">Fête de la Libération</a>\n</h2>",
            "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": "cbd63273429c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-56e79046"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slick-slide13 > .linkimg",
            "html": "<a class=\"linkimg\" href=\"https://www.colfontaine.be/actualites/besoin-daide-pour-remplir-votre-declaration-dimpot\" tabindex=\"0\">",
            "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": "99756a984a6e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-87bca828"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slick-slide13 > .flex-caption > .flex-caption-inner > h2",
            "html": "<h2>\n<a href=\"https://www.colfontaine.be/actualites/besoin-daide-pour-remplir-votre-declaration-dimpot\" tabindex=\"0\">Besoin d'aide pour remplir votre déclaration d'impôt?</a>\n</h2>",
            "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": "485e6950d856",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f822c079"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-actualites > .slick-dots[role=\"tablist\"]",
            "html": "<ul class=\"slick-dots\" style=\"display: block;\" role=\"tablist\">",
            "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": "45b9184ee0e1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c771d388"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-3 > .slick-container.parsable-content > div:nth-child(3)",
            "html": "<div>\n<a class=\"voir-tout\" href=\"https://www.colfontaine.be/actualites/actualites\">\n          Voir l'ensemble des actualités\n      </a>\n</div>",
            "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": "42dc19d8e1a7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4acdb22e"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-3 > .slick-container.parsable-content > .pagination.listingBar",
            "html": "<div class=\"pagination listingBar\">\n<a class=\"next\" href=\"https://www.colfontaine.be/?b_start:int=20\">\n      8 éléments suivants\n      »\n    </a>\n<span class=\"current\">1</span>\n<a href=\"https://www.colfontaine.be/?b_start:int=20\">2</a>\n</div>",
            "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": "c634c09ded53",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3559cd07"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-4 > .slick-container.parsable-content > .titre-slider",
            "html": "<div class=\"titre-slider\">\n<a href=\"https://www.colfontaine.be/evenements/evenements\">\n<h2>Agenda</h2>\n</a>\n</div>",
            "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": "23d95d3470f5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7a6b5659"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slick-slide20 > .linkimg",
            "html": "<a class=\"linkimg\" href=\"https://www.colfontaine.be/evenements/operation-encombrants\" tabindex=\"0\">",
            "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": "88bd23ff8f7f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8b26ad2b"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slick-slide20 > .flex-caption > .flex-category-date",
            "html": "<div class=\"flex-category-date\">\n<a href=\"https://www.colfontaine.be/evenements/operation-encombrants\" tabindex=\"0\">\n<span class=\"documentByLine\">\n<span>du</span>\n<span>04/05/2026</span>\n<span>au</span>\n<span>13/05/2026</span>\n</span>\n</a>\n</div>",
            "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": "81b752a1d636",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-11e449e0"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slick-slide20 > .flex-caption > .flex-caption-inner > h2",
            "html": "<h2>\n<a href=\"https://www.colfontaine.be/evenements/operation-encombrants\" tabindex=\"0\">Opération encombrants</a>\n</h2>",
            "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": "812de013fcf9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-59a71654"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slick-slide21 > .linkimg",
            "html": "<a class=\"linkimg\" href=\"https://www.colfontaine.be/evenements/ceremonie-commemorative-du-8-mai\" tabindex=\"0\">",
            "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": "236afa7df9f1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-40eb737a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slick-slide21 > .flex-caption > .flex-category-date",
            "html": "<div class=\"flex-category-date\">\n<a href=\"https://www.colfontaine.be/evenements/ceremonie-commemorative-du-8-mai\" tabindex=\"0\">\n<span class=\"documentByLine\">\n<span>le</span>\n<span>08/05/2026</span>\n<span>de</span>\n<span>10:00</span>\n<span>à</span>\n<span>11:00</span>\n</span>\n</a>\n</div>",
            "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": "5c85f5866c10",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-43bf4b0f"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slick-slide21 > .flex-caption > .flex-caption-inner > h2",
            "html": "<h2>\n<a href=\"https://www.colfontaine.be/evenements/ceremonie-commemorative-du-8-mai\" tabindex=\"0\">Cérémonie commémorative du 8 mai</a>\n</h2>",
            "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": "c2601afa3e94",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bac38cc9"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slick-slide22 > .linkimg",
            "html": "<a class=\"linkimg\" href=\"https://www.colfontaine.be/evenements/fete-des-voisins-a-colfontaine\" tabindex=\"0\">",
            "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": "68d388f6bca7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-db42bdda"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slick-slide22 > .flex-caption > .flex-category-date",
            "html": "<div class=\"flex-category-date\">\n<a href=\"https://www.colfontaine.be/evenements/fete-des-voisins-a-colfontaine\" tabindex=\"0\">\n<span class=\"documentByLine\">\n<span>le</span>\n<span>15/05/2026</span>\n<span>à</span>\n<span>18:00</span>\n</span>\n</a>\n</div>",
            "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": "3a7207076027",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-95e0b656"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slick-slide22 > .flex-caption > .flex-caption-inner > h2",
            "html": "<h2>\n<a href=\"https://www.colfontaine.be/evenements/fete-des-voisins-a-colfontaine\" tabindex=\"0\">Fête des voisins à Colfontaine</a>\n</h2>",
            "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": "a2c0edd40b1f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4fd0efe2"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-evenements > .slick-dots[role=\"tablist\"]",
            "html": "<ul class=\"slick-dots\" role=\"tablist\"><li class=\"slick-active\" role=\"presentation\"><button type=\"button\" role=\"tab\" id=\"slick-slide-control20\" aria-controls=\"slick-slide20\" aria-label=\"1 of 1\" tabindex=\"0\" aria-selected=\"true\">1</button></li></ul>",
            "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": "770ce10d2d88",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-119ca8ee"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-4 > .slick-container.parsable-content > div:nth-child(3)",
            "html": "<div>\n<a class=\"voir-tout\" href=\"https://www.colfontaine.be/evenements/evenements\">\n          Voir l'ensemble des agenda\n      </a>\n</div>",
            "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": "bed82cc60851",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0886add3"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-4 > .slick-container.parsable-content > .pagination.listingBar",
            "html": "<div class=\"pagination listingBar\">\n<a class=\"next\" href=\"https://www.colfontaine.be/?b_start:int=20\">\n      8 éléments suivants\n      »\n    </a>\n<span class=\"current\">1</span>\n<a href=\"https://www.colfontaine.be/?b_start:int=20\">2</a>\n</div>",
            "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": "a64285acfe3d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7d9091b6"
          }
        ],
        "outcomeCount": 933,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 44
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2960,
          "failed": 167,
          "cantTell": 39,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_content_in_landmark",
          "aria_contentinfo_misuse",
          "aria_id_unique",
          "aria_keyboard_handler_exists",
          "aria_widget_labelled",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "heading_content_exists",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3dc6cf9ca00b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9ad5fff9"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style>",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "164f53c404f2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b81717"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "77f39a745e3b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "980af66c8dd5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-62a9622d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "45a329545b39",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ced9415b"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3676e8f91074",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1b601da8"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a style=\"cursor: pointer;\" class=\"link-overlay\" rel=\"#pb_3\" href=\"https://www.colfontaine.be/@@consent\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "81561d2a3078",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d3f5adaa"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "14b4466809e6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ddecc5e3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c13f6b1c589c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fdf321ae"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b4e814246c94",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c8dbfadd"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul id=\"portal-siteactions\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e80af51eb31",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8b43a333"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a id=\"search-btn\" href=\"#\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "82b3412ee2a7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4dede3db"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\"quick-access-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa4832db7cdb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-eda0d5c0"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.colfontaine.be/annuaire/horaire\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d4a859633948",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e61aa0e9"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.colfontaine.be/je-trouve/demarches-administratives\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "782f6d8eebf4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7fc24a4c"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.colfontaine.be/annuaire\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "866fd2b37a9c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a724c05"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.colfontaine.be/ma-commune/infos-utiles-1/infos-utiles\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f1046621de3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-64c35db0"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.colfontaine.be/annuaire/offres-demploi\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dd892300958b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-18e82a8f"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "23a43782ccdb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f9d40766"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button style=\"display: block;\" type=\"button\" aria-label=\"Previous\" class=\"slick-prev slick-arrow\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "973e56d75b35",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8acdcdb5"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "39f6ed4dad5d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d8cc0148"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.colfontaine.be/actualites/presentation-du-nouvel-hotel-de-ville\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b643a1ef65b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fb4f259e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.colfontaine.be/actualites/presentation-du-nouvel-hotel-de-ville\">",
            "message": "Text contrast of 4.18 with its background is less than the WCAG AA minimum requirements for text of size 22.4px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "440d86f22929",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-60b6c252"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.colfontaine.be/actualites/presentation-du-nouvel-hotel-de-ville\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.colfontaine.be/actualites/presentation-du-nouvel-hotel-de-ville\">",
            "message": "Text contrast of 4.18 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<div aria-describedby=\"slick-slide-control00\" id=\"slick-slide00\" role=\"tabpanel\" tabindex=\"0\" aria-hidden=\"false\" data-slick-index=\"0\" style=\"width: 711px;\" class=\"slick-slide slick-current slick-active\">",
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "021456a17d58",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-33eb0ec8"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://www.colfontaine.be/actualites/festivites-de-la-pentecote-2026\" class=\"linkimg\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d08ad71a912",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-aa0f7f19"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://www.colfontaine.be/actualites/festivites-de-la-pentecote-2026\">",
            "message": "Text contrast of 4.18 with its background is less than the WCAG AA minimum requirements for text of size 22.4px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41297dff287f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b8914d63"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://www.colfontaine.be/actualites/festivites-de-la-pentecote-2026\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c1c5e42ac99",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f4dfa9f4"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://www.colfontaine.be/actualites/festivites-de-la-pentecote-2026\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e685a49280a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cd9848d0"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<div aria-describedby=\"slick-slide-control01\" id=\"slick-slide01\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"1\" style=\"width: 711px;\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aaf8b29c5f94",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7fb01450"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.colfontaine.be/actualites/distribution-de-sacs-poubelle-2013-rattrapag\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4800851cf5a0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8151e50f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.colfontaine.be/actualites/distribution-de-sacs-poubelle-2013-rattrapag\">",
            "message": "Text contrast of 4.18 with its background is less than the WCAG AA minimum requirements for text of size 22.4px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c7d7bd6e8000",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2fd4a2a7"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<div aria-describedby=\"slick-slide-control02\" id=\"slick-slide02\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"2\" style=\"width: 711px;\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b04d8b4b18a2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f6ce9207"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.colfontaine.be/actualites/colfontaine-terre-dhistoire-cite-daccueil\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a7b9f88eb74",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e4f1e029"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.colfontaine.be/actualites/colfontaine-terre-dhistoire-cite-daccueil\">",
            "message": "Text contrast of 4.18 with its background is less than the WCAG AA minimum requirements for text of size 22.4px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "76ccb410f2ea",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b125b1a7"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<div aria-describedby=\"slick-slide-control03\" id=\"slick-slide03\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"3\" style=\"width: 711px;\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee6dff641d4d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-34f0331c"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.colfontaine.be/actualites/la-nouvelle-mandature-2024-2030-est-en-marche\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "034b03c23de3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a9cebf8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.colfontaine.be/actualites/la-nouvelle-mandature-2024-2030-est-en-marche\">",
            "message": "Text contrast of 4.18 with its background is less than the WCAG AA minimum requirements for text of size 22.4px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f8c954943055",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-876e50e9"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<div aria-describedby=\"slick-slide-control04\" id=\"slick-slide04\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"4\" style=\"width: 711px;\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9bc37068c6f6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ce8ff43f"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.colfontaine.be/actualites/presentation-du-nouvel-hotel-de-ville\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.colfontaine.be/actualites/presentation-du-nouvel-hotel-de-ville\">",
            "message": "Text contrast of 4.18 with its background is less than the WCAG AA minimum requirements for text of size 22.4px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.colfontaine.be/actualites/presentation-du-nouvel-hotel-de-ville\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.colfontaine.be/actualites/presentation-du-nouvel-hotel-de-ville\">",
            "message": "Text contrast of 4.18 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.colfontaine.be/actualites/festivites-de-la-pentecote-2026\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5981a9727924",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5af3cdf8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.colfontaine.be/actualites/festivites-de-la-pentecote-2026\">",
            "message": "Text contrast of 4.18 with its background is less than the WCAG AA minimum requirements for text of size 22.4px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b5b45b0b5121",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-284e30b2"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.colfontaine.be/actualites/distribution-de-sacs-poubelle-2013-rattrapag\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.colfontaine.be/actualites/distribution-de-sacs-poubelle-2013-rattrapag\">",
            "message": "Text contrast of 4.18 with its background is less than the WCAG AA minimum requirements for text of size 22.4px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.colfontaine.be/actualites/colfontaine-terre-dhistoire-cite-daccueil\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.colfontaine.be/actualites/colfontaine-terre-dhistoire-cite-daccueil\">",
            "message": "Text contrast of 4.18 with its background is less than the WCAG AA minimum requirements for text of size 22.4px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.colfontaine.be/actualites/la-nouvelle-mandature-2024-2030-est-en-marche\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.colfontaine.be/actualites/la-nouvelle-mandature-2024-2030-est-en-marche\">",
            "message": "Text contrast of 4.18 with its background is less than the WCAG AA minimum requirements for text of size 22.4px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.colfontaine.be/actualites/presentation-du-nouvel-hotel-de-ville\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.colfontaine.be/actualites/presentation-du-nouvel-hotel-de-ville\">",
            "message": "Text contrast of 4.18 with its background is less than the WCAG AA minimum requirements for text of size 22.4px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.colfontaine.be/actualites/presentation-du-nouvel-hotel-de-ville\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.colfontaine.be/actualites/presentation-du-nouvel-hotel-de-ville\">",
            "message": "Text contrast of 4.18 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button style=\"display: block;\" type=\"button\" aria-label=\"Next\" class=\"slick-next slick-arrow\">",
            "message": "The foreground text and its background color are both detected as #408261. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "877589d7304f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dfeea4c5"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<ul role=\"tablist\" style=\"display: block;\" class=\"slick-dots\">",
            "message": "Verify the <ul> element with \"tablist\" role has keyboard access",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c144bb5531b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-de6c1d9b"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button aria-selected=\"true\" tabindex=\"0\" aria-label=\"1 of 5\" aria-controls=\"slick-slide00\" id=\"slick-slide-control00\" role=\"tab\" type=\"button\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "62a2383de7a1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d0a9a309"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button aria-selected=\"true\" tabindex=\"0\" aria-label=\"1 of 5\" aria-controls=\"slick-slide00\" id=\"slick-slide-control00\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f530a9f2fc58",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e6f5d316"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"2 of 5\" aria-controls=\"slick-slide01\" id=\"slick-slide-control01\" role=\"tab\" type=\"button\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b32b9fff4e9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6318a3b4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"2 of 5\" aria-controls=\"slick-slide01\" id=\"slick-slide-control01\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b459e7a648f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-16d79c6e"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"3 of 5\" aria-controls=\"slick-slide02\" id=\"slick-slide-control02\" role=\"tab\" type=\"button\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ef14cb030bc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8b2c1f36"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"3 of 5\" aria-controls=\"slick-slide02\" id=\"slick-slide-control02\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a4cda23f0a0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7066a780"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"4 of 5\" aria-controls=\"slick-slide03\" id=\"slick-slide-control03\" role=\"tab\" type=\"button\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d5249bb8599",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d6d214c1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"4 of 5\" aria-controls=\"slick-slide03\" id=\"slick-slide-control03\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d416e6f05280",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9bba277e"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"5 of 5\" aria-controls=\"slick-slide04\" id=\"slick-slide-control04\" role=\"tab\" type=\"button\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dbe748dd3e82",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d9f6229c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"5 of 5\" aria-controls=\"slick-slide04\" id=\"slick-slide-control04\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dbde089e0817",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e570609e"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.colfontaine.be/?b_start:int=20\" class=\"next\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dae2d2e55a93",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3adf638a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.colfontaine.be/?b_start:int=20\" class=\"next\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "32ea80544fe0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f3d46f8b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.colfontaine.be/?b_start:int=20\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a0051f6d2780",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-87cb1937"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.colfontaine.be/actualites/actualites\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "019e95b9c2c7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-723607dd"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button style=\"display: block;\" type=\"button\" aria-label=\"Previous\" class=\"slick-prev slick-arrow\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button style=\"display: block;\" type=\"button\" aria-label=\"Previous\" class=\"slick-prev slick-arrow\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "651587f765ae",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c1727fa0"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.colfontaine.be/actualites/les-repas-chauds-menaces-dans-nos-ecoles\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "58e294f035e7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-97dcb704"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.colfontaine.be/actualites/stage-de-football-2013-printemps-2026\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "acb274daf96c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9272605d"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<div aria-describedby=\"slick-slide-control10\" id=\"slick-slide10\" role=\"tabpanel\" tabindex=\"0\" aria-hidden=\"false\" data-slick-index=\"0\" style=\"width: 342px;\" class=\"slick-slide slick-current slick-active\">",
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0fb613c9a9b6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-08cd9b78"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://www.colfontaine.be/actualites/info-circulation-2013-avenue-fenelon\" class=\"linkimg\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "86b069a6b657",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-90aa908e"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<div id=\"slick-slide11\" role=\"tabpanel\" tabindex=\"0\" aria-hidden=\"false\" data-slick-index=\"1\" style=\"width: 342px;\" class=\"slick-slide slick-active\">",
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "325c95892647",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8f9ccb6d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://www.colfontaine.be/actualites/permanences-du-samedi\" class=\"linkimg\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "509d385dd599",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8e7e96ae"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<div aria-describedby=\"slick-slide-control11\" id=\"slick-slide12\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"2\" style=\"width: 342px;\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d34daadf7578",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-015e6924"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.colfontaine.be/actualites/fete-de-la-liberation\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce517976dc86",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f1445ddb"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<div id=\"slick-slide13\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"3\" style=\"width: 342px;\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "322372e4262c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4dff2161"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.colfontaine.be/actualites/besoin-daide-pour-remplir-votre-declaration-dimpot\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc6bbe8cea4d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-793565dc"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<div aria-describedby=\"slick-slide-control12\" id=\"slick-slide14\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"4\" style=\"width: 342px;\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "24aa709a3bfe",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5c91bedb"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.colfontaine.be/actualites/frelon-asiatique-suivi-du-piegeage-des-reines\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e8a80b9007c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-69c71181"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<div id=\"slick-slide15\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"5\" style=\"width: 342px;\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "44798008c56c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1a38caed"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.colfontaine.be/actualites/fete-du-travail\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "39aac50bbf2a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-68911b1c"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<div aria-describedby=\"slick-slide-control13\" id=\"slick-slide16\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"6\" style=\"width: 342px;\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "435b71c5815d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-50bcc4aa"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.colfontaine.be/actualites/les-repas-chauds-menaces-dans-nos-ecoles\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<div id=\"slick-slide17\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"7\" style=\"width: 342px;\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc4f430378da",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1fd8da11"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.colfontaine.be/actualites/stage-de-football-2013-printemps-2026\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.colfontaine.be/actualites/info-circulation-2013-avenue-fenelon\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9baea0f6349d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0bf66ade"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.colfontaine.be/actualites/permanences-du-samedi\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3d88980d9c97",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-384db536"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.colfontaine.be/actualites/fete-de-la-liberation\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.colfontaine.be/actualites/besoin-daide-pour-remplir-votre-declaration-dimpot\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.colfontaine.be/actualites/frelon-asiatique-suivi-du-piegeage-des-reines\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.colfontaine.be/actualites/fete-du-travail\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.colfontaine.be/actualites/les-repas-chauds-menaces-dans-nos-ecoles\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.colfontaine.be/actualites/stage-de-football-2013-printemps-2026\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button style=\"display: block;\" type=\"button\" aria-label=\"Next\" class=\"slick-next slick-arrow\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<ul role=\"tablist\" style=\"display: block;\" class=\"slick-dots\">",
            "message": "Verify the <ul> element with \"tablist\" role has keyboard access",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button aria-selected=\"true\" tabindex=\"0\" aria-label=\"1 of 4\" aria-controls=\"slick-slide10\" id=\"slick-slide-control10\" role=\"tab\" type=\"button\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "afdab55c90a9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c59a1abb"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button aria-selected=\"true\" tabindex=\"0\" aria-label=\"1 of 4\" aria-controls=\"slick-slide10\" id=\"slick-slide-control10\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a09c4e8f9029",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-089ef70f"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"2 of 4\" aria-controls=\"slick-slide12\" id=\"slick-slide-control11\" role=\"tab\" type=\"button\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "428fd112f926",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-97f41720"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"2 of 4\" aria-controls=\"slick-slide12\" id=\"slick-slide-control11\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb56eebb217a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1b87136f"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"3 of 4\" aria-controls=\"slick-slide14\" id=\"slick-slide-control12\" role=\"tab\" type=\"button\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ac72b436d41",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0c46cb56"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"3 of 4\" aria-controls=\"slick-slide14\" id=\"slick-slide-control12\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dbbdf41f5f7f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7131b5ef"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"4 of 4\" aria-controls=\"slick-slide16\" id=\"slick-slide-control13\" role=\"tab\" type=\"button\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9395c04241ca",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ba2f446f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"4 of 4\" aria-controls=\"slick-slide16\" id=\"slick-slide-control13\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dcd2381f47ff",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-777b46f0"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.colfontaine.be/actualites/actualites\" class=\"voir-tout\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "88fd32c13598",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9b864966"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.colfontaine.be/actualites/actualites\" class=\"voir-tout\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "69823d46d20f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-94cedd78"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.colfontaine.be/?b_start:int=20\" class=\"next\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.colfontaine.be/?b_start:int=20\" class=\"next\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.colfontaine.be/?b_start:int=20\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.colfontaine.be/evenements/evenements\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e734f01ef523",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-13666649"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<div aria-describedby=\"slick-slide-control20\" id=\"slick-slide20\" role=\"tabpanel\" tabindex=\"0\" aria-hidden=\"false\" data-slick-index=\"0\" style=\"width: 223px;\" class=\"slick-slide slick-current slick-active\">",
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9bd35ce3bf9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a63331d8"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://www.colfontaine.be/evenements/operation-encombrants\" class=\"linkimg\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce95a8b0af8f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c8080171"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://www.colfontaine.be/evenements/operation-encombrants\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ebd8ddd06f4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8aa48686"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<div aria-describedby=\"slick-slide-control21\" id=\"slick-slide21\" role=\"tabpanel\" tabindex=\"0\" aria-hidden=\"false\" data-slick-index=\"1\" style=\"width: 223px;\" class=\"slick-slide slick-active\">",
            "message": "The 'id' \"slick-slide-control21\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "93ebe9b8e3fe",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-46f21505"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<div aria-describedby=\"slick-slide-control21\" id=\"slick-slide21\" role=\"tabpanel\" tabindex=\"0\" aria-hidden=\"false\" data-slick-index=\"1\" style=\"width: 223px;\" class=\"slick-slide slick-active\">",
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "313719ec3d87",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7a313ba3"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://www.colfontaine.be/evenements/ceremonie-commemorative-du-8-mai\" class=\"linkimg\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ef5b8f50549",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-570fdbb6"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://www.colfontaine.be/evenements/ceremonie-commemorative-du-8-mai\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "185e749166df",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-53c91267"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<div aria-describedby=\"slick-slide-control22\" id=\"slick-slide22\" role=\"tabpanel\" tabindex=\"0\" aria-hidden=\"false\" data-slick-index=\"2\" style=\"width: 223px;\" class=\"slick-slide slick-active\">",
            "message": "The 'id' \"slick-slide-control22\" specified for the ARIA property 'aria-describedby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b1680882d49",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8e0c32f8"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<div aria-describedby=\"slick-slide-control22\" id=\"slick-slide22\" role=\"tabpanel\" tabindex=\"0\" aria-hidden=\"false\" data-slick-index=\"2\" style=\"width: 223px;\" class=\"slick-slide slick-active\">",
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d221688e071",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6d36dd9c"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://www.colfontaine.be/evenements/fete-des-voisins-a-colfontaine\" class=\"linkimg\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "464389acd0ba",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-37ea8573"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://www.colfontaine.be/evenements/fete-des-voisins-a-colfontaine\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "749da34fbc29",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-78b7863a"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul role=\"tablist\" class=\"slick-dots\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "099a156bac0f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6ac041bb"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<ul role=\"tablist\" class=\"slick-dots\">",
            "message": "Verify the <ul> element with \"tablist\" role has keyboard access",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6208a36d1db0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d21cbb6f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button aria-selected=\"true\" tabindex=\"0\" aria-label=\"1 of 1\" aria-controls=\"slick-slide20\" id=\"slick-slide-control20\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e1b37197620c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f0c2a113"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.colfontaine.be/evenements/evenements\" class=\"voir-tout\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11930600d2c4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-84348526"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.colfontaine.be/evenements/evenements\" class=\"voir-tout\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ccf85f3fc0b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f0264e99"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.colfontaine.be/?b_start:int=20\" class=\"next\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.colfontaine.be/?b_start:int=20\" class=\"next\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.colfontaine.be/?b_start:int=20\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_contentinfo_misuse",
            "xpath": null,
            "html": "<footer id=\"portal-footer-wrapper\">",
            "message": "Element with \"contentinfo\" role is present without an element with \"main\" role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b65c666daa8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6a24b034"
          }
        ],
        "outcomeCount": 3131,
        "uniqueFailedCount": 103,
        "duplicateFailedCount": 64,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 64
    },
    {
      "submittedUrl": "https://www.villedecomines-warneton.be/fr",
      "finalUrl": "https://www.villedecomines-warneton.be/fr",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Accueil — Français",
      "elapsedMs": 13172,
      "error": null,
      "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": 2481,
          "failed": 8,
          "cantTell": 41,
          "inapplicable": 41
        },
        "failedRules": [
          "aria-allowed-role",
          "aria-required-children",
          "region"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-command-name",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "frame-tested",
          "frame-title",
          "frame-title-unique",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "input-button-name",
          "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",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Ma commune\"]",
            "html": "<label aria-label=\"Ma commune\" for=\"navitem-ma-commune\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0bfc947024ea",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fb93ab52"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Vivre à C-W\"]",
            "html": "<label aria-label=\"Vivre à C-W\" for=\"navitem-vivre-a-comines-warneton\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b775654b6d2b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cbba8ec4"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Loisirs\"]",
            "html": "<label aria-label=\"Loisirs\" for=\"navitem-loisirs\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f56403f4425",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3099441e"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Economie\"]",
            "html": "<label aria-label=\"Economie\" for=\"navitem-economie\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8ec5f055358",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c18e10d2"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Je suis\"]",
            "html": "<label aria-label=\"Je suis\" for=\"navitem-je-suis\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a639e1d776b8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-70eaf942"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Je trouve\"]",
            "html": "<label aria-label=\"Je trouve\" for=\"navitem-je-trouve\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1769cf930f7b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-95636ade"
          },
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#portal-globalnav",
            "html": "<ul class=\"navbar-nav\" id=\"portal-globalnav\" role=\"menubar\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: [role=button]",
            "relatedPaths": [
              "label[aria-label=\"Ma commune\"]",
              "label[aria-label=\"Vivre à C-W\"]",
              "label[aria-label=\"Loisirs\"]",
              "label[aria-label=\"Economie\"]",
              "label[aria-label=\"Je suis\"]",
              "label[aria-label=\"Je trouve\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e10f450bbec",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8565635e"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#portal-colophon",
            "html": "<div id=\"portal-colophon\">",
            "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": "300e5543bf95",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-edf401d2"
          }
        ],
        "outcomeCount": 2571,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 8
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 5759,
          "failed": 105,
          "cantTell": 88,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_complementary_labelled",
          "aria_content_in_landmark",
          "aria_id_unique",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "frame_src_valid",
          "html_lang_exists",
          "html_skipnav_exists",
          "input_label_visible",
          "label_name_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "svg_graphics_labelled",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style>",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ae586bff6e9f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b81717"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "30d2bd9c483f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9ad5fff9"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"https://www.villedecomines-warneton.be/++webresource++d5804eac-48ee-5c69-8389-75ac65829cb3/++plone++facetednavigation/faceted-jquery.min.css\" data-bundle=\"faceted.jquery\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "237b5b0ea270",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b81ef1de"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"https://www.villedecomines-warneton.be/++webresource++f84e4fd5-1d1b-594b-b780-5ca3ad6c64aa//++theme++comineswarneton/dist/css/theme.css\" data-bundle=\"diazo\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "73b03b6ba394",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0b4da4f6"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.villedecomines-warneton.be/fr#content\" class=\"show-on-focus\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c9fd7db9e5ad",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-19a77962"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"1033.000000pt\" viewBox=\"0 0 1033.000000 766.000000\" version=\"1.0\" preserveAspectRatio=\"xMidYMid meet\" height=\"766.000000pt\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "08fc33f94670",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bfa14d77"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"1033.000000pt\" viewBox=\"0 0 1033.000000 766.000000\" version=\"1.0\" preserveAspectRatio=\"xMidYMid meet\" height=\"766.000000pt\">",
            "message": "The HTML attribute(s) \"version\" is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "95ca9a70e561",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ef86e45a"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#portal-globalnav-collapse\" class=\"navbar-toggler\" aria-label=\"Activer/désactiver la navigation\" aria-expanded=\"false\" aria-controls=\"navbarNav\">",
            "message": "The 'id' \"navbarNav\" specified for the ARIA property 'aria-controls' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c4e21ef38bb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7be75485"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#portal-globalnav-collapse\" class=\"navbar-toggler\" aria-label=\"Activer/désactiver la navigation\" aria-expanded=\"false\" aria-controls=\"navbarNav\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "43412a28af8e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-55b9b791"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"#offcanvasSearch\" data-bs-toggle=\"offcanvas\" data-bs-target=\"#offcanvasSearch\" aria-controls=\"offcanvasSearch\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fd02664063fb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a652846"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div style=\"\" id=\"1766153268879\" class=\"portalMessage info\">",
            "message": "Confirm this text 'Information' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e78ac36e8e2b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a7771c33"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div style=\"\" id=\"1777987346462\" class=\"portalMessage info\">",
            "message": "Confirm this text 'Information' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "62b90214bd27",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fd06adae"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\" aria-label=\"Acceptez tous les cookies\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8191551cfe5a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f4c83f57"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\" aria-label=\"Acceptez tous les cookies\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a8434f63b65",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-11d7452b"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\" aria-label=\"Acceptez tous les cookies\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "299b59c1b637",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4f9b556e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.villedecomines-warneton.be/fr/@@consent\" data-pat-plone-modal=\"{\"prependContent\": \"\"}\" class=\"pat-plone-modal\" aria-label=\"En savoir plus et paramétrer les cookies\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2582c12a3edf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-519ae7a6"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a href=\"https://www.villedecomines-warneton.be/fr/@@consent\" data-pat-plone-modal=\"{\"prependContent\": \"\"}\" class=\"pat-plone-modal\" aria-label=\"En savoir plus et paramétrer les cookies\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "36672c6055a2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-39c83ab5"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\" aria-label=\"Refuser tous les cookies\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "344323dabeb8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9e6f9182"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\" aria-label=\"Refuser tous les cookies\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "efc1215c9af1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-37e5941e"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\" aria-label=\"Refuser tous les cookies\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c5a148d7b187",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4abe1a5a"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside id=\"global_statusmessage\" class=\"col-12\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "827caa8fec06",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d6a7e678"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a3940b6aed53",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-995c19a7"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Horaires de l'Administration' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "09d2f59eb922",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-abe54ce3"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "28750ced681d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a4dedb7"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Prendre rendez-vous' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 18.46 24\" height=\"24\" data-name=\"Calque 1\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18a5e9606ae0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-83cbdf7f"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Les services Communaux' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48.01 35.28\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cca77a66e1eb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9f29be8f"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'E-guichet' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 23.5 19.23\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c2fae1b225d1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-63478c7c"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Démarches & infos pratiques' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Nous contacter' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 28 34.12\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "45194db01eb6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e3dfa86a"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Travaux & Mobilité' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Avis & enquêtes' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 15.64 15.64\" data-name=\"Calque 10\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f3db6cfb77a1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8f05cced"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Ajouter un évènement à l'agenda' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.villedecomines-warneton.be/fr/actualites\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1de163b69df1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6b28db1e"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"lead rich_description\">",
            "message": "Confirm this text 'Comines-Warneton' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1bb95f85af57",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c4849be0"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text 'Ville sans frontières' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be418c9d0d72",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-94d3c6bd"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<iframe width=\"0\" title=\"Venir à Comines-Warneton ... (Vidéo Youtube)\" src=\"\" referrerpolicy=\"strict-origin-when-cross-origin\" height=\"0\" gdpr-width=\"800\" gdpr-src=\"https://www.youtube.com/embed/zotVgRV-m6U?feature=oembed\" gdpr-height=\"450\" frameborder=\"0\" class=\"gdpr-iframe\" allowfullscreen=\"\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\">",
            "message": "The HTML attribute(s) \"frameborder\" is deprecated for the <iframe> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "682f963472a6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ab548bc2"
          },
          {
            "rule": "frame_src_valid",
            "xpath": null,
            "html": "<iframe width=\"0\" title=\"Venir à Comines-Warneton ... (Vidéo Youtube)\" src=\"\" referrerpolicy=\"strict-origin-when-cross-origin\" height=\"0\" gdpr-width=\"800\" gdpr-src=\"https://www.youtube.com/embed/zotVgRV-m6U?feature=oembed\" gdpr-height=\"450\" frameborder=\"0\" class=\"gdpr-iframe\" allowfullscreen=\"\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\">",
            "message": "Verify <frame> content is accessible",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c44f71a1ccc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5d798934"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<iframe width=\"0\" title=\"Venir à Comines-Warneton ... (Vidéo Youtube)\" src=\"\" referrerpolicy=\"strict-origin-when-cross-origin\" height=\"0\" gdpr-width=\"800\" gdpr-src=\"https://www.youtube.com/embed/zotVgRV-m6U?feature=oembed\" gdpr-height=\"450\" frameborder=\"0\" class=\"gdpr-iframe\" allowfullscreen=\"\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4f591b5669a1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-383ba56c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<iframe width=\"0\" title=\"Venir à Comines-Warneton ... (Vidéo Youtube)\" src=\"\" referrerpolicy=\"strict-origin-when-cross-origin\" height=\"0\" gdpr-width=\"800\" gdpr-src=\"https://www.youtube.com/embed/zotVgRV-m6U?feature=oembed\" gdpr-height=\"450\" frameborder=\"0\" class=\"gdpr-iframe\" allowfullscreen=\"\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a4d9a4bfc312",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8d332614"
          },
          {
            "rule": "html_lang_exists",
            "xpath": null,
            "html": "<html>",
            "message": "Page detected as HTML, but does not have a 'lang' attribute",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7217f0926370",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8ec4dca4"
          },
          {
            "rule": "html_skipnav_exists",
            "xpath": null,
            "html": "<html>",
            "message": "Verify there is a way to bypass blocks of content that are repeated on multiple Web pages",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df4f37f8bf61",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5de5dc40"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2 class=\"section-title\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 52px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea0e40ae6be3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f7bf1660"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"day_date\">",
            "message": "Confirm this text 'Le 17 05' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b27588e61b20",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-db8d48fb"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"day_date\">",
            "message": "Confirm this text 'Le 18 05' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"day_date\">",
            "message": "Confirm this text 'Le 01 06' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"day_date\">",
            "message": "Confirm this text 'Le 01 06' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"day_date\">",
            "message": "Confirm this text 'Le 05 06' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"day_date\">",
            "message": "Confirm this text 'Le 06 06' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"day_date\">",
            "message": "Confirm this text 'Le 07 06' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"start_date\">",
            "message": "Confirm this text 'Du 14 06' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8af74494eb60",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-119aff0c"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"end_date\">",
            "message": "Confirm this text 'au 15 06' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "69d8e529d159",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a9178c39"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"day_date\">",
            "message": "Confirm this text 'Le 15 06' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"day_date\">",
            "message": "Confirm this text 'Le 22 06' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"day_date\">",
            "message": "Confirm this text 'Le 25 06' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"day_date\">",
            "message": "Confirm this text 'Le 04 07' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"day_date\">",
            "message": "Confirm this text 'Le 05 07' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"start_date\">",
            "message": "Confirm this text 'Du 06 07' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"end_date\">",
            "message": "Confirm this text 'au 06 08' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"day_date\">",
            "message": "Confirm this text 'Le 25 07' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"day_date\">",
            "message": "Confirm this text 'Le 20 08' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"day_date\">",
            "message": "Confirm this text 'Le 27 08' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"day_date\">",
            "message": "Confirm this text 'Le 31 08' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.villedecomines-warneton.be/fr/agenda\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b05ed4c589eb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e60d4510"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<iframe width=\"0\" title=\"Conseil Communal  et de Police du lundi 20 avril 2026 (Vidéo Youtube)\" src=\"\" referrerpolicy=\"strict-origin-when-cross-origin\" height=\"0\" gdpr-width=\"800\" gdpr-src=\"https://www.youtube.com/embed/o7ZTdKkc-Qc?start=1&feature=oembed\" gdpr-height=\"450\" frameborder=\"0\" class=\"gdpr-iframe\" allowfullscreen=\"\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\">",
            "message": "The HTML attribute(s) \"frameborder\" is deprecated for the <iframe> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e90c3e768143",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-556c5c41"
          },
          {
            "rule": "frame_src_valid",
            "xpath": null,
            "html": "<iframe width=\"0\" title=\"Conseil Communal  et de Police du lundi 20 avril 2026 (Vidéo Youtube)\" src=\"\" referrerpolicy=\"strict-origin-when-cross-origin\" height=\"0\" gdpr-width=\"800\" gdpr-src=\"https://www.youtube.com/embed/o7ZTdKkc-Qc?start=1&feature=oembed\" gdpr-height=\"450\" frameborder=\"0\" class=\"gdpr-iframe\" allowfullscreen=\"\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\">",
            "message": "Verify <frame> content is accessible",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "54d2711a4f08",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c0894689"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<iframe width=\"0\" title=\"Conseil Communal  et de Police du lundi 20 avril 2026 (Vidéo Youtube)\" src=\"\" referrerpolicy=\"strict-origin-when-cross-origin\" height=\"0\" gdpr-width=\"800\" gdpr-src=\"https://www.youtube.com/embed/o7ZTdKkc-Qc?start=1&feature=oembed\" gdpr-height=\"450\" frameborder=\"0\" class=\"gdpr-iframe\" allowfullscreen=\"\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f59fcb0a999b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f22a8780"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<iframe width=\"0\" title=\"Conseil Communal  et de Police du lundi 20 avril 2026 (Vidéo Youtube)\" src=\"\" referrerpolicy=\"strict-origin-when-cross-origin\" height=\"0\" gdpr-width=\"800\" gdpr-src=\"https://www.youtube.com/embed/o7ZTdKkc-Qc?start=1&feature=oembed\" gdpr-height=\"450\" frameborder=\"0\" class=\"gdpr-iframe\" allowfullscreen=\"\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dd1dcea650d3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dfeb9e7c"
          },
          {
            "rule": "html_lang_exists",
            "xpath": null,
            "html": "<html>",
            "message": "Page detected as HTML, but does not have a 'lang' attribute",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "html_skipnav_exists",
            "xpath": null,
            "html": "<html>",
            "message": "Verify there is a way to bypass blocks of content that are repeated on multiple Web pages",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df39a1d1cf7c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ec9aff45"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Centre culturel MJC' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b7f466bd4c8a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2b24696c"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Bibliolys' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e0cbf95d9acd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cc948cfa"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Sports AGISC' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'MJ Carpe Diem' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a4d107e397c1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d84af3ba"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Ecole communale' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Plugstreet 14-18' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'La Rubanerie' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Tourisme' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.villedecomines-warneton.be/fr#content-header\" class=\"show-on-focus skip-before-footer\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a5ef5b94f0b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ded22d4b"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" fill=\"#000\" class=\"plone-icon plone-icon\" aria-labelledby=\"title\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b9774fd8b180",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b09c426f"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" fill=\"#000\" class=\"plone-icon plone-icon\" aria-labelledby=\"title\">",
            "message": "The 'id' \"title\" specified for the ARIA property 'aria-labelledby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "73917b4eefc9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-29aa847d"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2048\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "987d90f885b4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3b96e5ca"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.villedecomines-warneton.be/fr/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "883a891783f1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7e17da6c"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.villedecomines-warneton.be/fr/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2526c3128e5e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d1f4752f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.villedecomines-warneton.be/fr/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bcf58cbb4ca6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-094fd233"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.villedecomines-warneton.be/fr/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a06ec4546302",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-97fcf727"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.villedecomines-warneton.be/fr/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0787a4f8cdcb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-32362e14"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.villedecomines-warneton.be/fr/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "89c09512e666",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fadc4c94"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.villedecomines-warneton.be/fr/annuaire/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f9319b90f44",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-14d384a3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.villedecomines-warneton.be/fr/annuaire/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "32104df170ba",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-aacc46d3"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5756d1d8f6dc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6e7f9087"
          }
        ],
        "outcomeCount": 5898,
        "uniqueFailedCount": 64,
        "duplicateFailedCount": 41,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 41
    },
    {
      "submittedUrl": "https://www.courcelles.eu/",
      "finalUrl": "https://www.courcelles.eu/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html",
      "pageTitle": "Courcelles",
      "elapsedMs": 10365,
      "error": null,
      "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": 1381,
          "failed": 19,
          "cantTell": 32,
          "inapplicable": 46
        },
        "failedRules": [
          "aria-valid-attr",
          "list",
          "listitem",
          "meta-viewport"
        ],
        "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",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "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-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "aria-valid-attr",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".phone",
            "html": "<em aria-hiden=\"true\" class=\"lgc-icon phone\"></em>",
            "message": "ARIA attributes must conform to valid names",
            "fixSummary": "Fix any of the following:\n  Invalid ARIA attribute name: aria-hiden",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "85be1d715f31",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5c75a0cd"
          },
          {
            "rule": "aria-valid-attr",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".email",
            "html": "<em aria-hiden=\"true\" class=\"lgc-icon email\"></em>",
            "message": "ARIA attributes must conform to valid names",
            "fixSummary": "Fix any of the following:\n  Invalid ARIA attribute name: aria-hiden",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d18db30d8981",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-67314aba"
          },
          {
            "rule": "aria-valid-attr",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".facebook[aria-hiden=\"true\"]",
            "html": "<em aria-hiden=\"true\" class=\"lgc-icon facebook\"></em>",
            "message": "ARIA attributes must conform to valid names",
            "fixSummary": "Fix any of the following:\n  Invalid ARIA attribute name: aria-hiden",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "470ddab4b95e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f446ed7b"
          },
          {
            "rule": "aria-valid-attr",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".instagram[aria-hiden=\"true\"]",
            "html": "<em aria-hiden=\"true\" class=\"lgc-icon instagram\"></em>",
            "message": "ARIA attributes must conform to valid names",
            "fixSummary": "Fix any of the following:\n  Invalid ARIA attribute name: aria-hiden",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7f58e7eafd1c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-023673c7"
          },
          {
            "rule": "aria-valid-attr",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".rss_feed",
            "html": "<em aria-hiden=\"true\" class=\"lgc-icon rss_feed\"></em>",
            "message": "ARIA attributes must conform to valid names",
            "fixSummary": "Fix any of the following:\n  Invalid ARIA attribute name: aria-hiden",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e4a0747a585",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0c4f2ea6"
          },
          {
            "rule": "aria-valid-attr",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".security",
            "html": "<em aria-hiden=\"true\" class=\"lgc-icon security\"></em>",
            "message": "ARIA attributes must conform to valid names",
            "fixSummary": "Fix any of the following:\n  Invalid ARIA attribute name: aria-hiden",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "887213916a27",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1da08633"
          },
          {
            "rule": "aria-valid-attr",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".library_books[aria-hiden=\"true\"]",
            "html": "<em aria-hiden=\"true\" class=\"lgc-icon library_books\"></em>",
            "message": "ARIA attributes must conform to valid names",
            "fixSummary": "Fix any of the following:\n  Invalid ARIA attribute name: aria-hiden",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ebb8e5ca2bf0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dceb804d"
          },
          {
            "rule": "aria-valid-attr",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".privacy_tip",
            "html": "<em aria-hiden=\"true\" class=\"lgc-icon privacy_tip\"></em>",
            "message": "ARIA attributes must conform to valid names",
            "fixSummary": "Fix any of the following:\n  Invalid ARIA attribute name: aria-hiden",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6314bd7731e3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-40c8a713"
          },
          {
            "rule": "aria-valid-attr",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".schedule1",
            "html": "<em data-v-49aa6e66=\"\" aria-hiden=\"true\" class=\"lgc-icon schedule1\"></em>",
            "message": "ARIA attributes must conform to valid names",
            "fixSummary": "Fix any of the following:\n  Invalid ARIA attribute name: aria-hiden",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "45dee507715b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dd0803f4"
          },
          {
            "rule": "aria-valid-attr",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".keyboard_arrow_down",
            "html": "<em data-v-49aa6e66=\"\" aria-hiden=\"true\" class=\"lgc-icon keyboard_arrow_down\"></em>",
            "message": "ARIA attributes must conform to valid names",
            "fixSummary": "Fix any of the following:\n  Invalid ARIA attribute name: aria-hiden",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8bdde39a636d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e49e1a32"
          },
          {
            "rule": "list",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/list?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".lgc-tile[aos=\"fade-left\"]:nth-child(1) > .lgc-tile-container > .lgc-iframe > ul",
            "html": "<ul>",
            "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: div",
            "relatedPaths": [
              "ul > .lgc-list"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6047d206ba40",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f07049c0"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".courcelles-guichet:nth-child(1) > .lgc-li.lgc-li--action",
            "html": "<li class=\"lgc-li lgc-li--action\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item does not have a <ul>, <ol> parent element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "86c0f109e928",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c8429b50"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".courcelles-guichet:nth-child(2) > .lgc-li.lgc-li--action",
            "html": "<li class=\"lgc-li lgc-li--action\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item does not have a <ul>, <ol> parent element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ad0e38da289",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9aa8506e"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".courcelles-guichet:nth-child(3) > .lgc-li.lgc-li--action",
            "html": "<li class=\"lgc-li lgc-li--action\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item does not have a <ul>, <ol> parent element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "243147cc5dd6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1769ce99"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".courcelles-guichet:nth-child(4) > .lgc-li.lgc-li--action",
            "html": "<li class=\"lgc-li lgc-li--action\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item does not have a <ul>, <ol> parent element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ebdfe127261e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ba7e34b0"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".courcelles-guichet:nth-child(5) > .lgc-li.lgc-li--action",
            "html": "<li class=\"lgc-li lgc-li--action\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item does not have a <ul>, <ol> parent element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "20be94eb0a23",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6b6af154"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".courcelles-guichet:nth-child(6) > .lgc-li.lgc-li--action",
            "html": "<li class=\"lgc-li lgc-li--action\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item does not have a <ul>, <ol> parent element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c7bfb2522587",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-db428686"
          },
          {
            "rule": "meta-viewport",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport?application=playwright",
            "impact": "moderate",
            "wcagSc": [
              "wcag2aa",
              "wcag144"
            ],
            "xpath": "meta[name=\"viewport\"]:nth-child(3)",
            "html": "<meta name=\"viewport\" content=\"width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no\">",
            "message": "Zooming and scaling must not be disabled",
            "fixSummary": "Fix any of the following:\n  user-scalable=no on <meta> tag disables zooming on mobile devices",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "087fb963cb9e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-423367eb"
          },
          {
            "rule": "meta-viewport",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport?application=playwright",
            "impact": "moderate",
            "wcagSc": [
              "wcag2aa",
              "wcag144"
            ],
            "xpath": "meta[name=\"viewport\"][data-n-head=\"1\"]",
            "html": "<meta data-n-head=\"1\" name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\">",
            "message": "Zooming and scaling must not be disabled",
            "fixSummary": "Fix any of the following:\n  user-scalable=no on <meta> tag disables zooming on mobile devices",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ce6cb343f98",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f40869c7"
          }
        ],
        "outcomeCount": 1478,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 19
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1204,
          "failed": 5,
          "cantTell": 3,
          "inapplicable": 0
        },
        "failedRules": [
          "element_attribute_deprecated",
          "html_skipnav_exists",
          "skip_main_exists",
          "style_color_misuse",
          "style_highcontrast_visible"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "html_skipnav_exists",
            "xpath": null,
            "html": "<html lang=\"en\">",
            "message": "Verify there is a way to bypass blocks of content that are repeated on multiple Web pages",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "80396495ee3f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a9489061"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "46fec5a76382",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link href=\"https://api.mapbox.com/mapbox-gl-js/v1.8.1/mapbox-gl.css\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7cfd109318fb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fe045a44"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style data-vue-ssr-id=\"51e613ce:0 68ee8fd4:0 57c92c6f:0 296817e0:0\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b06f632f2a95",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e364d6c3"
          },
          {
            "rule": "skip_main_exists",
            "xpath": null,
            "html": "<body>",
            "message": "The page does not provide a way to quickly navigate to the main content (ARIA \"main\" landmark or a skip link)",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c38dbd808618",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d9f3d140"
          }
        ],
        "outcomeCount": 1210,
        "uniqueFailedCount": 5,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (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://www.communedour.be/",
      "finalUrl": "https://www.communedour.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Accueil — Commune de Dour",
      "elapsedMs": 11461,
      "error": null,
      "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": 1618,
          "failed": 8,
          "cantTell": 46,
          "inapplicable": 42
        },
        "failedRules": [
          "aria-allowed-role",
          "aria-required-children",
          "link-name",
          "region"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-command-name",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "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",
          "scrollable-region-focusable",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Ma commune\"]",
            "html": "<label aria-label=\"Ma commune\" for=\"navitem-ma-commune\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e3c3d617fd6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fb93ab52"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Vivre à Dour\"]",
            "html": "<label aria-label=\"Vivre à Dour\" for=\"navitem-vivreadour\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "813613516436",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9afcace6"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Bouger et découvrir\"]",
            "html": "<label aria-label=\"Bouger et découvrir\" for=\"navitem-loisirs\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e053a0ed43f5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-61dac7b6"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Je suis\"]",
            "html": "<label aria-label=\"Je suis\" for=\"navitem-je-suis\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b3262a9977ce",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-70eaf942"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"En un clic\"]",
            "html": "<label aria-label=\"En un clic\" for=\"navitem-je-trouve\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bc095b636ddb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1cd97163"
          },
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#portal-globalnav",
            "html": "<ul class=\"navbar-nav\" id=\"portal-globalnav\" role=\"menubar\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: [role=button]",
            "relatedPaths": [
              "label[aria-label=\"Ma commune\"]",
              "label[aria-label=\"Vivre à Dour\"]",
              "label[aria-label=\"Bouger et découvrir\"]",
              "label[aria-label=\"Je suis\"]",
              "label[aria-label=\"En un clic\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e98495a9e91",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8565635e"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "a[href$=\"#modalvideo\"]",
            "html": "<a class=\"pat-plone-modal\" href=\"#modalvideo\">&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": "8be793b8e655",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4efd13ad"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#portal-colophon",
            "html": "<div id=\"portal-colophon\">",
            "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": "cb1e95b1592b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-edf401d2"
          }
        ],
        "outcomeCount": 1714,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 8
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2921,
          "failed": 68,
          "cantTell": 50,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_complementary_labelled",
          "aria_content_in_landmark",
          "aria_id_unique",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "heading_markup_misuse",
          "input_label_visible",
          "label_name_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "svg_graphics_labelled",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style>",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6af74e1823a2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b81717"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6adb90610d27",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9ad5fff9"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"https://www.communedour.be/++webresource++d5804eac-48ee-5c69-8389-75ac65829cb3/++plone++facetednavigation/faceted-jquery.min.css\" data-bundle=\"faceted.jquery\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f375c1834daf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a130143d"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"https://www.communedour.be/++webresource++8505d586-8f72-531e-979a-0daf78e657a3//++theme++dour/dist/css/theme.css\" data-bundle=\"diazo\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "09850a339afa",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-55243d08"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.communedour.be/#content\" class=\"show-on-focus\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0ebe196ff888",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2148ff20"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 657.58 658.06\" id=\"Calque_2\" data-name=\"Calque 2\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "90ae5878c7a6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3d1fff52"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#portal-globalnav-collapse\" class=\"navbar-toggler\" aria-label=\"Activer/désactiver la navigation\" aria-expanded=\"false\" aria-controls=\"navbarNav\">",
            "message": "The 'id' \"navbarNav\" specified for the ARIA property 'aria-controls' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "897d4c10ca1b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7be75485"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#portal-globalnav-collapse\" class=\"navbar-toggler\" aria-label=\"Activer/désactiver la navigation\" aria-expanded=\"false\" aria-controls=\"navbarNav\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1255f349a494",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-55b9b791"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"#offcanvasSearch\" data-bs-toggle=\"offcanvas\" data-bs-target=\"#offcanvasSearch\" aria-controls=\"offcanvasSearch\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4ff8f3b5b37e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a652846"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\" aria-label=\"Acceptez tous les cookies\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bebe180a213a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f4c83f57"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\" aria-label=\"Acceptez tous les cookies\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b52dacceccf9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f761d507"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\" aria-label=\"Acceptez tous les cookies\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "23cd9fb32d0a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-11d7452b"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\" aria-label=\"Acceptez tous les cookies\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3145286ccd7a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4f9b556e"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.communedour.be/@@consent\" data-pat-plone-modal=\"{\"prependContent\": \"\"}\" class=\"pat-plone-modal\" aria-label=\"En savoir plus et paramétrer les cookies\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d6789b46a702",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-39c3c343"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.communedour.be/@@consent\" data-pat-plone-modal=\"{\"prependContent\": \"\"}\" class=\"pat-plone-modal\" aria-label=\"En savoir plus et paramétrer les cookies\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "927fed7f2ac9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-13d2e773"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a href=\"https://www.communedour.be/@@consent\" data-pat-plone-modal=\"{\"prependContent\": \"\"}\" class=\"pat-plone-modal\" aria-label=\"En savoir plus et paramétrer les cookies\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b1090997ec3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fedd2233"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\" aria-label=\"Refuser tous les cookies\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d38701a12541",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9e6f9182"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\" aria-label=\"Refuser tous les cookies\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5aba9bcfb69a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-877f508f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\" aria-label=\"Refuser tous les cookies\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d1b0d99ebeed",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-37e5941e"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\" aria-label=\"Refuser tous les cookies\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "217f9001f4e4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4abe1a5a"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside id=\"global_statusmessage\" class=\"col-12\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "325bd3b47ff9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d6a7e678"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"#modalvideo\" class=\"pat-plone-modal\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3149eac51dbe",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1fb292c5"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"slogan\">",
            "message": "Confirm this text 'Commune de Dour' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8715ec324b43",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1ef38c26"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" viewBox=\"0 0 20 20\" height=\"20\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "157f40d4c2f8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1cec4d95"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Horaires' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f576a17ba5cc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-abe54ce3"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 28 34.12\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "43fd26ac6061",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e3dfa86a"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Chantiers en cours' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "78f0e4152829",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a4dedb7"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Collectes des déchets' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fbdc39d50dab",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ec9aff45"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Avis et enquêtes' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Organiser un évènement' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48.01 35.28\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca8cc5cb5ea3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-99505c7e"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'E-Guichet' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 23.5 19.23\" fill=\"#000\" class=\"plone-icon\" aria-labelledby=\"title\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "28b672e26d8e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8fb3f986"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 23.5 19.23\" fill=\"#000\" class=\"plone-icon\" aria-labelledby=\"title\">",
            "message": "The 'id' \"title\" specified for the ARIA property 'aria-labelledby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d84dec9cf2b0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-76e1b79e"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Bulletin communal' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 28.18 19.82\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b946548d958",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-eba9678b"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Offres d’emploi' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<h3>",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Le Gai Séjour\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18fe8bd580aa",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f3754680"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h3>",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "108e8a11dc1c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3a37faa2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.communedour.be/actualites\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "40ef229879ee",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ac94e542"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h3>",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h3>",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.communedour.be/agenda\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a81cbf285e3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bd8c1cc5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Sport\" target=\"\" href=\"https://www.communedour.be/resolveuid/fefb22409d994ff7b4cecd51274fec19\" class=\"table_image no-image\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "40aecaf228bb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-26c00cbf"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Sport' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Commerce\" target=\"\" href=\"https://www.dourcentreville.be/commerces-dour/\" class=\"table_image no-image\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2cc88283460e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6c69efc2"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Commerce' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Culture\" target=\"\" href=\"https://www.communedour.be/resolveuid/e11e7248029f4bfa8b8f4f0e36b95e2b\" class=\"table_image no-image\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd4b42829969",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c106550b"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Culture' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Tourisme\" target=\"\" href=\"https://www.communedour.be/resolveuid/9600e246e9fb46f7bd62a872e6d3b114\" class=\"table_image no-image\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c9b6155f6372",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3aec495b"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Tourisme' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Le Belvédère\" target=\"\" href=\"https://www.communedour.be/resolveuid/f8e0c88ead41418e8d437fd2f53b6ed5\" class=\"swiper_link\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "23428a13549f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ec173b32"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Office du tourisme\" target=\"\" href=\"https://www.communedour.be/resolveuid/9600e246e9fb46f7bd62a872e6d3b114\" class=\"swiper_link\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c14ca040e4b0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-58eaef31"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Le CPAS\" target=\"\" href=\"https://www.communedour.be/resolveuid/9748f1834bd74b76a5d99856264d46ba\" class=\"swiper_link\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fd99b6756dbb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-abf5f1da"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.communedour.be/#content-header\" class=\"show-on-focus skip-before-footer\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f3ffaba47234",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4026d3a3"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b0ad4e52cca7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.communedour.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94a02ee1e0f2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0a6dafb3"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.communedour.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b0e0252244f6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9841878c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.communedour.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71884a16da9f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0bdad6f5"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.communedour.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "05340ba1a67d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6848acdd"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.communedour.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c128ba5ca33",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ca0d7ab2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.communedour.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "54451a63667d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9a7723ec"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.communedour.be/annuaire/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7aa7184b4a59",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-15f156b8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.communedour.be/annuaire/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ef13cc7a879",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c7a915a4"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d5de7cd60a9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6e7f9087"
          }
        ],
        "outcomeCount": 2995,
        "uniqueFailedCount": 54,
        "duplicateFailedCount": 14,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 14
    },
    {
      "submittedUrl": "https://www.ecaussinnes.be/",
      "finalUrl": "https://www.ecaussinnes.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Commune d'Écaussinnes",
      "elapsedMs": 10217,
      "error": null,
      "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": 605,
          "failed": 27,
          "cantTell": 22,
          "inapplicable": 53
        },
        "failedRules": [
          "landmark-one-main",
          "meta-viewport",
          "page-has-heading-one",
          "region"
        ],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-conditional-attr",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "frame-tested",
          "frame-title",
          "frame-title-unique",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "landmark-contentinfo-is-top-level",
          "landmark-no-duplicate-contentinfo",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport-large",
          "nested-interactive",
          "presentation-role-conflict",
          "region"
        ],
        "failures": [
          {
            "rule": "landmark-one-main",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "html",
            "html": "<html lang=\"fr\" xml:lang=\"fr\" xmlns=\"http://www.w3.org/19...\" class=\"js flexbox canvas ca...\">",
            "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": "a4d52023a026",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b00be0"
          },
          {
            "rule": "landmark-one-main",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "li:nth-child(1) > .iframe-responsive-wrapper > div > .oembed-wrapper.oembed-video > iframe",
            "html": "<html><head></head><body></body></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": "7b7a5496603e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7e32261f"
          },
          {
            "rule": "landmark-one-main",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "li:nth-child(2) > .iframe-responsive-wrapper > div > .oembed-wrapper.oembed-video > iframe",
            "html": "<html><head></head><body></body></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": "d05576359859",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ce3f6017"
          },
          {
            "rule": "meta-viewport",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport?application=playwright",
            "impact": "moderate",
            "wcagSc": [
              "wcag2aa",
              "wcag144"
            ],
            "xpath": "meta[name=\"viewport\"]",
            "html": "<meta content=\"width=device-width, minimum-scale=1.0, maximum-scale=1.0\" name=\"viewport\">",
            "message": "Zooming and scaling must not be disabled",
            "fixSummary": "Fix any of the following:\n  maximum-scale on <meta> tag disables zooming on mobile devices",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d5164179994c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-98527d57"
          },
          {
            "rule": "page-has-heading-one",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "html",
            "html": "<html lang=\"fr\" xml:lang=\"fr\" xmlns=\"http://www.w3.org/19...\" class=\"js flexbox canvas ca...\">",
            "message": "Page should contain a level-one heading",
            "fixSummary": "Fix all of the following:\n  Page must have a level-one heading",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "105683f1029a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ee8d7590"
          },
          {
            "rule": "page-has-heading-one",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "li:nth-child(1) > .iframe-responsive-wrapper > div > .oembed-wrapper.oembed-video > iframe",
            "html": "<html><head></head><body></body></html>",
            "message": "Page should contain a level-one heading",
            "fixSummary": "Fix all of the following:\n  Page must have a level-one heading",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc1471e9e8c0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-971d6fd7"
          },
          {
            "rule": "page-has-heading-one",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "li:nth-child(2) > .iframe-responsive-wrapper > div > .oembed-wrapper.oembed-video > iframe",
            "html": "<html><head></head><body></body></html>",
            "message": "Page should contain a level-one heading",
            "fixSummary": "Fix all of the following:\n  Page must have a level-one heading",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f99bbd8c353d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e2c6712e"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#gdpr-consent-banner > span",
            "html": "<span>Ce site utilise des cookies pour vous fournir une expérience optimale (lecture de vidéos, affichage de plans et de contenus issus des réseaux sociaux notamment).</span>",
            "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": "3897bd947aec",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-10afa511"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "a[rel=\"#pb_5\"]",
            "html": "<a href=\"https://www.ecaussinnes.be/@@consent\" rel=\"#pb_5\" class=\"link-overlay\" style=\"cursor: pointer;\">En savoir plus et personnaliser</a>",
            "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": "408af2612aac",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1f55990d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#top-actions",
            "html": "<div id=\"top-actions\">",
            "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": "8cc6638bbb1f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-611321ac"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#top-logo",
            "html": "<div id=\"top-logo\">",
            "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": "5dd064483108",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ab469cd8"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".hiddenStructure:nth-child(3)",
            "html": "<p class=\"hiddenStructure\">\n<a accesskey=\"2\" href=\"https://www.ecaussinnes.be/#content\">Aller au contenu.</a> |\n\n  <a accesskey=\"6\" href=\"https://www.ecaussinnes.be/#portal-globalnav\">Aller à la navigation</a>\n</p>",
            "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": "6df308a8cbe8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8b4cab70"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".hiddenStructure:nth-child(4)",
            "html": "<p class=\"hiddenStructure\">Navigation</p>",
            "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": "c045d7001dde",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-70bfdf1d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "h5",
            "html": "<h5 class=\"hiddenStructure\">Navigation</h5>",
            "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": "ecd1aea93fc7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5a996fd3"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-1",
            "html": "<div class=\"bloc-1 bloc-document quick-access \">",
            "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": "d3de82489053",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ecd8c824"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-2 > .titre-rss > .titre",
            "html": "<a class=\"titre\" href=\"https://www.ecaussinnes.be/a-la-une/a-la-une\">\n<h2>À la une</h2>\n</a>",
            "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": "ee1e09f840d7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bd2f0163"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-2 > .results.parsable-content",
            "html": "<div class=\"results parsable-content\">",
            "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": "c83f0876dc85",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-88ff3f6a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-3 > .titre-rss > .titre",
            "html": "<a class=\"titre\" href=\"https://www.ecaussinnes.be/actualites/index\">\n<h2>Actualités</h2>\n</a>",
            "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": "221f30e35ac0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1b86520d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-3 > .results.parsable-content",
            "html": "<div class=\"results parsable-content\">",
            "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": "b6a0889331fd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c8a5ffa1"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-3 > .voir-tout-content",
            "html": "<div class=\"voir-tout-content\">\n<a class=\"voir-tout\" href=\"https://www.ecaussinnes.be/actualites/index\">\n                       Toutes les actualités\n                      </a>\n</div>",
            "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": "ff167dd97030",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7cc37511"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-4 > .titre-rss > .titre",
            "html": "<a class=\"titre\" href=\"https://www.ecaussinnes.be/evenements/index\">\n<h2>Agenda</h2>\n</a>",
            "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": "478ae1beb6a2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-90435234"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-4 > .results.parsable-content",
            "html": "<div class=\"results parsable-content\">",
            "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": "d0adb9bfce36",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d7f3459e"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-4 > .voir-tout-content",
            "html": "<div class=\"voir-tout-content\">\n<a class=\"voir-tout\" href=\"https://www.ecaussinnes.be/evenements/index\">\n                       Tous les événements\n                      </a>\n</div>",
            "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": "c7e490c4de43",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1afa911b"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".videos-container > h2",
            "html": "<h2>Vidéos</h2>",
            "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": "265a0cb027dd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4e9f2528"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "li:nth-child(1) > .iframe-responsive-wrapper > div > .oembed-wrapper.oembed-video > .gdpr-iframe-message",
            "html": "<div class=\"gdpr-iframe-message\">Cette fonctionnalité nécessite l'acceptation des cookies.<br><a class=\"consent-link link-overlay\" href=\"https://www.ecaussinnes.be/@@consent\" rel=\"#pb_2\" style=\"cursor: pointer;\">Modifier vos préférences en matière de cookies</a>.</div>",
            "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": "fac14db3fb84",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e7f56345"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "li:nth-child(2) > .iframe-responsive-wrapper > div > .oembed-wrapper.oembed-video > .gdpr-iframe-message",
            "html": "<div class=\"gdpr-iframe-message\">Cette fonctionnalité nécessite l'acceptation des cookies.<br><a class=\"consent-link link-overlay\" href=\"https://www.ecaussinnes.be/@@consent\" rel=\"#pb_3\" style=\"cursor: pointer;\">Modifier vos préférences en matière de cookies</a>.</div>",
            "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": "9ef1985adc41",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ff487f7c"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".link-all",
            "html": "<a class=\"link-all\" href=\"https://www.ecaussinnes.be/videos/index\">\n                Voir toutes les vidéos\n            </a>",
            "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": "ac58c605cca0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8b5cdca5"
          }
        ],
        "outcomeCount": 707,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 27
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1807,
          "failed": 46,
          "cantTell": 23,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_content_in_landmark",
          "aria_contentinfo_misuse",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "figure_label_exists",
          "frame_src_valid",
          "html_lang_exists",
          "html_skipnav_exists",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e26641b0a0cf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9ad5fff9"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style>",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff3a60e268ce",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b81717"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "00dc27d5f053",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7110cf07031a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-62a9622d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e02d5f20694",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ced9415b"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5566269edab2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1b601da8"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a style=\"cursor: pointer;\" class=\"link-overlay\" rel=\"#pb_5\" href=\"https://www.ecaussinnes.be/@@consent\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bdb03b30a892",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4b1c1798"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f2a21e741b3c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ddecc5e3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "367cdf1ce85b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fdf321ae"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "78c4a96dcef1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c8dbfadd"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a title=\"Commune d'Écaussinnes\" id=\"portal-logo-link\" href=\"https://www.ecaussinnes.be\" accesskey=\"1\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c151741a87fc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8834476a"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a id=\"search-btn\" href=\"#\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d81b9fb3876",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4dede3db"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f49dc70e9f7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6e7f9087"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.ecaussinnes.be/annuaire\" class=\"icon-address-book\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "24495dcef43c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4b475337"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://ecaussinnes.egovflow.be/\" class=\"icon-list-1\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a60c2588031",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fe6fb729"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.ecaussinnes.be/a-la-une/a-la-une\" class=\"titre\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a7ca6e0af1f8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b9dc0e25"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\" standard-results\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a0243f5f8766",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4a9e0863"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d988c9de3b5f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2989ad96"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.ecaussinnes.be/actualites/index\" class=\"titre\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c37335c7ca06",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5fa7bf4f"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\" standard-results\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<h3>",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Adopte le vélo\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "afcdb9a0fff6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f3754680"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.ecaussinnes.be/actualites/index\" class=\"voir-tout\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6c0a72de089f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fffbbecd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.ecaussinnes.be/actualites/index\" class=\"voir-tout\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4826fa203323",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bee147a7"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.ecaussinnes.be/evenements/index\" class=\"titre\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d3bce94f6919",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-df9df6df"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\" standard-results\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.ecaussinnes.be/evenements/index\" class=\"voir-tout\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce37ba0f75db",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f3b44033"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.ecaussinnes.be/evenements/index\" class=\"voir-tout\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ffa8a78320bd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e1ac2a65"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1fa10e2e745",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f9d40766"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\"videos\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f28a25f7d9fc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a889618"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<iframe width=\"0\" title=\"Conseil communal du 20 janvier 2020\" src=\"\" referrerpolicy=\"strict-origin-when-cross-origin\" height=\"0\" gdpr-width=\"200\" gdpr-src=\"https://www.youtube-nocookie.com/embed/IBiglAMlnAA\" gdpr-height=\"113\" frameborder=\"0\" class=\"gdpr-iframe\" allowfullscreen=\"\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\">",
            "message": "The HTML attribute(s) \"frameborder\" is deprecated for the <iframe> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a69fde1a8bb5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9bc61ff4"
          },
          {
            "rule": "frame_src_valid",
            "xpath": null,
            "html": "<iframe width=\"0\" title=\"Conseil communal du 20 janvier 2020\" src=\"\" referrerpolicy=\"strict-origin-when-cross-origin\" height=\"0\" gdpr-width=\"200\" gdpr-src=\"https://www.youtube-nocookie.com/embed/IBiglAMlnAA\" gdpr-height=\"113\" frameborder=\"0\" class=\"gdpr-iframe\" allowfullscreen=\"\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\">",
            "message": "Verify <frame> content is accessible",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18d18e7a441f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ef869f81"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<iframe width=\"0\" title=\"Conseil communal du 20 janvier 2020\" src=\"\" referrerpolicy=\"strict-origin-when-cross-origin\" height=\"0\" gdpr-width=\"200\" gdpr-src=\"https://www.youtube-nocookie.com/embed/IBiglAMlnAA\" gdpr-height=\"113\" frameborder=\"0\" class=\"gdpr-iframe\" allowfullscreen=\"\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2605b453e080",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f813f945"
          },
          {
            "rule": "html_lang_exists",
            "xpath": null,
            "html": "<html>",
            "message": "Page detected as HTML, but does not have a 'lang' attribute",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b58815cd4f72",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8ec4dca4"
          },
          {
            "rule": "html_skipnav_exists",
            "xpath": null,
            "html": "<html>",
            "message": "Verify there is a way to bypass blocks of content that are repeated on multiple Web pages",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb8d40c2399a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5de5dc40"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<iframe width=\"0\" title=\"Ecaussinnes prises de vue avec un drone\" src=\"\" referrerpolicy=\"strict-origin-when-cross-origin\" height=\"0\" gdpr-width=\"200\" gdpr-src=\"https://www.youtube-nocookie.com/embed/7EoyXfvzqzw\" gdpr-height=\"113\" frameborder=\"0\" class=\"gdpr-iframe\" allowfullscreen=\"\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\">",
            "message": "The HTML attribute(s) \"frameborder\" is deprecated for the <iframe> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bbd92f9c93a6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8f7ad51e"
          },
          {
            "rule": "frame_src_valid",
            "xpath": null,
            "html": "<iframe width=\"0\" title=\"Ecaussinnes prises de vue avec un drone\" src=\"\" referrerpolicy=\"strict-origin-when-cross-origin\" height=\"0\" gdpr-width=\"200\" gdpr-src=\"https://www.youtube-nocookie.com/embed/7EoyXfvzqzw\" gdpr-height=\"113\" frameborder=\"0\" class=\"gdpr-iframe\" allowfullscreen=\"\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\">",
            "message": "Verify <frame> content is accessible",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d9681636171",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9a31898a"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<iframe width=\"0\" title=\"Ecaussinnes prises de vue avec un drone\" src=\"\" referrerpolicy=\"strict-origin-when-cross-origin\" height=\"0\" gdpr-width=\"200\" gdpr-src=\"https://www.youtube-nocookie.com/embed/7EoyXfvzqzw\" gdpr-height=\"113\" frameborder=\"0\" class=\"gdpr-iframe\" allowfullscreen=\"\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6bc3579d0323",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-904f6650"
          },
          {
            "rule": "html_lang_exists",
            "xpath": null,
            "html": "<html>",
            "message": "Page detected as HTML, but does not have a 'lang' attribute",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "html_skipnav_exists",
            "xpath": null,
            "html": "<html>",
            "message": "Verify there is a way to bypass blocks of content that are repeated on multiple Web pages",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_contentinfo_misuse",
            "xpath": null,
            "html": "<footer id=\"portal-footer-wrapper\">",
            "message": "Element with \"contentinfo\" role is present without an element with \"main\" role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11b688387c07",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6a24b034"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"adresse\">",
            "message": "Confirm this text 'Grand-Place 3, 7190 Écaussinnes' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e189a5d63eef",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f28a6825"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"telephone\">",
            "message": "Confirm this text '+32 (0) 67 44 31 15' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b035b7f7dbe2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bf7570fa"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"fax\">",
            "message": "Confirm this text '+32 (0) 67 34 79 61' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "306d461de640",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2bcc17af"
          }
        ],
        "outcomeCount": 1858,
        "uniqueFailedCount": 39,
        "duplicateFailedCount": 7,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 7
    },
    {
      "submittedUrl": "https://www.ellezelles.be/",
      "finalUrl": "https://www.ellezelles.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Accueil — Commune d'Ellezelles",
      "elapsedMs": 10518,
      "error": null,
      "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": 1597,
          "failed": 6,
          "cantTell": 69,
          "inapplicable": 43
        },
        "failedRules": [
          "aria-allowed-role",
          "aria-required-children",
          "region"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-command-name",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "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",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"LZL & son administration\"]",
            "html": "<label aria-label=\"LZL &amp; son administration\" for=\"navitem-ma-commune\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b82cf4f45633",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-00db5f02"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"LZL & sa vie politique\"]",
            "html": "<label aria-label=\"LZL &amp; sa vie politique\" for=\"navitem-vie-politique\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c9c97d9eb4a8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-78a33b04"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Vivre & Découvrir LZL\"]",
            "html": "<label aria-label=\"Vivre &amp; Découvrir LZL\" for=\"navitem-vivre-a-ellezelles\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "72aef0230c3a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-af3b0ea2"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"En un clic\"]",
            "html": "<label aria-label=\"En un clic\" for=\"navitem-en-un-clic\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "715dbfa3ff7d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1cd97163"
          },
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#portal-globalnav",
            "html": "<ul class=\"navbar-nav\" id=\"portal-globalnav\" role=\"menubar\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: [role=button]",
            "relatedPaths": [
              "label[aria-label=\"LZL & son administration\"]",
              "label[aria-label=\"LZL & sa vie politique\"]",
              "label[aria-label=\"Vivre & Découvrir LZL\"]",
              "label[aria-label=\"En un clic\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f8b9a2123560",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8565635e"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#portal-colophon",
            "html": "<div id=\"portal-colophon\">",
            "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": "bec88edd65b9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-edf401d2"
          }
        ],
        "outcomeCount": 1715,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 6
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 4022,
          "failed": 58,
          "cantTell": 43,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_complementary_labelled",
          "aria_content_in_landmark",
          "aria_id_unique",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "svg_graphics_labelled",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style>",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "619433adaf93",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b81717"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e2797d72567b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9ad5fff9"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"https://www.ellezelles.be/++webresource++d5804eac-48ee-5c69-8389-75ac65829cb3/++plone++facetednavigation/faceted-jquery.min.css\" data-bundle=\"faceted.jquery\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b2ea30698279",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c07c1429"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"https://www.ellezelles.be/++webresource++c36e0e63-9faf-522c-b3c5-f35d38f13bdb//++theme++ellezelles/dist/css/theme.css\" data-bundle=\"diazo\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de944290ff89",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-04fefaf6"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.ellezelles.be/#content\" class=\"show-on-focus\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a19214ef802",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-48cb6c42"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"95\" viewBox=\"0 0 95 55\" height=\"55\" fill=\"none\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "72edfbb9a4ea",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c972c4df"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#portal-globalnav-collapse\" class=\"navbar-toggler\" aria-label=\"Activer/désactiver la navigation\" aria-expanded=\"false\" aria-controls=\"navbarNav\">",
            "message": "The 'id' \"navbarNav\" specified for the ARIA property 'aria-controls' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "407955226477",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7be75485"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#portal-globalnav-collapse\" class=\"navbar-toggler\" aria-label=\"Activer/désactiver la navigation\" aria-expanded=\"false\" aria-controls=\"navbarNav\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "168e708aec52",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-55b9b791"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"#offcanvasSearch\" data-bs-toggle=\"offcanvas\" data-bs-target=\"#offcanvasSearch\" aria-controls=\"offcanvasSearch\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3efcc6878a72",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a652846"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"swiper-banner-content\">",
            "message": "Confirm this text 'Bienvenue à' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "50a4ef3a3464",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e5962066"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"swiper-banner-description\">",
            "message": "Confirm this text 'Ellezelles' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a58185fd7c52",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-113c27f1"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"lead rich_description\">",
            "message": "Confirm this text 'Ellezelles' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df06032e9a4f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c4849be0"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div style=\"\" id=\"1756365818070\" class=\"portalMessage warning\">",
            "message": "Confirm this text 'Avertissement' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f88cd2656af9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c58a95a7"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div style=\"\" id=\"1750679610896\" class=\"portalMessage warning\">",
            "message": "Confirm this text 'Avertissement' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a5c3b081e895",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-acddf366"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside id=\"global_statusmessage\" class=\"col-12\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1fe76901fcdb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d6a7e678"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 23.5 19.23\" fill=\"#000\" class=\"plone-icon\" aria-labelledby=\"title\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "99431f8fca45",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8fb3f986"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 23.5 19.23\" fill=\"#000\" class=\"plone-icon\" aria-labelledby=\"title\">",
            "message": "The 'id' \"title\" specified for the ARIA property 'aria-labelledby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2163010b10d7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-76e1b79e"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Démarches et infos pratiques' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2cb5c7c4998f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-abe54ce3"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 18px and weight of 300",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e014c09fa1e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e0952a8425c8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a4dedb7"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Horaires et rendez-vous' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 18px and weight of 300",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" viewBox=\"0 0 20 24\" height=\"24\" fill=\"#000\" class=\"plone-icon plone-icon\" aria-labelledby=\"title\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "35a0ac99826d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-159fd873"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" viewBox=\"0 0 20 24\" height=\"24\" fill=\"#000\" class=\"plone-icon plone-icon\" aria-labelledby=\"title\">",
            "message": "The 'id' \"title\" specified for the ARIA property 'aria-labelledby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b63765cf78d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c6d6602f"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Annuaire' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 18px and weight of 300",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 15.33 15.33\" data-name=\"Calque 4\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b4fc802484bd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-27701ebe"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Collectes des déchets' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 18px and weight of 300",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Location des salles' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 18px and weight of 300",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.ellezelles.be/actualites\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d4f937657812",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a8257aa0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.ellezelles.be/agenda\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "334f68611bb0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3392b742"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e62ab782a693",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ec9aff45"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Centre culturel du Pays des Collines' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Écomusée du Pays des Collines' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 14.07 14.07\" data-name=\"Calque 16\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "686b25faf3f5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-28bba364"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Parc naturel du Pays des Collines' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'CPAS d'Ellezelles' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 14.62 15.7\" data-name=\"Calque 12\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b5b6433db867",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a0b3ee13"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'École communale de Wodecq' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Visitpaysdescollines.be' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.ellezelles.be/#content-header\" class=\"show-on-focus skip-before-footer\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "56c1c02068e8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e1db5a4a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "16de23c11649",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.ellezelles.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "afdabb9f21eb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c3eed2d5"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.ellezelles.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "20e3906aa395",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-aa7a6ff7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.ellezelles.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8369db84342d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-64a341a0"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.ellezelles.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a44d2c130efd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-010f29bd"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.ellezelles.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8fd2c320d87b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1f8aa106"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.ellezelles.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "405350cdf342",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cf0eed14"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.ellezelles.be/annuaire/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9833f06780c8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-79ddb038"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.ellezelles.be/annuaire/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1e296a69fdda",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ea652d36"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b12aacd3b9bd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6e7f9087"
          }
        ],
        "outcomeCount": 4129,
        "uniqueFailedCount": 39,
        "duplicateFailedCount": 19,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 19
    },
    {
      "submittedUrl": "https://www.enghien-edingen.be/fr",
      "finalUrl": "https://www.enghien-edingen.be/fr",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Accueil — Français",
      "elapsedMs": 14304,
      "error": null,
      "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": 2201,
          "failed": 7,
          "cantTell": 60,
          "inapplicable": 44
        },
        "failedRules": [
          "aria-allowed-role",
          "aria-required-children",
          "region"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-command-name",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "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"
        ],
        "failures": [
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Ma commune\"]",
            "html": "<label aria-label=\"Ma commune\" for=\"navitem-ma-commune\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04eb3f725eeb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fb93ab52"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Vivre à Enghien\"]",
            "html": "<label aria-label=\"Vivre à Enghien\" for=\"navitem-vivre-a\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0555c5b1a212",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f7e23632"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Que faire à Enghien ?\"]",
            "html": "<label aria-label=\"Que faire à Enghien ?\" for=\"navitem-bouger-decouvrir\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e9f0dd8ffbd8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-035075ab"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"En un clic\"]",
            "html": "<label aria-label=\"En un clic\" for=\"navitem-en-un-clic\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2bae2429860a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1cd97163"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Je suis\"]",
            "html": "<label aria-label=\"Je suis\" for=\"navitem-je-suis\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3421f22e5b8f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-70eaf942"
          },
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#portal-globalnav",
            "html": "<ul class=\"navbar-nav\" id=\"portal-globalnav\" role=\"menubar\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: [role=button]",
            "relatedPaths": [
              "label[aria-label=\"Ma commune\"]",
              "label[aria-label=\"Vivre à Enghien\"]",
              "label[aria-label=\"Que faire à Enghien ?\"]",
              "label[aria-label=\"En un clic\"]",
              "label[aria-label=\"Je suis\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d80722d31a8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8565635e"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#portal-colophon",
            "html": "<div id=\"portal-colophon\">",
            "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": "172360c2ad8e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-edf401d2"
          }
        ],
        "outcomeCount": 2312,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 7
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 6391,
          "failed": 64,
          "cantTell": 58,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_complementary_labelled",
          "aria_content_in_landmark",
          "aria_id_unique",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "input_label_visible",
          "label_name_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "svg_graphics_labelled",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style>",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "265189005706",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b81717"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ee8e0e3a2e6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9ad5fff9"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"https://www.enghien-edingen.be/++webresource++d5804eac-48ee-5c69-8389-75ac65829cb3/++plone++facetednavigation/faceted-jquery.min.css\" data-bundle=\"faceted.jquery\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b3c11dc06ba1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ba60084d"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"https://www.enghien-edingen.be/++webresource++0c67925e-f7ce-5447-a097-5692d3fa6d05//++theme++enghien/dist/css/theme.css\" data-bundle=\"diazo\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc4ccae946da",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2521a2b0"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.enghien-edingen.be/fr#content\" class=\"show-on-focus\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f1fdebc0c61",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e67e855c"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"469\" viewBox=\"0 0 469 171\" height=\"171\" fill=\"none\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "83e375d2adcd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dff0e579"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#portal-globalnav-collapse\" class=\"navbar-toggler\" aria-label=\"Activer/désactiver la navigation\" aria-expanded=\"false\" aria-controls=\"navbarNav\">",
            "message": "The 'id' \"navbarNav\" specified for the ARIA property 'aria-controls' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "43011dc0634d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7be75485"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#portal-globalnav-collapse\" class=\"navbar-toggler\" aria-label=\"Activer/désactiver la navigation\" aria-expanded=\"false\" aria-controls=\"navbarNav\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac805f2ed37b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-55b9b791"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"#offcanvasSearch\" data-bs-toggle=\"offcanvas\" data-bs-target=\"#offcanvasSearch\" aria-controls=\"offcanvasSearch\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee5482e2bfde",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a652846"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\" aria-label=\"Acceptez tous les cookies\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e6a12374f36",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f4c83f57"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\" aria-label=\"Acceptez tous les cookies\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "debd77143103",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-11d7452b"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\" aria-label=\"Acceptez tous les cookies\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "74f26b1ed1af",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4f9b556e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.enghien-edingen.be/fr/@@consent\" data-pat-plone-modal=\"{\"prependContent\": \"\"}\" class=\"pat-plone-modal\" aria-label=\"En savoir plus et paramétrer les cookies\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6f420ab896d4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e8436567"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a href=\"https://www.enghien-edingen.be/fr/@@consent\" data-pat-plone-modal=\"{\"prependContent\": \"\"}\" class=\"pat-plone-modal\" aria-label=\"En savoir plus et paramétrer les cookies\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "47e13e745714",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4960f782"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\" aria-label=\"Refuser tous les cookies\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ac99a7f8f50",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9e6f9182"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\" aria-label=\"Refuser tous les cookies\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71f684234a56",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-37e5941e"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\" aria-label=\"Refuser tous les cookies\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c1f187f656b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4abe1a5a"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside id=\"global_statusmessage\" class=\"col-12\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "21b953f1554f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d6a7e678"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d7857c711e8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a4dedb7"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "97f5130078b8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e83ace82"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 28 34.12\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e69ee2e7ba3c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e3dfa86a"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 28.18 19.82\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d0092dda83a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-eba9678b"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3388edc46fd7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ec9aff45"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.enghien-edingen.be/fr/actualites\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b53d80e7df2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9b6feb01"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"from_on\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "46fdbd0ee22b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-228b9fcd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"day\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e1105a525b76",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ecfe7a85"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1e6261fd3532",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d3810c24"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 20px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3921940e0f1a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-61d6b2cc"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"from_on\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"day\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 20px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"from_on\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"day\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"to\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6c4ae8017fdc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ffd28efb"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"day\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 20px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"from_on\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"day\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"to\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"day\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 20px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"from_on\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"day\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 20px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.enghien-edingen.be/fr/agenda\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d10fb73f95d8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-61991f67"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.enghien-edingen.be/fr#content-header\" class=\"show-on-focus skip-before-footer\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fad0d7dfb969",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-041c74d6"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "639d7f9efb9f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3 class=\"informations\">",
            "message": "The foreground text and its background color are both detected as #424242. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8324a1d7095e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bc67eda5"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.enghien-edingen.be/fr/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5170ef44bf30",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f6e42cf7"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.enghien-edingen.be/fr/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "951793ecf7e2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3497b108"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.enghien-edingen.be/fr/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aacf36727626",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7c2284f9"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.enghien-edingen.be/fr/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f8f78b2d0c88",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6044bf89"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.enghien-edingen.be/fr/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4caaf35ab6dd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-93ac3c2f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.enghien-edingen.be/fr/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e66ca65544ed",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8fbf4e2b"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.enghien-edingen.be/fr/annuaire/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff605c96028a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7511d126"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.enghien-edingen.be/fr/annuaire/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "97307b01b7c1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cce1251b"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3513a32038a6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6e7f9087"
          }
        ],
        "outcomeCount": 6496,
        "uniqueFailedCount": 42,
        "duplicateFailedCount": 22,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 22
    },
    {
      "submittedUrl": "https://www.erquelinnes.be/",
      "finalUrl": "https://www.erquelinnes.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Commune d'Erquelinnes",
      "elapsedMs": 10124,
      "error": null,
      "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": 553,
          "failed": 32,
          "cantTell": 11,
          "inapplicable": 50
        },
        "failedRules": [
          "landmark-one-main",
          "link-name",
          "meta-viewport",
          "page-has-heading-one",
          "region"
        ],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-conditional-attr",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "bypass",
          "color-contrast",
          "definition-list",
          "dlitem",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "frame-tested",
          "frame-title",
          "frame-title-unique",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "landmark-contentinfo-is-top-level",
          "landmark-no-duplicate-contentinfo",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport-large",
          "nested-interactive",
          "presentation-role-conflict",
          "region"
        ],
        "failures": [
          {
            "rule": "landmark-one-main",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "html",
            "html": "<html lang=\"fr\" xml:lang=\"fr\" xmlns=\"http://www.w3.org/19...\" class=\"js flexbox canvas ca...\">",
            "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": "eacec222a34d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b00be0"
          },
          {
            "rule": "landmark-one-main",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "li:nth-child(1) > .iframe-responsive-wrapper > div > .oembed-wrapper.oembed-video > iframe",
            "html": "<html><head></head><body></body></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": "718fb4cbcfb6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7e32261f"
          },
          {
            "rule": "landmark-one-main",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "iframe[title=\"Présentation du E-guichet\"]",
            "html": "<html><head></head><body></body></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": "84495dc443ad",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0e8e14b9"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".icon-youtube-squared",
            "html": "<a class=\"icon-youtube-squared\" href=\"https://www.youtube.com/channel/UCWpC--bVAQN2prE6FJJ00NA\" target=\"_blank\"><span class=\"noic\">Youtube - Commune d'Erquelinnes</span></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": "d9f693e8537e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-974b8679"
          },
          {
            "rule": "meta-viewport",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport?application=playwright",
            "impact": "moderate",
            "wcagSc": [
              "wcag2aa",
              "wcag144"
            ],
            "xpath": "meta[name=\"viewport\"]",
            "html": "<meta content=\"width=device-width, minimum-scale=1.0, maximum-scale=1.0\" name=\"viewport\">",
            "message": "Zooming and scaling must not be disabled",
            "fixSummary": "Fix any of the following:\n  maximum-scale on <meta> tag disables zooming on mobile devices",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb852ac383dd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-98527d57"
          },
          {
            "rule": "page-has-heading-one",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "html",
            "html": "<html lang=\"fr\" xml:lang=\"fr\" xmlns=\"http://www.w3.org/19...\" class=\"js flexbox canvas ca...\">",
            "message": "Page should contain a level-one heading",
            "fixSummary": "Fix all of the following:\n  Page must have a level-one heading",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ade82ce0742a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ee8d7590"
          },
          {
            "rule": "page-has-heading-one",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "li:nth-child(1) > .iframe-responsive-wrapper > div > .oembed-wrapper.oembed-video > iframe",
            "html": "<html><head></head><body></body></html>",
            "message": "Page should contain a level-one heading",
            "fixSummary": "Fix all of the following:\n  Page must have a level-one heading",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "007657a072e6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-971d6fd7"
          },
          {
            "rule": "page-has-heading-one",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "iframe[title=\"Présentation du E-guichet\"]",
            "html": "<html><head></head><body></body></html>",
            "message": "Page should contain a level-one heading",
            "fixSummary": "Fix all of the following:\n  Page must have a level-one heading",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e1131742da8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-255202de"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#gdpr-consent-banner > span",
            "html": "<span>Ce site utilise des cookies pour vous fournir une expérience optimale (lecture de vidéos, affichage de plans et de contenus issus des réseaux sociaux notamment).</span>",
            "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": "aa851c1219b6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-10afa511"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "a[rel=\"#pb_6\"]",
            "html": "<a href=\"https://www.erquelinnes.be/@@consent\" rel=\"#pb_6\" class=\"link-overlay\" style=\"cursor: pointer;\">En savoir plus et personnaliser</a>",
            "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": "0bfd83eb1c0f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7a1b9167"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#top-menu-je-suis > .actionMenuHeader",
            "html": "<dt class=\"actionMenuHeader\">\n<a href=\"https://www.erquelinnes.be/je-suis\" title=\"\">Je suis</a>\n</dt>",
            "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": "e94d9cb95549",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-54cc8a82"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#top-menu-je-trouve > .actionMenuHeader",
            "html": "<dt class=\"actionMenuHeader\">\n<a href=\"https://www.erquelinnes.be/je-trouve\" title=\"\">Je trouve</a>\n</dt>",
            "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": "58e6af0064d1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d0c2a74f"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#portal-personaltools-wrapper > .hiddenStructure",
            "html": "<p class=\"hiddenStructure\">Outils personnels</p>",
            "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": "5aaf48fe89a4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-17ba9f70"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#personaltools-login",
            "html": "<a href=\"https://www.erquelinnes.be/login\" id=\"personaltools-login\" rel=\"#pb_1\" class=\"link-overlay\" style=\"cursor: pointer;\">Se connecter</a>",
            "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": "b710db755d5b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d0bb690d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#portal-siteactions",
            "html": "<ul id=\"portal-siteactions\">\n<li id=\"siteaction-contact\"><a accesskey=\"9\" href=\"https://www.erquelinnes.be/contact-info\" title=\"Contact\">Contact</a></li>\n</ul>",
            "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": "724c6f536e32",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5d90ae7c"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".hiddenStructure:nth-child(3)",
            "html": "<p class=\"hiddenStructure\">\n<a accesskey=\"2\" href=\"https://www.erquelinnes.be/#content\">Aller au contenu.</a> |\n\n  <a accesskey=\"6\" href=\"https://www.erquelinnes.be/#portal-globalnav\">Aller à la navigation</a>\n</p>",
            "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": "83300d32ec80",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8b4cab70"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".hiddenStructure:nth-child(4)",
            "html": "<p class=\"hiddenStructure\">Navigation</p>",
            "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": "1aa57a4462a6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-70bfdf1d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "h5",
            "html": "<h5 class=\"hiddenStructure\">Navigation</h5>",
            "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": "095d272c9583",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5a996fd3"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#cpskin-slogan",
            "html": "<div id=\"cpskin-slogan\">\n<div id=\"cpskin-slogan-titre\">Vous souhaite</div>\n<div id=\"cpskin-slogan-description\">la bienvenue</div>\n</div>",
            "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": "5e0b9c310839",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b985c5b1"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-1",
            "html": "<div class=\"bloc-1 bloc-document quick-access-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",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7871416d4a01",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ecd8c824"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-2 > .titre-rss > .titre",
            "html": "<a class=\"titre\" href=\"https://www.erquelinnes.be/actualites/actualites\">\n<h2>Actualités</h2>\n</a>",
            "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": "ddded507b134",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bd2f0163"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-2 > .results.parsable-content",
            "html": "<div class=\"results parsable-content\">",
            "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": "c3d8f52c0f90",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-88ff3f6a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-2 > .voir-tout-content",
            "html": "<div class=\"voir-tout-content\">\n<a class=\"voir-tout\" href=\"https://www.erquelinnes.be/actualites/actualites\">\n                       Voir l'ensemble des actualités\n                      </a>\n</div>",
            "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": "f0a65d38e4aa",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ec934e18"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-3 > .titre-rss > .titre",
            "html": "<a class=\"titre\" href=\"https://www.erquelinnes.be/evenements/evenements\">\n<h2>Événements</h2>\n</a>",
            "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": "ecf7a5f06978",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1b86520d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-3 > .results.parsable-content",
            "html": "<div class=\"results parsable-content\">",
            "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": "38e5b6964ab1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c8a5ffa1"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-3 > .voir-tout-content",
            "html": "<div class=\"voir-tout-content\">\n<a class=\"voir-tout\" href=\"https://www.erquelinnes.be/evenements/evenements\">\n                       Voir l'ensemble des Événements\n                      </a>\n</div>",
            "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": "13459e95e97c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7cc37511"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-4",
            "html": "<div class=\"bloc-4 bloc-document charleroi-metropole \">",
            "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": "47aac73e3f29",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8b09ae07"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".albums-container",
            "html": "<div class=\"albums-container\">",
            "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": "2e731578341a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3e5f2335"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".videos-container > h2",
            "html": "<h2>Vidéos</h2>",
            "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": "975bc4c35304",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4e9f2528"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "li:nth-child(1) > .iframe-responsive-wrapper > div > .oembed-wrapper.oembed-video > .gdpr-iframe-message",
            "html": "<div class=\"gdpr-iframe-message\">Cette fonctionnalité nécessite l'acceptation des cookies.<br><a class=\"consent-link link-overlay\" href=\"https://www.erquelinnes.be/@@consent\" rel=\"#pb_3\" style=\"cursor: pointer;\">Modifier vos préférences en matière de cookies</a>.</div>",
            "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": "d3ab14980587",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e7f56345"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "li:nth-child(2) > .iframe-responsive-wrapper > div > .oembed-wrapper.oembed-video > .gdpr-iframe-message",
            "html": "<div class=\"gdpr-iframe-message\">Cette fonctionnalité nécessite l'acceptation des cookies.<br><a class=\"consent-link link-overlay\" href=\"https://www.erquelinnes.be/@@consent\" rel=\"#pb_4\" style=\"cursor: pointer;\">Modifier vos préférences en matière de cookies</a>.</div>",
            "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": "ea42b27a5021",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ff487f7c"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".right > .link-all",
            "html": "<a class=\"link-all\" href=\"https://www.erquelinnes.be/videos/index\">\n                Voir toutes les vidéos\n            </a>",
            "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": "d9ed9a95e187",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c4625f8c"
          }
        ],
        "outcomeCount": 646,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 32
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1781,
          "failed": 60,
          "cantTell": 34,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_content_in_landmark",
          "aria_contentinfo_misuse",
          "element_attribute_deprecated",
          "element_id_unique",
          "element_tabbable_unobscured",
          "frame_src_valid",
          "heading_markup_misuse",
          "html_lang_exists",
          "html_skipnav_exists",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "09be6b1c97f7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9ad5fff9"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style>",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8018c98be666",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b81717"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "16f961bebaa9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "147755a0291b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-62a9622d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e1ab0b3ad06c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ced9415b"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "351fc51aeea7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1b601da8"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a style=\"cursor: pointer;\" class=\"link-overlay\" rel=\"#pb_6\" href=\"https://www.erquelinnes.be/@@consent\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "260d98b6b20a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6fac73e3"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd5ebef92819",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ddecc5e3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "720edaeaa531",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fdf321ae"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "53cb36412133",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c8dbfadd"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<dl id=\"top-menu-je-suis\" class=\"actionMenu deactivated\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac47fcbece2a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6a973988"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<dl id=\"top-menu-je-trouve\" class=\"actionMenu deactivated\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b1c41c01afb1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-52a2b3b7"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul id=\"portal-siteactions\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "352bdcf4e7c5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8b43a333"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a id=\"search-btn\" href=\"#\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a28afbc6d4c0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4dede3db"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div id=\"cpskin-slogan-titre\">",
            "message": "Confirm this text 'Vous souhaite' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b2a2dfdf2e5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-90720f95"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div id=\"cpskin-slogan-titre\">",
            "message": "Verify the contrast ratio of the text with shadow meets the WCAG AA minimum requirements for text of size 32px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d7922a30a76",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-897a6552"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div id=\"cpskin-slogan-description\">",
            "message": "Confirm this text 'la bienvenue' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7fc0d7ae574f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7d940a9b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div id=\"cpskin-slogan-description\">",
            "message": "Verify the contrast ratio of the text with shadow meets the WCAG AA minimum requirements for text of size 40px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71f4cdf0f427",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-eb960fc2"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3 class=\"quick-access_elements politique\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7aa774e9aa14",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-22d7b645"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.erquelinnes.be/ma-commune/administration/services-communaux/horaires-des-services\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "78d08dda3dfc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fa903d45"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.erquelinnes.be/je-trouve/demarches-administratives\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "97970510cf7a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-628f222d"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.erquelinnes.be/je-trouve/demarches-administratives\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c336e7db900",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4ee89a23"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://erquelinnes.egovflow.be/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e9cdc73c9338",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-de768bd5"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://erquelinnes.egovflow.be/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d868a401875",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1b145b74"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.erquelinnes.be/ma-commune/social/cpas\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a3c658a5f5bf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-68875075"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.erquelinnes.be/ma-commune/social/cpas\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f1c6e2fe9db",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d06a9d01"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.erquelinnes.be/je-trouve/annuaire\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0c32dda45b5f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9bc1ce5c"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.erquelinnes.be/je-trouve/annuaire\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1e3f337e7d75",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ae1781d5"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.erquelinnes.be/actualites/actualites\" class=\"titre\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bff9f0e0195e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ca9ad612"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.erquelinnes.be/actualites/actualites\" class=\"titre\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "75f0b9316175",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f5ff30de"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\" standard-results\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8dc5133b7f85",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4a9e0863"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h3>",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9093b66b3f64",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3a37faa2"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.erquelinnes.be/actualites/actualites\" class=\"voir-tout\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d1a4937b3516",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-39db9167"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.erquelinnes.be/actualites/actualites\" class=\"voir-tout\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf204b6afff6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-18cb90ea"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.erquelinnes.be/evenements/evenements\" class=\"titre\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a7887a91af88",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a9f8338e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.erquelinnes.be/evenements/evenements\" class=\"titre\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "efe8bdb85ab9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-646cdc1e"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\" standard-results\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"indexview-categories\">",
            "message": "Confirm this text 'Divers' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f22886df656c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-760c93f3"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"indexview-categories\">",
            "message": "Confirm this text 'Divers' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.erquelinnes.be/evenements/evenements\" class=\"voir-tout\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b58abac1d77",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2404e86a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.erquelinnes.be/evenements/evenements\" class=\"voir-tout\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a8e028166a8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1b5d3650"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div id=\"form-widgets-text\" class=\"richTextWidget richtext-field\">",
            "message": "The <div> element has the id \"form-widgets-text\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e7b382dc5b7e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-23c6087c"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p class=\"image-dummy\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "00480e8f5afe",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cf12d221"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec8c46bf7112",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f9d40766"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\"albums\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4245218397fe",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-497cc1db"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\"albums\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\"videos\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "62329571b835",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a889618"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<iframe width=\"0\" title=\"WalOnMap   Comment interroger la carte et ses données ?\" src=\"\" referrerpolicy=\"strict-origin-when-cross-origin\" height=\"0\" gdpr-width=\"200\" gdpr-src=\"https://www.youtube-nocookie.com/embed/4OFkfx_daVI\" gdpr-height=\"113\" frameborder=\"0\" class=\"gdpr-iframe\" allowfullscreen=\"\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\">",
            "message": "The HTML attribute(s) \"frameborder\" is deprecated for the <iframe> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e024ae2b68f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c941b331"
          },
          {
            "rule": "frame_src_valid",
            "xpath": null,
            "html": "<iframe width=\"0\" title=\"WalOnMap   Comment interroger la carte et ses données ?\" src=\"\" referrerpolicy=\"strict-origin-when-cross-origin\" height=\"0\" gdpr-width=\"200\" gdpr-src=\"https://www.youtube-nocookie.com/embed/4OFkfx_daVI\" gdpr-height=\"113\" frameborder=\"0\" class=\"gdpr-iframe\" allowfullscreen=\"\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\">",
            "message": "Verify <frame> content is accessible",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0577a40278d5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-558511f9"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<iframe width=\"0\" title=\"WalOnMap   Comment interroger la carte et ses données ?\" src=\"\" referrerpolicy=\"strict-origin-when-cross-origin\" height=\"0\" gdpr-width=\"200\" gdpr-src=\"https://www.youtube-nocookie.com/embed/4OFkfx_daVI\" gdpr-height=\"113\" frameborder=\"0\" class=\"gdpr-iframe\" allowfullscreen=\"\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e00ca0aba7a5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0fa83148"
          },
          {
            "rule": "html_lang_exists",
            "xpath": null,
            "html": "<html>",
            "message": "Page detected as HTML, but does not have a 'lang' attribute",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e3d19c1b9289",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8ec4dca4"
          },
          {
            "rule": "html_skipnav_exists",
            "xpath": null,
            "html": "<html>",
            "message": "Verify there is a way to bypass blocks of content that are repeated on multiple Web pages",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a42277900691",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5de5dc40"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<iframe width=\"0\" title=\"Présentation du E-guichet\" src=\"\" referrerpolicy=\"strict-origin-when-cross-origin\" height=\"0\" gdpr-width=\"200\" gdpr-src=\"https://www.youtube-nocookie.com/embed/BByvea5g1iQ\" gdpr-height=\"113\" frameborder=\"0\" class=\"gdpr-iframe\" allowfullscreen=\"\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\">",
            "message": "The HTML attribute(s) \"frameborder\" is deprecated for the <iframe> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6d67ecc4e141",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a72b0daf"
          },
          {
            "rule": "frame_src_valid",
            "xpath": null,
            "html": "<iframe width=\"0\" title=\"Présentation du E-guichet\" src=\"\" referrerpolicy=\"strict-origin-when-cross-origin\" height=\"0\" gdpr-width=\"200\" gdpr-src=\"https://www.youtube-nocookie.com/embed/BByvea5g1iQ\" gdpr-height=\"113\" frameborder=\"0\" class=\"gdpr-iframe\" allowfullscreen=\"\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\">",
            "message": "Verify <frame> content is accessible",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e9e08f6d6874",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d92b99d6"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<iframe width=\"0\" title=\"Présentation du E-guichet\" src=\"\" referrerpolicy=\"strict-origin-when-cross-origin\" height=\"0\" gdpr-width=\"200\" gdpr-src=\"https://www.youtube-nocookie.com/embed/BByvea5g1iQ\" gdpr-height=\"113\" frameborder=\"0\" class=\"gdpr-iframe\" allowfullscreen=\"\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f4abc2cd1c39",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-eadd9bd3"
          },
          {
            "rule": "html_lang_exists",
            "xpath": null,
            "html": "<html>",
            "message": "Page detected as HTML, but does not have a 'lang' attribute",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "html_skipnav_exists",
            "xpath": null,
            "html": "<html>",
            "message": "Verify there is a way to bypass blocks of content that are repeated on multiple Web pages",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_contentinfo_misuse",
            "xpath": null,
            "html": "<footer id=\"portal-footer-wrapper\">",
            "message": "Element with \"contentinfo\" role is present without an element with \"main\" role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "05a99e778828",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6a24b034"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text '51, rue Albert 1er - 6560 Erquelinnes' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "46a5b29f7bc2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f2bf52aa"
          }
        ],
        "outcomeCount": 1851,
        "uniqueFailedCount": 54,
        "duplicateFailedCount": 6,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 6
    },
    {
      "submittedUrl": "https://www.estaimpuis.be/",
      "finalUrl": "https://www.estaimpuis.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Entité d'Estaimpuis - Site officiel de la Commune d'Estaimpuis",
      "elapsedMs": 11884,
      "error": null,
      "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": 1162,
          "failed": 18,
          "cantTell": 8,
          "inapplicable": 45
        },
        "failedRules": [
          "image-alt",
          "link-name",
          "page-has-heading-one",
          "region"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "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",
          "input-button-name",
          "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",
          "presentation-role-conflict",
          "region",
          "select-name",
          "skip-link"
        ],
        "failures": [
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "#custom_html-6 > .custom-html-widget.textwidget > a > img",
            "html": "<img src=\"https://www.estaimpuis.be/wp-content/uploads/2024/07/fb.png\" style=\"width:40px;height:40px\">",
            "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": "25ee34b3207c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f6e84ec3"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "#custom_html-10 > .custom-html-widget.textwidget > a > img",
            "html": "<img src=\"https://www.estaimpuis.be/wp-content/uploads/2025/04/Instagram_logo_2022.svg_.png\" style=\"width:30px;height:30px\">",
            "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": "d02fdabfe960",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0ec1fbfd"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "#custom_html-12 > .custom-html-widget.textwidget > a > img",
            "html": "<img src=\"https://www.estaimpuis.be/wp-content/uploads/2025/04/tiktok-3-v.jpg\" style=\"width:35px;height:35px\">",
            "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": "3248f7d79166",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e0cded40"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".custom-html-widget.textwidget > img",
            "html": "<img src=\"https://www.estaimpuis.be/wp-content/uploads/2024/07/site-picto-documents-pt.png\">",
            "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": "6d848cabed17",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7db8eb05"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "#custom_html-2 > .custom-html-widget.textwidget > a:nth-child(1) > img",
            "html": "<img src=\"https://www.estaimpuis.be/wp-content/uploads/2024/07/site-picto-organiser-un-evenement-pt.png\">",
            "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": "9a1c323181bb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a84f1ea3"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a:nth-child(2) > img",
            "html": "<img src=\"https://www.estaimpuis.be/wp-content/uploads/2024/07/site-picto-collecte-immondices-pt.png\">",
            "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": "803f1a196a84",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1ea7e236"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "a:nth-child(3) > img",
            "html": "<img src=\"https://www.estaimpuis.be/wp-content/uploads/2024/07/site-picto-urgences-pt.png\">",
            "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": "f8ef587bf8f8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-36cac62f"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "#custom_html-6 > .custom-html-widget.textwidget > a",
            "html": "<a href=\"https://www.facebook.com/communedestaimpuis/\"><img src=\"https://www.estaimpuis.be/wp-content/uploads/2024/07/fb.png\" style=\"width:40px;height:40px\"></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": "85a554621590",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-00cb7854"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "#custom_html-10 > .custom-html-widget.textwidget > a",
            "html": "<a href=\"https://www.instagram.com/communeestaimpuis//\"><img src=\"https://www.estaimpuis.be/wp-content/uploads/2025/04/Instagram_logo_2022.svg_.png\" style=\"width:30px;height:30px\"></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": "1eab01d742e6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-61475a8d"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "#custom_html-12 > .custom-html-widget.textwidget > a",
            "html": "<a href=\"https://www.tiktok.com/@commune.estaimpui?_t=ZN-8vxRgCs5sxy&amp;_r=1//\"><img src=\"https://www.estaimpuis.be/wp-content/uploads/2025/04/tiktok-3-v.jpg\" style=\"width:35px;height:35px\"></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": "714c6939b3e2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e31e308d"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".post-19749 > .site-column-widget-wrapper > .entry-thumbnail > .entry-thumbnail-wrapper > a[rel=\"bookmark\"]",
            "html": "<a href=\"https://www.estaimpuis.be/fermeture-de-la-maison-communale-et-de-la-piscine/\" rel=\"bookmark\">",
            "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": "98667d5f94cd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dc794a16"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".post-19747 > .site-column-widget-wrapper > .entry-thumbnail > .entry-thumbnail-wrapper > a[rel=\"bookmark\"]",
            "html": "<a href=\"https://www.estaimpuis.be/aide-au-remplissage-des-declarations-dimpots-2/\" rel=\"bookmark\">",
            "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": "503eda21a169",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ad441f3a"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".post-19744.category-event.has-post-thumbnail > .site-column-widget-wrapper > .entry-thumbnail > .entry-thumbnail-wrapper > a[rel=\"bookmark\"]",
            "html": "<a href=\"https://www.estaimpuis.be/voyage-gustatif-a-dinant/\" rel=\"bookmark\">",
            "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": "9b9fd2a323d7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8ac23f80"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".post-18016 > .site-column-widget-wrapper > .entry-thumbnail > .entry-thumbnail-wrapper > a[rel=\"bookmark\"]",
            "html": "<a href=\"https://www.estaimpuis.be/appel-a-candidatures-puericulteurtrice-reserve-de-recrutement-2/\" rel=\"bookmark\">",
            "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": "9cb192f1134c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-32ead939"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".post-19736.category-event.has-post-thumbnail > .site-column-widget-wrapper > .entry-thumbnail > .entry-thumbnail-wrapper > a[rel=\"bookmark\"]",
            "html": "<a href=\"https://www.estaimpuis.be/salon-saveurs-et-nature-2/\" rel=\"bookmark\">",
            "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": "412e32d92bd1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a4c3d254"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".post-18636 > .site-column-widget-wrapper > .entry-thumbnail > .entry-thumbnail-wrapper > a[rel=\"bookmark\"]",
            "html": "<a href=\"https://www.estaimpuis.be/inscriptions-plaines-estaimloisirs-2025/\" rel=\"bookmark\">",
            "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": "8a9cb0de5aa5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6892d448"
          },
          {
            "rule": "page-has-heading-one",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "html",
            "html": "<html dir=\"ltr\" lang=\"fr-FR\" prefix=\"og: https://ogp.me/ns#\">",
            "message": "Page should contain a level-one heading",
            "fixSummary": "Fix all of the following:\n  Page must have a level-one heading",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "392543de3e41",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ee8d7590"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#site-homepage-widgets",
            "html": "<div id=\"site-homepage-widgets\">",
            "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": "558c2483f302",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9fa34b0c"
          }
        ],
        "outcomeCount": 1233,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 18
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3581,
          "failed": 62,
          "cantTell": 33,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_content_in_landmark",
          "element_attribute_deprecated",
          "img_alt_valid",
          "input_label_exists",
          "input_label_visible",
          "label_content_exists",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient",
          "text_sensory_misuse"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1cd963d3ecd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e6be8ada"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style>",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "40acdedd419a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b81717"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link media=\"all\" type=\"text/css\" href=\"https://www.estaimpuis.be/wp-content/plugins/gallery/js/jcarousel/skins/tango/skin.css?ver=6.9.4\" id=\"jcarousel-css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ac62c4add44",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e0cbb880"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"widget widget-fontsize-changer\">",
            "message": "Confirm this text 'Text size: A- A+' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a6242fd94de",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6b8cd568"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"site-fontsize-changer\">",
            "message": "Confirm this text 'Text size: A- A+' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b1ec3140f9e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fc7a51ba"
          },
          {
            "rule": "text_sensory_misuse",
            "xpath": null,
            "html": "<span class=\"fontsize-label\">",
            "message": "Confirm the user instruction is still understandable without the word(s) 'size'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6be0baf0c903",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-945f992c"
          },
          {
            "rule": "label_content_exists",
            "xpath": null,
            "html": "<label>",
            "message": "The <label> element does not have descriptive text that identifies the expected input",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fdda6f6a0f75",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-52083e1f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input name=\"s\" value=\"\" placeholder=\"Rechercher…\" class=\"search-field\" type=\"search\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c0d5bbe4e18",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-37120945"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Rechercher\" class=\"search-submit\" type=\"submit\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "77b4ebf27ae6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c829c4ae"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.facebook.com/communedestaimpuis/\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "55b66973d3c6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b2999518"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img style=\"width:40px;height:40px\" src=\"https://www.estaimpuis.be/wp-content/uploads/2024/07/fb.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f748fadaaf04",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bbf29295"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.instagram.com/communeestaimpuis//\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "770813752e9b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1950411d"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img style=\"width:30px;height:30px\" src=\"https://www.estaimpuis.be/wp-content/uploads/2025/04/Instagram_logo_2022.svg_.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b2610686c095",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3a69c041"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.tiktok.com/@commune.estaimpui?_t=ZN-8vxRgCs5sxy&_r=1//\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a6ca30e2704",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-853d732f"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img style=\"width:35px;height:35px\" src=\"https://www.estaimpuis.be/wp-content/uploads/2025/04/tiktok-3-v.jpg\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "68e461749a69",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-99a0e38a"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div id=\"text-2\" class=\"widget widget_text\">",
            "message": "Confirm this text 'Heures d’ouverture' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa79807c4a71",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b9884c11"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"widget-title\">",
            "message": "Confirm this text 'Heures d’ouverture' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e238b45c6f8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2db6751d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p class=\"widget-title\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1efa5c2e6b00",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-742fb3af"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1000d2445e07",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a86234de"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div id=\"custom_html-3\" class=\"widget_text widget widget_custom_html\">",
            "message": "Confirm this text 'Vos documents en ligne' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e00187731f0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-84b27ce9"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"widget-title\">",
            "message": "Confirm this text 'Vos documents en ligne' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p class=\"widget-title\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"https://www.estaimpuis.be/wp-content/uploads/2024/07/site-picto-documents-pt.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60fb96dc4575",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c5e48841"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://estaimpuis.egovflow.be/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a1a662f00737",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5176e199"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div id=\"text-4\" class=\"widget widget_text\">",
            "message": "Confirm this text 'Services' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "720eb9e1d8b2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-80ed6cfc"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"widget-title\">",
            "message": "Confirm this text 'Services' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p class=\"widget-title\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0af7b2a95e74",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6e7f9087"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.estaimpuis.be/organiser-un-evenement/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "92ec24c4e64a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5873201e"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"https://www.estaimpuis.be/wp-content/uploads/2024/07/site-picto-organiser-un-evenement-pt.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e6f14e15a12c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-74bf767c"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"https://www.estaimpuis.be/wp-content/uploads/2024/07/site-picto-collecte-immondices-pt.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d3486057d862",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1365bf83"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img src=\"https://www.estaimpuis.be/wp-content/uploads/2024/07/site-picto-urgences-pt.png\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a01ad05356cc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-07b1eddd"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div id=\"academia-widget-recent-posts-3\" class=\"widget-recent-posts\">",
            "message": "Confirm this text 'A la une' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df7c274c3180",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7b46a268"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"widget-title\">",
            "message": "Confirm this text 'A la une' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p class=\"widget-title\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\"widget-columns widget-columns-3\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3c7e07e8c624",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5601da39"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div id=\"academia-widget-recent-posts-4\" class=\"widget-recent-posts\">",
            "message": "Confirm this text 'Les prochains événements' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6fbddb6d3468",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f080bdc6"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"widget-title\">",
            "message": "Confirm this text 'Les prochains événements' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p class=\"widget-title\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\"widget-columns widget-columns-4\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70058c37e4e4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6503b15b"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"widget-pretitle\">",
            "message": "Confirm this text 'L’Estaimpuisien' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da6d72162c6d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e550d939"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p class=\"widget-pretitle\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 14.0625px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d0cebe6f953",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9a45e2c3"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.estaimpuis.be/publications-2/lestaimpuisien/\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 18.75px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ded6d761904",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3285b194"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"widget-title\">",
            "message": "Confirm this text 'Tous les articles' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"https://www.estaimpuis.be/fermeture-de-la-maison-communale-et-de-la-piscine/\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c15c9f77f42b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5e7b4a6b"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"https://www.estaimpuis.be/aide-au-remplissage-des-declarations-dimpots-2/\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "25410bf8f636",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fa19b6a8"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"https://www.estaimpuis.be/voyage-gustatif-a-dinant/\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d58139b7355",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1404f839"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"https://www.estaimpuis.be/appel-a-candidatures-puericulteurtrice-reserve-de-recrutement-2/\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "10350c4f62c7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6b4f4786"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"https://www.estaimpuis.be/salon-saveurs-et-nature-2/\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "943f1cd08dbf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cb2876b8"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a rel=\"bookmark\" href=\"https://www.estaimpuis.be/inscriptions-plaines-estaimloisirs-2025/\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e3c043423ab",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5f8d43cd"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"textwidget\">",
            "message": "Confirm this text 'Administration communale\nd’Estaimpuis' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "73b222032105",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9eab77cf"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Administration communale' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3332ebff5a0e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f2bf52aa"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text 'd’Estaimpuis' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "640596defeb6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-94d3c6bd"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text 'Rue de Berne, 4' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text '7730 Leers-Nord (Estaimpuis)' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Téléphone : 056 48 13 48' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text 'E-mail : info@estaimpuis.be' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"widget-content-wrapper\">",
            "message": "Confirm this text 'Archives' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "92184a820be8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fb1749d6"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"widget-title\">",
            "message": "Confirm this text 'Archives' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<select name=\"archive-dropdown\" id=\"archives-dropdown-8\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "112b703f04fd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f34cbc87"
          },
          {
            "rule": "input_label_exists",
            "xpath": null,
            "html": "<select name=\"archive-dropdown\" id=\"archives-dropdown-8\">",
            "message": "Form control element <select> has no associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0abcd07afbcc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e05d8933"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"site-credit\">",
            "message": "Confirm this text 'Copyright © 2024 Administration communale d'Estaimpuis' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "efd9d1e1cdf6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-34663726"
          }
        ],
        "outcomeCount": 3645,
        "uniqueFailedCount": 48,
        "duplicateFailedCount": 14,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 14
    },
    {
      "submittedUrl": "https://www.estinnes.be/",
      "finalUrl": "https://www.estinnes.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Home page — Commune d'Estinnes",
      "elapsedMs": 10683,
      "error": null,
      "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": 1364,
          "failed": 6,
          "cantTell": 62,
          "inapplicable": 43
        },
        "failedRules": [
          "aria-allowed-role",
          "aria-required-children",
          "region"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-command-name",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "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",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Ma commune\"]",
            "html": "<label aria-label=\"Ma commune\" for=\"navitem-ma-commune\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "08bf0032a133",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fb93ab52"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Vivre à Estinnes\"]",
            "html": "<label aria-label=\"Vivre à Estinnes\" for=\"navitem-vivre-a-estinnes\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "97802ac0e0a8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f8603aab"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Bouger - Découvrir\"]",
            "html": "<label aria-label=\"Bouger - Découvrir\" for=\"navitem-bouger-decouvrir\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aaa7d435a17f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-68467d55"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"En un clic\"]",
            "html": "<label aria-label=\"En un clic\" for=\"navitem-en-un-clic\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "19161ad7ce3c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1cd97163"
          },
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#portal-globalnav",
            "html": "<ul class=\"navbar-nav\" id=\"portal-globalnav\" role=\"menubar\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: [role=button]",
            "relatedPaths": [
              "label[aria-label=\"Ma commune\"]",
              "label[aria-label=\"Vivre à Estinnes\"]",
              "label[aria-label=\"Bouger - Découvrir\"]",
              "label[aria-label=\"En un clic\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ba16dc1e37b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8565635e"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#portal-colophon",
            "html": "<div id=\"portal-colophon\">",
            "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": "525df9f82552",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-edf401d2"
          }
        ],
        "outcomeCount": 1475,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 6
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2307,
          "failed": 51,
          "cantTell": 37,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_complementary_labelled",
          "aria_content_in_landmark",
          "aria_id_unique",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "input_label_visible",
          "label_name_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "svg_graphics_labelled",
          "text_block_heading"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style>",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "86e8806de3c4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b81717"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aec10892d009",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9ad5fff9"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"https://www.estinnes.be/++webresource++d5804eac-48ee-5c69-8389-75ac65829cb3/++plone++facetednavigation/faceted-jquery.min.css\" data-bundle=\"faceted.jquery\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "28fde83c6a11",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2c794290"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"https://www.estinnes.be/++webresource++43bbf1da-aae0-5ac8-a00f-ba7878d86274//++theme++estinnes/dist/css/theme.css\" data-bundle=\"diazo\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e828cc76d629",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fa6043b5"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.estinnes.be/#content\" class=\"show-on-focus\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "77b85368fe86",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-264d3a11"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#portal-globalnav-collapse\" class=\"navbar-toggler\" aria-label=\"Activer/désactiver la navigation\" aria-expanded=\"false\" aria-controls=\"navbarNav\">",
            "message": "The 'id' \"navbarNav\" specified for the ARIA property 'aria-controls' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ddd6e0a8e97",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7be75485"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#portal-globalnav-collapse\" class=\"navbar-toggler\" aria-label=\"Activer/désactiver la navigation\" aria-expanded=\"false\" aria-controls=\"navbarNav\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d2bd66ffb707",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-55b9b791"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"#offcanvasSearch\" data-bs-toggle=\"offcanvas\" data-bs-target=\"#offcanvasSearch\" aria-controls=\"offcanvasSearch\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "37c96be01382",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a652846"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\" aria-label=\"Acceptez tous les cookies\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e10537981543",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f4c83f57"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\" aria-label=\"Acceptez tous les cookies\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c99aa68d577",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-11d7452b"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\" aria-label=\"Acceptez tous les cookies\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a5a59ced4695",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4f9b556e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.estinnes.be/@@consent\" data-pat-plone-modal=\"{\"prependContent\": \"\"}\" class=\"pat-plone-modal\" aria-label=\"En savoir plus et paramétrer les cookies\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e9ebe31e835",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-87375586"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a href=\"https://www.estinnes.be/@@consent\" data-pat-plone-modal=\"{\"prependContent\": \"\"}\" class=\"pat-plone-modal\" aria-label=\"En savoir plus et paramétrer les cookies\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc28f9c97973",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e9275fa9"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\" aria-label=\"Refuser tous les cookies\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e64b2dca5d4e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9e6f9182"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\" aria-label=\"Refuser tous les cookies\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "40856ff9f94e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-37e5941e"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\" aria-label=\"Refuser tous les cookies\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e5f89d76cef",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4abe1a5a"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside id=\"global_statusmessage\" class=\"col-12\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "887a871d98d6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d6a7e678"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" viewBox=\"0 0 20 20\" height=\"20\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6cbf9ef13234",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1cec4d95"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Horaires' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "899b2aeb881e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-abe54ce3"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d02d12577a26",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a4dedb7"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Contact' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48.01 35.28\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "43b9f1e5a96c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-99505c7e"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'E-guichet' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "337ea47b3241",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ec9aff45"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Location de salles' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" viewBox=\"0 0 20 24\" height=\"24\" fill=\"#000\" class=\"plone-icon plone-icon\" aria-labelledby=\"title\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "08847432916d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-159fd873"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" viewBox=\"0 0 20 24\" height=\"24\" fill=\"#000\" class=\"plone-icon plone-icon\" aria-labelledby=\"title\">",
            "message": "The 'id' \"title\" specified for the ARIA property 'aria-labelledby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "400769390d3d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c6d6602f"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Annuaire' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Signaler un problème (Travaux)' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 18.46 24\" height=\"24\" data-name=\"Calque 1\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be5c340b2e28",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-83cbdf7f"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Dossier de sécurité' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Padel' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Jobs' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'CPAS' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.estinnes.be/actualites\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "05ea26228ad1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7972e823"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.estinnes.be/bulletins-communaux/index\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7d37f13e621",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-596f5105"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.estinnes.be/#content-header\" class=\"show-on-focus skip-before-footer\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2797dbcf82ba",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-530c30bd"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b067970e7535",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.estinnes.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ba87d01c7785",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-74e4b175"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.estinnes.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ee66a235df9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a9c69da0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.estinnes.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b470c88119b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7583db70"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.estinnes.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "43936fb33d2a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e8a2ffcb"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.estinnes.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b2d11963a0b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1b7d6765"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.estinnes.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "49712b3f5bc0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-28135c66"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.estinnes.be/annuaire/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ddc856a6a99",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-96e0e52a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.estinnes.be/annuaire/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4f2d8e78519b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-05b19279"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "baf38f019366",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6e7f9087"
          }
        ],
        "outcomeCount": 2390,
        "uniqueFailedCount": 38,
        "duplicateFailedCount": 13,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 13
    },
    {
      "submittedUrl": "https://www.farciennes.be/",
      "finalUrl": "https://www.farciennes.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Accueil — Farciennes",
      "elapsedMs": 12752,
      "error": null,
      "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": 1675,
          "failed": 6,
          "cantTell": 73,
          "inapplicable": 43
        },
        "failedRules": [
          "aria-allowed-role",
          "aria-required-children",
          "region"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-command-name",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "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",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Ma commune\"]",
            "html": "<label aria-label=\"Ma commune\" for=\"navitem-ma-commune\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "91db56a0f3dc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fb93ab52"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Vivre à Farciennes\"]",
            "html": "<label aria-label=\"Vivre à Farciennes\" for=\"navitem-vivre-a-farciennes\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "90e09132127f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e59a7282"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"En images\"]",
            "html": "<label aria-label=\"En images\" for=\"navitem-en-images\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b77b80a12e45",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8f76aef5"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Je trouve\"]",
            "html": "<label aria-label=\"Je trouve\" for=\"navitem-je-trouve\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a0431ab0113",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-95636ade"
          },
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#portal-globalnav",
            "html": "<ul class=\"navbar-nav\" id=\"portal-globalnav\" role=\"menubar\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: [role=button]",
            "relatedPaths": [
              "label[aria-label=\"Ma commune\"]",
              "label[aria-label=\"Vivre à Farciennes\"]",
              "label[aria-label=\"En images\"]",
              "label[aria-label=\"Je trouve\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e901fc058b26",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8565635e"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#portal-colophon",
            "html": "<div id=\"portal-colophon\">",
            "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": "1b213cd331bf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-edf401d2"
          }
        ],
        "outcomeCount": 1797,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 6
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3698,
          "failed": 104,
          "cantTell": 83,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_complementary_labelled",
          "aria_content_in_landmark",
          "aria_id_unique",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "input_label_visible",
          "label_name_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "svg_graphics_labelled",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style>",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7eddb7133884",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b81717"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f29b1f4e1964",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9ad5fff9"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"https://www.farciennes.be/++webresource++d5804eac-48ee-5c69-8389-75ac65829cb3/++plone++facetednavigation/faceted-jquery.min.css\" data-bundle=\"faceted.jquery\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b5b460063e08",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-76f7f6a2"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"https://www.farciennes.be/++webresource++658f97be-f44c-5a9f-9f83-ed3d54acf006//++theme++farciennes/dist/css/theme.css\" data-bundle=\"diazo\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b3c2298d260",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c214df51"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.farciennes.be/#content\" class=\"show-on-focus\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7468319e247",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d5cf7e2d"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.w3.org/2000/svg\" width=\"113\" viewBox=\"0 0 113 113\" height=\"113\" fill=\"none\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f4a869ff52cd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d57830ca"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#portal-globalnav-collapse\" class=\"navbar-toggler\" aria-label=\"Activer/désactiver la navigation\" aria-expanded=\"false\" aria-controls=\"navbarNav\">",
            "message": "The 'id' \"navbarNav\" specified for the ARIA property 'aria-controls' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a17131aa28a7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7be75485"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#portal-globalnav-collapse\" class=\"navbar-toggler\" aria-label=\"Activer/désactiver la navigation\" aria-expanded=\"false\" aria-controls=\"navbarNav\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "40916c8c0adf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-55b9b791"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"#offcanvasSearch\" data-bs-toggle=\"offcanvas\" data-bs-target=\"#offcanvasSearch\" aria-controls=\"offcanvasSearch\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "54aa62d99c05",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a652846"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div style=\"\" id=\"1768474945774\" class=\"portalMessage error\">",
            "message": "Confirm this text 'Attention' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b1628bd6daf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4e44c086"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\" aria-label=\"Acceptez tous les cookies\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3634ed9023c2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f4c83f57"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\" aria-label=\"Acceptez tous les cookies\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea10f702b81f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f761d507"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\" aria-label=\"Acceptez tous les cookies\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d9dbd532a21",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-11d7452b"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\" aria-label=\"Acceptez tous les cookies\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "110ee31bf53b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4f9b556e"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.farciennes.be/@@consent\" data-pat-plone-modal=\"{\"prependContent\": \"\"}\" class=\"pat-plone-modal\" aria-label=\"En savoir plus et paramétrer les cookies\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "63ca0d469825",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-923913b6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.farciennes.be/@@consent\" data-pat-plone-modal=\"{\"prependContent\": \"\"}\" class=\"pat-plone-modal\" aria-label=\"En savoir plus et paramétrer les cookies\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "975d6d431247",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c7dead14"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a href=\"https://www.farciennes.be/@@consent\" data-pat-plone-modal=\"{\"prependContent\": \"\"}\" class=\"pat-plone-modal\" aria-label=\"En savoir plus et paramétrer les cookies\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "821d9e1503fa",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-74690dd0"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\" aria-label=\"Refuser tous les cookies\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "17557d49a186",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9e6f9182"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\" aria-label=\"Refuser tous les cookies\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1e6e86811837",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-877f508f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\" aria-label=\"Refuser tous les cookies\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71fd6299514b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-37e5941e"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\" aria-label=\"Refuser tous les cookies\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ca913d8c92d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4abe1a5a"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside id=\"global_statusmessage\" class=\"col-12\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3cb140a62a62",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d6a7e678"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48.01 35.28\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "34522ec95e05",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-99505c7e"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Démarches en ligne' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d5cbd0ef5e5f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-abe54ce3"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 23.5 19.23\" fill=\"#000\" class=\"plone-icon\" aria-labelledby=\"title\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "129b9a59e2c4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8fb3f986"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 23.5 19.23\" fill=\"#000\" class=\"plone-icon\" aria-labelledby=\"title\">",
            "message": "The 'id' \"title\" specified for the ARIA property 'aria-labelledby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1d057653e26d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-76e1b79e"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Prise de RDV' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 15.98 14.21\" data-name=\"Calque 5\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4f1b4afe1679",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9e4dd8eb"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Signalement' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 15.85 14.02\" data-name=\"Calque 6\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b89f465a2595",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-05cf9950"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Emploi' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 28.18 19.82\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dcb802c9b684",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-eba9678b"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'CPAS' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3c45aa8c09bd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span datetime=\"2026-04-20T11:27:07+00:00\" data-pat-display-time=\"from-now: true\" class=\"pat-display-time\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "abda3b3a2aca",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2936413f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 20px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "db698f733bd3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-61d6b2cc"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span datetime=\"2026-04-17T10:43:28+00:00\" data-pat-display-time=\"from-now: true\" class=\"pat-display-time\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fbfd019085e7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a1bfef1b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 20px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"swiper_category\">",
            "message": "Confirm this text 'Projets de ville' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c19b9722eac0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-812c55c0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span datetime=\"2026-04-02T12:24:34+00:00\" data-pat-display-time=\"from-now: true\" class=\"pat-display-time\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aed6510203da",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1184dd6b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 20px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span datetime=\"2026-04-01T12:15:30+00:00\" data-pat-display-time=\"from-now: true\" class=\"pat-display-time\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1311e1690954",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-830218e7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 20px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span datetime=\"2026-04-01T08:00:00+00:00\" data-pat-display-time=\"from-now: true\" class=\"pat-display-time\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "39e67b53c301",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cbd0d87f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 20px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span datetime=\"2026-03-30T07:33:01+00:00\" data-pat-display-time=\"from-now: true\" class=\"pat-display-time\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "07f6c11a1125",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-06564ff3"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 20px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"swiper_category\">",
            "message": "Confirm this text 'Projets de ville' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span datetime=\"2026-03-19T11:06:26+00:00\" data-pat-display-time=\"from-now: true\" class=\"pat-display-time\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cbe2d5143b06",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3939c7f8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 20px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span datetime=\"2026-03-19T10:22:38+00:00\" data-pat-display-time=\"from-now: true\" class=\"pat-display-time\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a348f0fe226",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-02c51c00"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 20px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span datetime=\"2026-03-11T12:32:53+00:00\" data-pat-display-time=\"from-now: true\" class=\"pat-display-time\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8257373a7a0b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f9e54363"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 20px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.farciennes.be/actualites\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7383ad8cd6a5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b427f33c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.farciennes.be/agenda\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "95c0ccca41f8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-973dee65"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2 class=\"section-title\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 52px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a7b6a42c1775",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f7bf1660"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"auth_source_container_title\">",
            "message": "Confirm this text 'Publications officielles' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "23588f2f9a82",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1e049f4a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span datetime=\"2026-02-25T11:05:00+00:00\" data-pat-display-time=\"from-now: true\" class=\"pat-display-time\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd5e3f5379bb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5855e851"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 20px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"auth_source_container_title\">",
            "message": "Confirm this text 'Publications officielles' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span datetime=\"2026-02-25T11:05:00+00:00\" data-pat-display-time=\"from-now: true\" class=\"pat-display-time\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 20px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.farciennes.be/publications-officielles\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb8790541f90",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b59ff2e2"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 28 34.12\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb420fca5aad",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e3dfa86a"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Info travaux' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 15.69 15.69\" data-name=\"Calque 8\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c665a368bf08",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c510e461"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Délibérations du Conseil' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 18.46 24\" height=\"24\" data-name=\"Calque 1\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fbbdcc743d00",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-83cbdf7f"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Règlements communaux' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Voir tous les magazines\" href=\"https://www.farciennes.be/ma-commune/services-administratifs/farciennes-bouge\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "73f07c9acb4d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f881c292"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2035.56\" fill=\"#000\" data-name=\"Calque 2\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "880338892ee6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6911264f"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Facebook' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" fill=\"#000\" class=\"plone-icon\" aria-labelledby=\"title\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eadd97d5c8e8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-42111521"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" fill=\"#000\" class=\"plone-icon\" aria-labelledby=\"title\">",
            "message": "The 'id' \"title\" specified for the ARIA property 'aria-labelledby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9e0ac8790da4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-25a37d30"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Instagram' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" viewBox=\"0 0 16 16\" height=\"16\" fill=\"currentColor\" class=\"plone-icon bi bi-linkedin\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6710ae70caeb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7a5d862a"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'LinkedIn' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "07714f9ff03d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a4dedb7"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'App Be6240' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.farciennes.be/#content-header\" class=\"show-on-focus skip-before-footer\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf197da2ac26",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c3d31e55"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a6f5d8e55b5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.farciennes.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c2ceca03587f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2dba215c"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.farciennes.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4dc42125b209",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f0bfe9a8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.farciennes.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "08ba4c595050",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-36a5eeb8"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.farciennes.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4eb2118e22c5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3954bd15"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.farciennes.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de93f86bcc4f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-887d82cd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.farciennes.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ba9dc23d38dc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-57abafdb"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.farciennes.be/annuaire/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "541deb37b9ee",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-827f1427"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.farciennes.be/annuaire/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f6fa9d9f4ae4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f9e03899"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ae123852b852",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6e7f9087"
          }
        ],
        "outcomeCount": 3848,
        "uniqueFailedCount": 67,
        "duplicateFailedCount": 37,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 37
    },
    {
      "submittedUrl": "https://fleurus.be/",
      "finalUrl": "https://fleurus.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Ville de Fleurus",
      "elapsedMs": 14545,
      "error": null,
      "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": 1355,
          "failed": 67,
          "cantTell": 98,
          "inapplicable": 50
        },
        "failedRules": [
          "aria-allowed-attr",
          "color-contrast",
          "heading-order",
          "image-alt",
          "image-redundant-alt",
          "label-title-only",
          "landmark-one-main",
          "link-name",
          "list",
          "listitem",
          "page-has-heading-one",
          "region"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "region",
          "scrollable-region-focusable",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "aria-allowed-attr",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-attr?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".wp-block-navigation-submenu__toggle.wp-block-navigation-item__content",
            "html": "<div class=\"wp-block-navigation-item__content wp-block-navigation-submenu__toggle\" aria-expanded=\"false\">",
            "message": "Elements must only use supported ARIA attributes",
            "fixSummary": "Fix all of the following:\n  ARIA attribute is not allowed: aria-expanded=\"false\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c53f965cc4ef",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-df50c1a9"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".myfleurus-btn > span > span",
            "html": "<span style=\"color: #bfa0c9\"> my</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.31 (foreground color: #bfa0c9, background color: #ffffff, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac625bc6dbf5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-df9f7a3a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(10) > .has-primary-color",
            "html": "<mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-primary-color\">(*) Fluicity :</mark>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.14 (foreground color: #e33a67, background color: #ffffff, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b1d3f6050c1a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a0d26040"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(11) > .has-tertiary-color",
            "html": "<mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-tertiary-color\">(**) Betterstreet :</mark>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.31 (foreground color: #bfa0c9, background color: #ffffff, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e71300d9e213",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c7f6c58c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".slick-current.slick-active[data-slick-index=\"0\"] > div > .post-25119.event_category-affaires-patriotique.event > .wp-container-core-group-is-layout-3a02abfb.wp-block-group-is-layout-constrained.is-layout-constrained > .is-style-without-excerpt.wp-block-post-excerpt.has-text-align-center > .wp-block-post-excerpt__more-text > .wp-block-post-excerpt__more-link",
            "html": "<a class=\"wp-block-post-excerpt__more-link\" href=\"https://fleurus.be/evenements/commemorations-8-mai/\" tabindex=\"0\">Plus d’infos</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.9 (foreground color: #e33a67, background color: #f8f8f8, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".slick-current.slick-active[data-slick-index=\"0\"] > div > .post-25119.event_category-affaires-patriotique.event"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc7d5f72ebe3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-facdf048"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".slick-active[data-slick-index=\"1\"][aria-hidden=\"false\"] > div > .post-25029.event_category-sport.event > .wp-container-core-group-is-layout-3a02abfb.wp-block-group-is-layout-constrained.is-layout-constrained > .is-style-without-excerpt.wp-block-post-excerpt.has-text-align-center > .wp-block-post-excerpt__more-text > .wp-block-post-excerpt__more-link",
            "html": "<a class=\"wp-block-post-excerpt__more-link\" href=\"https://fleurus.be/evenements/plaine-air/\" tabindex=\"0\">Plus d’infos</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.9 (foreground color: #e33a67, background color: #f8f8f8, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".slick-active[data-slick-index=\"1\"][aria-hidden=\"false\"] > div > .post-25029.event_category-sport.event"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cddb49100ffd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8b67a93e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".slick-active[data-slick-index=\"2\"][aria-hidden=\"false\"] > div > .post-24865.event.type-event > .wp-container-core-group-is-layout-3a02abfb.wp-block-group-is-layout-constrained.is-layout-constrained > .is-style-without-excerpt.wp-block-post-excerpt.has-text-align-center > .wp-block-post-excerpt__more-text > .wp-block-post-excerpt__more-link",
            "html": "<a class=\"wp-block-post-excerpt__more-link\" href=\"https://fleurus.be/evenements/unique-en-son-genre/\" tabindex=\"0\">Plus d’infos</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.9 (foreground color: #e33a67, background color: #f8f8f8, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".slick-active[data-slick-index=\"2\"][aria-hidden=\"false\"] > div > .post-24865.event.type-event"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "add0cbc923c8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-412a4a4a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#validate",
            "html": "<button id=\"validate\">Tout accepter <i class=\"fa fa-check\"></i></button>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.14 (foreground color: #ffffff, background color: #e33a67, font size: 10.0pt (13.3333px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#validate"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "137919f9ef23",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a8d611a"
          },
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".inner-content > h4",
            "html": "<h4 class=\"wp-block-heading has-text-align-center\" style=\"margin-top:var(--wp--preset--spacing--40);margin-bottom:var(--wp--preset--spacing--40);text-transform:uppercase\">Suivez-nous sur les <strong>réseaux sociaux</strong></h4>",
            "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": "5a8b40fa7f4f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-75f51e4c"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".myfleurus-btn > img[decoding=\"async\"]",
            "html": "<img decoding=\"async\" src=\"/wp-content/themes/fleurus/dist/assets/img/myfleurus.svg\">",
            "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": "ed1fea956371",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-485bd418"
          },
          {
            "rule": "image-redundant-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-redundant-alt?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "img[alt=\"Fleurus positive !\"]",
            "html": "<img decoding=\"async\" src=\"https://fleurus.be/wp-content/uploads/2023/11/fleuruspositive-1.png\" alt=\"Fleurus positive !\" style=\"object-fit:cover\">",
            "message": "Alternative text of images should not be repeated as text",
            "fixSummary": "Fix all of the following:\n  Element contains <img> element with alt text that duplicates existing text",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d61a2289eed",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a9a6d431"
          },
          {
            "rule": "image-redundant-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-redundant-alt?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "img[alt=\"Fleurus mag\"]",
            "html": "<img decoding=\"async\" src=\"https://fleurus.be/wp-content/uploads/2026/01/Cover-mag-n31.png\" alt=\"Fleurus mag\" style=\"object-fit:cover\">",
            "message": "Alternative text of images should not be repeated as text",
            "fixSummary": "Fix all of the following:\n  Element contains <img> element with alt text that duplicates existing text",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "076c96678de3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0576d03f"
          },
          {
            "rule": "image-redundant-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-redundant-alt?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "img[alt=\"Espace presse\"]",
            "html": "<img decoding=\"async\" src=\"https://fleurus.be/wp-content/uploads/2023/12/espace-presse.webp\" alt=\"Espace presse\" style=\"object-fit:cover\">",
            "message": "Alternative text of images should not be repeated as text",
            "fixSummary": "Fix all of the following:\n  Element contains <img> element with alt text that duplicates existing text",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dd5b704ac3df",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4b11be75"
          },
          {
            "rule": "image-redundant-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-redundant-alt?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "img[alt=\"Brochures\"]",
            "html": "<img decoding=\"async\" src=\"https://fleurus.be/wp-content/uploads/2023/12/2.jpg\" alt=\"Brochures\" style=\"object-fit:cover\">",
            "message": "Alternative text of images should not be repeated as text",
            "fixSummary": "Fix all of the following:\n  Element contains <img> element with alt text that duplicates existing text",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1bada1c543f6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-86910c78"
          },
          {
            "rule": "image-redundant-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-redundant-alt?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "img[alt=\"Charte graphique\"]",
            "html": "<img decoding=\"async\" src=\"https://fleurus.be/wp-content/uploads/2023/12/1.jpg\" alt=\"Charte graphique\" style=\"object-fit:cover\">",
            "message": "Alternative text of images should not be repeated as text",
            "fixSummary": "Fix all of the following:\n  Element contains <img> element with alt text that duplicates existing text",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c84dbe557c0c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-75ce4a7b"
          },
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "input[title=\"Votre email\"]",
            "html": "<input title=\"Votre email\" type=\"text\" name=\"email\" placeholder=\"E-mail\">",
            "message": "Form elements should have a visible label",
            "fixSummary": "Fix all of the following:\n  Only title used to generate label for form element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e8c98ee4d0a1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a9a7ec8d"
          },
          {
            "rule": "landmark-one-main",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "html",
            "html": "<html lang=\"fr-FR\">",
            "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": "de012b583c1a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b00be0"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".is-style-default.wp-block-fidelo-icon-picker[data-width=\"40\"]:nth-child(1) > .wp_permalink_global[title=\"\"][rel=\"noopener\"]",
            "html": "<a href=\"https://www.facebook.com/VilledeFleurus\" target=\"_blank\" class=\"wp_permalink_global\" rel=\"noopener\" title=\"\"></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 an empty title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8dcb30105787",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-65238b9b"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".is-style-default.wp-block-fidelo-icon-picker[data-width=\"40\"]:nth-child(2) > .wp_permalink_global[title=\"\"][rel=\"noopener\"]",
            "html": "<a href=\"https://www.instagram.com/villedefleurus/\" target=\"_blank\" class=\"wp_permalink_global\" rel=\"noopener\" title=\"\"></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 an empty title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b55ceaaa123",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-aca42494"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "div[data-width=\"50\"] > .wp_permalink_global[title=\"\"][rel=\"noopener\"]",
            "html": "<a href=\"https://www.youtube.com/@Ville.de.Fleurus\" target=\"_blank\" class=\"wp_permalink_global\" rel=\"noopener\" title=\"\"></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 an empty title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fd2214b47f01",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-89af4135"
          },
          {
            "rule": "list",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/list?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".columns-1",
            "html": "<ul class=\"columns-1 wp-block-post-template is-layout-grid wp-container-core-post-template-is-layout-19505109 wp-block-post-template-is-layout-grid slick-initialized slick-slider\">",
            "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: button, div",
            "relatedPaths": [
              ".slick-prev",
              ".columns-1 > .slick-list.draggable",
              ".slick-next"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fed186282666",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-14db790a"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".slick-current.slick-active[data-slick-index=\"0\"] > div > .post-25119.event_category-affaires-patriotique.event",
            "html": "<li class=\"wp-block-post post-25119 event type-event status-publish has-post-thumbnail hentry event_category-affaires-patriotique\" style=\"width: 100%; display: inline-block;\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item does not have a <ul>, <ol> parent element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f6bea242c1c3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a320305e"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".slick-active[data-slick-index=\"1\"][aria-hidden=\"false\"] > div > .post-25029.event_category-sport.event",
            "html": "<li class=\"wp-block-post post-25029 event type-event status-publish has-post-thumbnail hentry event_category-sport\" style=\"width: 100%; display: inline-block;\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item does not have a <ul>, <ol> parent element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6888092bfb04",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-33145289"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".slick-active[data-slick-index=\"2\"][aria-hidden=\"false\"] > div > .post-24865.event.type-event",
            "html": "<li class=\"wp-block-post post-24865 event type-event status-publish has-post-thumbnail hentry\" style=\"width: 100%; display: inline-block;\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item does not have a <ul>, <ol> parent element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "273e8a078809",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a573ae4a"
          },
          {
            "rule": "page-has-heading-one",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "html",
            "html": "<html lang=\"fr-FR\">",
            "message": "Page should contain a level-one heading",
            "fixSummary": "Fix all of the following:\n  Page must have a level-one heading",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "07b0727c7f07",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ee8d7590"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".alert_message",
            "html": "<div class=\"alert_message\"><!-- wp:paragraph -->\n<p><strong><strong>En raison des jours fériés de mai, les services communaux seront fermés les 1er, 14, 15 et 25 mai.<br><br></strong></strong></p>\n<!-- /wp:paragraph --><div class=\"alert_close\"></div></div>",
            "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": "329c09e94faf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d71786f7"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#growup",
            "html": "<div id=\"growup\" class=\"wp-block-group is-layout-constrained wp-container-core-group-is-layout-7720b61b wp-block-group-is-layout-constrained\" style=\"padding-top:80px;padding-right:0;padding-bottom:100px;padding-left:0\">",
            "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": "b77690bc6220",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-32ca5ed5"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".txt_howToHelp",
            "html": "<p class=\"txt_howToHelp\">Comment pouvons-nous vous aider ?</p>",
            "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": "a8ce167ef5c6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-810fe24a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#myCity > .wp-block-heading",
            "html": "<h2 class=\"wp-block-heading\" style=\"margin-bottom:20px;text-transform:uppercase\"><strong>Ma commune</strong></h2>",
            "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": "6f0ebbfd0ce8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-834ca675"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#quickAccess > h3",
            "html": "<h3 class=\"wp-block-heading\" style=\"font-style:normal;font-weight:300;text-transform:uppercase\"><em>Accès rapide</em></h3>",
            "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": "611b3112dcfc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7834151e"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "div[data-link=\"https://fleurus.egovflow.be/\"][data-text=\"true\"][data-width=\"40\"] > .icon-text",
            "html": "<div class=\"icon-text\"><p>Démarches administratives</p></div>",
            "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": "1f90e56f1e85",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-77fddebc"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".wp-container-core-group-is-layout-6c531013.is-nowrap.wp-block-group-is-layout-flex:nth-child(2) > .wp-block-fidelo-icon-picker[data-text=\"true\"][data-width=\"40\"]:nth-child(2) > .icon-text",
            "html": "<div class=\"icon-text\"><p>Population<br>État Civil</p></div>",
            "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": "84be93975f10",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f50c9dbd"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".wp-container-core-group-is-layout-6c531013.is-nowrap.wp-block-group-is-layout-flex:nth-child(4) > .wp-block-fidelo-icon-picker[data-text=\"true\"][data-width=\"40\"]:nth-child(1) > .icon-text",
            "html": "<div class=\"icon-text\"><p>Horaires</p></div>",
            "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": "c6850104a7d3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-682c4b0b"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".wp-container-core-group-is-layout-6c531013.is-nowrap.wp-block-group-is-layout-flex:nth-child(4) > .wp-block-fidelo-icon-picker[data-text=\"true\"][data-width=\"40\"]:nth-child(2) > .icon-text",
            "html": "<div class=\"icon-text\"><p>Carte travaux</p></div>",
            "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": "97f71eb91f2e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f8e2d833"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".wp-container-core-group-is-layout-6c531013.is-nowrap.wp-block-group-is-layout-flex:nth-child(6) > .wp-block-fidelo-icon-picker[data-text=\"true\"][data-width=\"40\"]:nth-child(1) > .icon-text",
            "html": "<div class=\"icon-text\"><p>Collectes TIBI</p></div>",
            "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": "113838484237",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-34a7bb70"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".wp-container-core-group-is-layout-6c531013.is-nowrap.wp-block-group-is-layout-flex:nth-child(6) > .wp-block-fidelo-icon-picker[data-text=\"true\"][data-width=\"40\"]:nth-child(2) > .icon-text",
            "html": "<div class=\"icon-text\"><p>Organiser un évènement</p></div>",
            "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": "81fa40c5610a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7e850f7e"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".wp-container-core-group-is-layout-6c531013.is-nowrap.wp-block-group-is-layout-flex:nth-child(8) > .wp-block-fidelo-icon-picker[data-text=\"true\"][data-width=\"40\"]:nth-child(1) > .icon-text",
            "html": "<div class=\"icon-text\"><p>Fluicity <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-primary-color\">*</mark> </p></div>",
            "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": "3283efc3e497",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-36806134"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".wp-container-core-group-is-layout-6c531013.is-nowrap.wp-block-group-is-layout-flex:nth-child(8) > .wp-block-fidelo-icon-picker[data-text=\"true\"][data-width=\"40\"]:nth-child(2) > .icon-text",
            "html": "<div class=\"icon-text\"><p>Betterstreet <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-tertiary-color\">**</mark></p></div>",
            "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": "60a036f304f1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c80e46bc"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "p:nth-child(10)",
            "html": "<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-primary-color\">(*) Fluicity :</mark> Fluicity c’est votre espace de participation citoyenne ! Diffusez vos idées pour faire grandir ensemble Fleurus. </p>",
            "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": "d2e513a4390c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-08bed9d4"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "p:nth-child(11)",
            "html": "<p>",
            "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": "3c06f4aaa306",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e747eb66"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#myDistrict > h3",
            "html": "<h3 class=\"wp-block-heading\" style=\"font-style:normal;font-weight:300;text-transform:uppercase\"><em>Mon quartier</em></h3>",
            "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": "317708763606",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-da7c5de0"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#news",
            "html": "<div class=\"wp-block-group alignfull is-layout-flow wp-block-group-is-layout-flow\" id=\"news\" style=\"padding-right:0px;padding-left:0px\">",
            "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": "12faa6c6739a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cb8cf225"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#events > .wp-block-columns.wp-container-core-columns-is-layout-28f84493.wp-block-columns-is-layout-flex",
            "html": "<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">",
            "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": "9bcb5f5e2221",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-62515656"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".slick-current.slick-active[data-slick-index=\"0\"] > div > .post-25119.event_category-affaires-patriotique.event > .wp-block-post-featured-image.alignwide",
            "html": "<figure class=\"alignwide wp-block-post-featured-image\">",
            "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": "f407ab17b6e2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e8499c58"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".slick-current.slick-active[data-slick-index=\"0\"] > div > .post-25119.event_category-affaires-patriotique.event > .wp-container-core-group-is-layout-3a02abfb.wp-block-group-is-layout-constrained.is-layout-constrained > .wp-block-post-title",
            "html": "<h2 style=\"font-size:clamp(17.905px, 1.119rem + ((1vw - 3.2px) * 0.789), 28px);font-style:normal;font-weight:700;text-transform:uppercase; margin-bottom:15px;\" class=\"has-text-align-center wp-block-post-title\">",
            "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": "35ad5b630daf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3f156e3c"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".slick-current.slick-active[data-slick-index=\"0\"] > div > .post-25119.event_category-affaires-patriotique.event > .wp-container-core-group-is-layout-3a02abfb.wp-block-group-is-layout-constrained.is-layout-constrained > .wp-container-core-group-is-layout-b02886af.is-content-justification-center.wp-block-group-is-layout-flex",
            "html": "<div class=\"wp-block-group is-content-justification-center is-layout-flex wp-container-core-group-is-layout-b02886af wp-block-group-is-layout-flex\">",
            "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": "34853426600b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8217f67d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".slick-current.slick-active[data-slick-index=\"0\"] > div > .post-25119.event_category-affaires-patriotique.event > .wp-container-core-group-is-layout-3a02abfb.wp-block-group-is-layout-constrained.is-layout-constrained > .is-style-without-excerpt.wp-block-post-excerpt.has-text-align-center > .wp-block-post-excerpt__more-text",
            "html": "<p class=\"wp-block-post-excerpt__more-text\"><a class=\"wp-block-post-excerpt__more-link\" href=\"https://fleurus.be/evenements/commemorations-8-mai/\" tabindex=\"0\">Plus d’infos</a></p>",
            "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": "757fe553c1b5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0c6e2849"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".slick-active[data-slick-index=\"1\"][aria-hidden=\"false\"] > div > .post-25029.event_category-sport.event > .wp-block-post-featured-image.alignwide",
            "html": "<figure class=\"alignwide wp-block-post-featured-image\">",
            "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": "adc9a571ee4c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a3148bbd"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".slick-active[data-slick-index=\"1\"][aria-hidden=\"false\"] > div > .post-25029.event_category-sport.event > .wp-container-core-group-is-layout-3a02abfb.wp-block-group-is-layout-constrained.is-layout-constrained > .wp-block-post-title",
            "html": "<h2 style=\"font-size:clamp(17.905px, 1.119rem + ((1vw - 3.2px) * 0.789), 28px);font-style:normal;font-weight:700;text-transform:uppercase; margin-bottom:15px;\" class=\"has-text-align-center wp-block-post-title\">",
            "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": "38adb695543d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-becdd028"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".slick-active[data-slick-index=\"1\"][aria-hidden=\"false\"] > div > .post-25029.event_category-sport.event > .wp-container-core-group-is-layout-3a02abfb.wp-block-group-is-layout-constrained.is-layout-constrained > .wp-container-core-group-is-layout-b02886af.is-content-justification-center.wp-block-group-is-layout-flex",
            "html": "<div class=\"wp-block-group is-content-justification-center is-layout-flex wp-container-core-group-is-layout-b02886af wp-block-group-is-layout-flex\">",
            "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": "abbe4e7bb8e9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4486b6ea"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".slick-active[data-slick-index=\"1\"][aria-hidden=\"false\"] > div > .post-25029.event_category-sport.event > .wp-container-core-group-is-layout-3a02abfb.wp-block-group-is-layout-constrained.is-layout-constrained > .is-style-without-excerpt.wp-block-post-excerpt.has-text-align-center > .wp-block-post-excerpt__more-text",
            "html": "<p class=\"wp-block-post-excerpt__more-text\"><a class=\"wp-block-post-excerpt__more-link\" href=\"https://fleurus.be/evenements/plaine-air/\" tabindex=\"0\">Plus d’infos</a></p>",
            "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": "b82cede44523",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bd7e8505"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".slick-active[data-slick-index=\"2\"][aria-hidden=\"false\"] > div > .post-24865.event.type-event > .wp-block-post-featured-image.alignwide",
            "html": "<figure class=\"alignwide wp-block-post-featured-image\">",
            "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": "168cf7a670b5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d910dfb6"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".slick-active[data-slick-index=\"2\"][aria-hidden=\"false\"] > div > .post-24865.event.type-event > .wp-container-core-group-is-layout-3a02abfb.wp-block-group-is-layout-constrained.is-layout-constrained > .wp-block-post-title",
            "html": "<h2 style=\"font-size:clamp(17.905px, 1.119rem + ((1vw - 3.2px) * 0.789), 28px);font-style:normal;font-weight:700;text-transform:uppercase; margin-bottom:15px;\" class=\"has-text-align-center wp-block-post-title\">",
            "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": "b263a3772117",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0ec138f4"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".slick-active[data-slick-index=\"2\"][aria-hidden=\"false\"] > div > .post-24865.event.type-event > .wp-container-core-group-is-layout-3a02abfb.wp-block-group-is-layout-constrained.is-layout-constrained > .wp-container-core-group-is-layout-b02886af.is-content-justification-center.wp-block-group-is-layout-flex",
            "html": "<div class=\"wp-block-group is-content-justification-center is-layout-flex wp-container-core-group-is-layout-b02886af wp-block-group-is-layout-flex\">",
            "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": "3f0ded7d3675",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7507086c"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".slick-active[data-slick-index=\"2\"][aria-hidden=\"false\"] > div > .post-24865.event.type-event > .wp-container-core-group-is-layout-3a02abfb.wp-block-group-is-layout-constrained.is-layout-constrained > .is-style-without-excerpt.wp-block-post-excerpt.has-text-align-center > .wp-block-post-excerpt__more-text",
            "html": "<p class=\"wp-block-post-excerpt__more-text\"><a class=\"wp-block-post-excerpt__more-link\" href=\"https://fleurus.be/evenements/unique-en-son-genre/\" tabindex=\"0\">Plus d’infos</a></p>",
            "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": "3420235779d2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-65f0a5c3"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".wp-block-fidelo-fd-division-group.fd_division_group[data-layout=\"normal\"]:nth-child(1)",
            "html": "<div class=\"wp-block-fidelo-fd-division-group fd_division_group\" data-type=\"fd_block\" data-layout=\"normal\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:0;padding-bottom:var(--wp--preset--spacing--30);padding-left:0\">",
            "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": "1a03e8e0ca84",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-932c14cc"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "div[data-name=\"Fleurus positive !\"] > a",
            "html": "<a href=\"https://fleurus.be/ma-ville/vie-politique/conseil-communal/fleurus-positive/\"><img decoding=\"async\" src=\"https://fleurus.be/wp-content/uploads/2023/11/fleuruspositive-1.png\" alt=\"Fleurus positive !\" style=\"object-fit:cover\"><span class=\"cardName\">Fleurus positive !</span></a>",
            "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": "26c08609e738",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6294ef0d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".inner-content > h4",
            "html": "<h4 class=\"wp-block-heading has-text-align-center\" style=\"margin-top:var(--wp--preset--spacing--40);margin-bottom:var(--wp--preset--spacing--40);text-transform:uppercase\">Suivez-nous sur les <strong>réseaux sociaux</strong></h4>",
            "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": "9a87d5324f5b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6f4370af"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "div[data-link=\"/fleurus-mag/\"] > a[href$=\"fleurus-mag/\"]",
            "html": "<a href=\"/fleurus-mag/\"><img decoding=\"async\" src=\"https://fleurus.be/wp-content/uploads/2026/01/Cover-mag-n31.png\" alt=\"Fleurus mag\" style=\"object-fit:cover\"><span class=\"cardName\">Fleurus mag</span></a>",
            "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": "86d51db74942",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-df8832bf"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "div[data-name=\"Espace presse\"] > a",
            "html": "<a href=\"https://fleurus.be/espace-presse/\"><img decoding=\"async\" src=\"https://fleurus.be/wp-content/uploads/2023/12/espace-presse.webp\" alt=\"Espace presse\" style=\"object-fit:cover\"><span class=\"cardName\">Espace presse</span></a>",
            "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": "592c7087a24c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d82bd1e0"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "div[data-name=\"Brochures\"] > a",
            "html": "<a href=\"https://fleurus.be/accueil/brochures/\"><img decoding=\"async\" src=\"https://fleurus.be/wp-content/uploads/2023/12/2.jpg\" alt=\"Brochures\" style=\"object-fit:cover\"><span class=\"cardName\">Brochures</span></a>",
            "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": "e9ba93bf8e87",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ade6d6d4"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "div[data-link=\"/charte-graphique/\"] > a[href$=\"charte-graphique/\"]",
            "html": "<a href=\"/charte-graphique/\"><img decoding=\"async\" src=\"https://fleurus.be/wp-content/uploads/2023/12/1.jpg\" alt=\"Charte graphique\" style=\"object-fit:cover\"><span class=\"cardName\">Charte graphique</span></a>",
            "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": "4c931497bb4e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f892ffe1"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".wp-block-heading.alignwide",
            "html": "<h2 class=\"wp-block-heading alignwide has-text-align-center\" style=\"text-transform:uppercase\"><strong>Nos partenaires</strong></h2>",
            "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": "2c3ee77dc64b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-892bdec8"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".slick-slide[data-slick-index=\"1\"][aria-hidden=\"true\"]",
            "html": "<div class=\"slick-slide slick-active\" data-slick-index=\"1\" aria-hidden=\"false\" style=\"width: 307px;\" tabindex=\"-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",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f6d1de97f201",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-515b0d7e"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".partners-img > .slick-list.draggable > .slick-track > .slick-active[data-slick-index=\"2\"][aria-hidden=\"false\"]",
            "html": "<div class=\"slick-slide slick-current slick-active slick-center\" data-slick-index=\"2\" aria-hidden=\"false\" style=\"width: 307px;\">",
            "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": "a769b8acb0e8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a057397a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".slick-center",
            "html": "<div class=\"slick-slide slick-active\" data-slick-index=\"3\" aria-hidden=\"false\" style=\"width: 307px;\">",
            "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": "d9e606339761",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bff0f57e"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#popin-wrapper",
            "html": "<div id=\"popin-wrapper\">",
            "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": "131070385577",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5961c63a"
          }
        ],
        "outcomeCount": 1570,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 67
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 7339,
          "failed": 302,
          "cantTell": 194,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_child_valid",
          "aria_content_in_landmark",
          "aria_contentinfo_misuse",
          "element_attribute_deprecated",
          "element_id_unique",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "heading_content_exists",
          "html_skipnav_exists",
          "img_alt_redundant",
          "style_background_decorative",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_hover_persistent",
          "svg_graphics_labelled",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "html_skipnav_exists",
            "xpath": null,
            "html": "<html lang=\"fr-FR\">",
            "message": "Verify there is a way to bypass blocks of content that are repeated on multiple Web pages",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "36c842f656ee",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3f22f51b"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"A7vZI3v+Gz7JfuRolKNM4Aff6zaGuT7X0mf3wtoZTnKv6497cVMnhy03KDqX7kBz/q/iidW7srW31oQbBt4VhgoAAACUeyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGUuY29tOjQ0MyIsImZlYXR1cmUiOiJEaXNhYmxlVGhpcmRQYXJ0eVN0b3JhZ2VQYXJ0aXRpb25pbmczIiwiZXhwaXJ5IjoxNzU3OTgwODAwLCJpc1N1YmRvbWFpbiI6dHJ1ZSwiaXNUaGlyZFBhcnR5Ijp0cnVlfQ==\" http-equiv=\"origin-trial\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9c19d56946c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2da480df"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style id=\"wp-img-auto-sizes-contain-inline-css\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fabe5d81ca91",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2dfe0024"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link media=\"all\" href=\"https://fleurus.be/wp-includes/blocks/navigation/style.min.css?ver=6.9.4\" id=\"wp-block-navigation-css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ae6631a2d159",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7d9515de"
          },
          {
            "rule": "style_hover_persistent",
            "xpath": null,
            "html": "<style id=\"wp-block-image-inline-css\">",
            "message": "Confirm the margin style attribute has not prevented the pointer from hovering over the displayed element, not just the trigger",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "97d1451e65a5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ae627d01"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "34cc7877e7cc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a86234de"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a aria-current=\"page\" rel=\"home\" class=\"custom-logo-link\" href=\"https://fleurus.be/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "40c2f5d697f4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1bcc4e1a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button data-wp-on--keydown=\"actions.handleMenuKeydown\" data-wp-on--click=\"actions.openMenuOnClick\" class=\"wp-block-navigation__responsive-container-open\" aria-haspopup=\"dialog\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f55574051e91",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c0073d45"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"fleurusSearch searchMini\" title=\"Bouton de recherche\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "649ffc0872db",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-473d5043"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div data-alt=\"\" data-src=\"https://fleurus.be/wp-content/uploads/2023/11/chateau-de-la-paix.jpg\" class=\"wp-block-fidelo-mb-growup-item mb-growup-item letter-wrapper\">",
            "message": "Confirm this text 'F' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d6c83e199315",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-13462c8c"
          },
          {
            "rule": "style_background_decorative",
            "xpath": null,
            "html": "<span style=\"background:url(https://fleurus.be/wp-content/uploads/2023/11/chateau-de-la-paix.jpg) no-repeat center/cover;-webkit-background-clip:text;-moz-background-clip:text;background-clip:text\" class=\"letter hasImg\">",
            "message": "Verify the CSS background image does not convey important information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4cfb0a443fad",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6a5b20e3"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div data-alt=\"\" data-src=\"https://fleurus.be/wp-content/uploads/2023/11/cavalcade-2.jpg\" class=\"wp-block-fidelo-mb-growup-item mb-growup-item letter-wrapper\">",
            "message": "Confirm this text 'L' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70c1577ee2c8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4eeb4c2d"
          },
          {
            "rule": "style_background_decorative",
            "xpath": null,
            "html": "<span style=\"background:url(https://fleurus.be/wp-content/uploads/2023/11/cavalcade-2.jpg) no-repeat center/cover;-webkit-background-clip:text;-moz-background-clip:text;background-clip:text\" class=\"letter hasImg\">",
            "message": "Verify the CSS background image does not convey important information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e2a9dd476d1d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bc5c0626"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div data-alt=\"Monument aux mort à place ferrer\" data-src=\"https://fleurus.be/wp-content/uploads/2023/11/Synthese_HD_0380_Fleurus2020_981be-scaled.jpg\" class=\"wp-block-fidelo-mb-growup-item mb-growup-item letter-wrapper\">",
            "message": "Confirm this text 'E' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e373b64dfd55",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1448bfb5"
          },
          {
            "rule": "style_background_decorative",
            "xpath": null,
            "html": "<span style=\"background:url(https://fleurus.be/wp-content/uploads/2023/11/Synthese_HD_0380_Fleurus2020_981be-scaled.jpg) no-repeat center/cover;-webkit-background-clip:text;-moz-background-clip:text;background-clip:text\" class=\"letter hasImg\">",
            "message": "Verify the CSS background image does not convey important information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f3596ccce224",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5555bcdc"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div data-alt=\"Arbre Campagne de Wagnelée\" data-src=\"https://fleurus.be/wp-content/uploads/2023/11/Synthese_HD_0183_Fleurus2020_981be-scaled.jpg\" class=\"wp-block-fidelo-mb-growup-item mb-growup-item letter-wrapper\">",
            "message": "Confirm this text 'U' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "79567090b1b0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2ec4e403"
          },
          {
            "rule": "style_background_decorative",
            "xpath": null,
            "html": "<span style=\"background:url(https://fleurus.be/wp-content/uploads/2023/11/Synthese_HD_0183_Fleurus2020_981be-scaled.jpg) no-repeat center/cover;-webkit-background-clip:text;-moz-background-clip:text;background-clip:text\" class=\"letter hasImg\">",
            "message": "Verify the CSS background image does not convey important information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bfbc2e75a36f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c75a9985"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div data-alt=\"Ruelle centre Ville de Fleurus\" data-src=\"https://fleurus.be/wp-content/uploads/2023/11/Synthese_HD_0372_Fleurus2020_981be-scaled.jpg\" class=\"wp-block-fidelo-mb-growup-item mb-growup-item letter-wrapper\">",
            "message": "Confirm this text 'R' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd47fc3c01d7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-75bf15b6"
          },
          {
            "rule": "style_background_decorative",
            "xpath": null,
            "html": "<span style=\"background:url(https://fleurus.be/wp-content/uploads/2023/11/Synthese_HD_0372_Fleurus2020_981be-scaled.jpg) no-repeat center/cover;-webkit-background-clip:text;-moz-background-clip:text;background-clip:text\" class=\"letter hasImg\">",
            "message": "Verify the CSS background image does not convey important information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6c1a29bcb450",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-299c74c9"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div data-alt=\"Piste d'athlétisme de Fleurus\" data-src=\"https://fleurus.be/wp-content/uploads/2023/11/Synthese_HD_0306_Fleurus2020_981be-scaled.jpg\" class=\"wp-block-fidelo-mb-growup-item mb-growup-item letter-wrapper\">",
            "message": "Confirm this text 'U' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0cc7402f8da",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-88705ff2"
          },
          {
            "rule": "style_background_decorative",
            "xpath": null,
            "html": "<span style=\"background:url(https://fleurus.be/wp-content/uploads/2023/11/Synthese_HD_0306_Fleurus2020_981be-scaled.jpg) no-repeat center/cover;-webkit-background-clip:text;-moz-background-clip:text;background-clip:text\" class=\"letter hasImg\">",
            "message": "Verify the CSS background image does not convey important information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b8524dbc193",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fe2a33dd"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div data-alt=\"\" data-src=\"https://fleurus.be/wp-content/uploads/2023/10/DSC04042-scaled.jpg\" class=\"wp-block-fidelo-mb-growup-item mb-growup-item letter-wrapper\">",
            "message": "Confirm this text 'S' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4af542129873",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-53ce5037"
          },
          {
            "rule": "style_background_decorative",
            "xpath": null,
            "html": "<span style=\"background:url(https://fleurus.be/wp-content/uploads/2023/10/DSC04042-scaled.jpg) no-repeat center/cover;-webkit-background-clip:text;-moz-background-clip:text;background-clip:text\" class=\"letter hasImg\">",
            "message": "Verify the CSS background image does not convey important information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f84388aabd99",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8969c835"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"slogan\">",
            "message": "Confirm this text 'Grandir ensemble' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f01a7df3293e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1ef38c26"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fleurusSearch searchbar-content\">",
            "message": "Confirm this text 'Comment pouvons-nous vous aider ?' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da11614a83d6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3fccebcd"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"txt_howToHelp\">",
            "message": "Confirm this text 'Comment pouvons-nous vous aider ?' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ad78ba6c607f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d0801023"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p class=\"txt_howToHelp\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0693a9fa5843",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-316cf587"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 style=\"margin-bottom:20px;text-transform:uppercase\" class=\"wp-block-heading\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e7a63e87d671",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-aceefab5"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3 style=\"font-style:normal;font-weight:300;text-transform:uppercase\" class=\"wp-block-heading\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e8428d8d5ce",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-98414a84"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 51 51\" height=\"51\" width=\"51\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0f71dc51b6fc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2532d541"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"icon-text\">",
            "message": "Confirm this text 'Démarches administratives' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fd06ae68a070",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3bfd2666"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Démarches administratives' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "817788895669",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f2bf52aa"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Démarches administratives\" rel=\"noopener\" class=\"wp_permalink_global\" target=\"_self\" href=\"https://fleurus.egovflow.be/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "967d30fbce3f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f5e73b4b"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 60 60\" height=\"60\" width=\"60\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e6d2f818a289",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-79d176b2"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"icon-text\">",
            "message": "Confirm this text 'Population' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Population' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text 'État Civil' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11129fb1f19e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-94d3c6bd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Prendre un rendez-vous\" rel=\"noopener\" class=\"wp_permalink_global\" target=\"_self\" href=\"https://fleurus.be/ma-ville/vie-administrative/population-etat-civil/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a7b95f15ff70",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-21e30d09"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 55 55\" height=\"55\" width=\"55\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e11acb2dd6f9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-da015beb"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"icon-text\">",
            "message": "Confirm this text 'Horaires' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Horaires' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Horaires\" rel=\"noopener\" class=\"wp_permalink_global\" target=\"_self\" href=\"https://fleurus.be/ma-ville/vie-administrative/services-communaux/horaires/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "928aa35eefe1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c89dd6de"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 53 53\" height=\"53\" width=\"53\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9fc65305c260",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c42020b4"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"icon-text\">",
            "message": "Confirm this text 'Carte travaux' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Carte travaux' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Cartes travaux\" rel=\"noopener\" class=\"wp_permalink_global\" target=\"_self\" href=\"https://fleurus.be/vivre/travaux-mobilite/carte-travaux/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ece2257b12b1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7390d1fc"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 63 63\" height=\"63\" width=\"63\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6df21d604e26",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-48c4e20b"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"icon-text\">",
            "message": "Confirm this text 'Collectes TIBI' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Collectes TIBI' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Collectes TIBI\" rel=\"noopener\" class=\"wp_permalink_global\" target=\"_self\" href=\"https://www.recycleapp.be/intro\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41a235e694b8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-521bd56a"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 49 49\" height=\"49\" width=\"49\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "651c288f8971",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-25349614"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"icon-text\">",
            "message": "Confirm this text 'Organiser un évènement' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Organiser un évènement' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Organiser un évènement\" rel=\"noopener\" class=\"wp_permalink_global\" target=\"_self\" href=\"https://fleurus.be/demarches-administratives/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "535f43d84cf5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f51921bc"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 62 62\" height=\"62\" width=\"62\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e11a36b86e0a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-68ad6c24"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"icon-text\">",
            "message": "Confirm this text 'Fluicity *' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Fluicity *' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Fluicity\" rel=\"noopener\" class=\"wp_permalink_global\" target=\"_self\" href=\"https://www.flui.city/fleurus?lang=fr\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "79cdb3a14f70",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-da01ba6f"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 70 71\" height=\"71\" width=\"70\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "db82f349cba0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5d20aba8"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"icon-text\">",
            "message": "Confirm this text 'Betterstreet **' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Betterstreet **' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Betterstreet\" rel=\"noopener\" class=\"wp_permalink_global\" target=\"_self\" href=\"https://betterstreet.org/citizen\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e07647d1b770",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ab1bae13"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<mark class=\"has-inline-color has-primary-color\" style=\"background-color:rgba(0, 0, 0, 0)\">",
            "message": "Text contrast of 4.14 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6720f73ba08f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e450aed2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<mark class=\"has-inline-color has-tertiary-color\" style=\"background-color:rgba(0, 0, 0, 0)\">",
            "message": "Text contrast of 2.31 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b2dffe5a4a0a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-51d05225"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3 style=\"font-style:normal;font-weight:300;text-transform:uppercase\" class=\"wp-block-heading\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 529 698\" height=\"698\" width=\"529\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c36b49d976e4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d904318d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 style=\"text-transform:uppercase\" class=\"wp-block-heading\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd1ffbc33b2e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6d21a49e"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\"columns-3 wp-block-post-template is-layout-grid wp-container-core-post-template-is-layout-6d3fbd8f wp-block-post-template-is-layout-grid slick-initialized slick-slider\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b9247dbe68fe",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6d5044a8"
          },
          {
            "rule": "aria_child_valid",
            "xpath": null,
            "html": "<ul class=\"columns-3 wp-block-post-template is-layout-grid wp-container-core-post-template-is-layout-6d3fbd8f wp-block-post-template-is-layout-grid slick-initialized slick-slider\">",
            "message": "The element with role \"list\" owns the child element with the role \"button\" that is not one of the allowed role(s): \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be8f79a267ef",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-06b03894"
          },
          {
            "rule": "aria_child_valid",
            "xpath": null,
            "html": "<ul class=\"columns-3 wp-block-post-template is-layout-grid wp-container-core-post-template-is-layout-6d3fbd8f wp-block-post-template-is-layout-grid slick-initialized slick-slider\">",
            "message": "The element with role \"list\" owns the child element with the role \"generic\" that is not one of the allowed role(s): \"listitem\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_child_valid",
            "xpath": null,
            "html": "<ul class=\"columns-3 wp-block-post-template is-layout-grid wp-container-core-post-template-is-layout-6d3fbd8f wp-block-post-template-is-layout-grid slick-initialized slick-slider\">",
            "message": "The element with role \"list\" owns the child element with the role \"button\" that is not one of the allowed role(s): \"listitem\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<button style=\"\" type=\"button\" aria-label=\"Previous\" class=\"slick-prev slick-arrow\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c8e5604b4e1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bc59c4a3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button style=\"\" type=\"button\" aria-label=\"Previous\" class=\"slick-prev slick-arrow\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f964df6834cf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ae5fd92d"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div tabindex=\"-1\" aria-hidden=\"true\" id=\"\" data-slick-index=\"-2\" class=\"slick-slide slick-cloned\">",
            "message": "The <div> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "972e00fb7ba7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2e86196e"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h3 class=\"wp-block-post-title\" style=\"font-size:clamp(0.875em, 0.875rem + ((1vw - 0.2em) * 0.406), 1.2em);line-height:1; margin-bottom:1.5rem;\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "352722b8d59f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e94c0495"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://fleurus.be/actualites/ete-solidaire-les-candidatures-sont-ouvertes/\" class=\"wp-block-post-excerpt__more-link\">",
            "message": "Text contrast of 3.90 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cef8871a2222",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b1946c63"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div tabindex=\"-1\" aria-hidden=\"true\" id=\"\" data-slick-index=\"-1\" class=\"slick-slide slick-cloned\">",
            "message": "The <div> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f138ddc7f046",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4a7d16d0"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"alignwide wp-block-post-featured-image\" style=\"height:218px;\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "03023317de17",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e636706b"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a tabindex=\"0\" style=\"height:218px\" target=\"_self\" href=\"https://fleurus.be/actualites/bien-voyager-ca-se-prepare/\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa06ee202912",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0faccfa7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a tabindex=\"0\" style=\"height:218px\" target=\"_self\" href=\"https://fleurus.be/actualites/bien-voyager-ca-se-prepare/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "193f21cb855d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-47f11a4f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a tabindex=\"0\" target=\"_self\" href=\"https://fleurus.be/actualites/bien-voyager-ca-se-prepare/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a72ac3622d8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bc5aaf27"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a tabindex=\"0\" style=\"background-color:#ffed00\" rel=\"tag\" href=\"https://fleurus.be/actualites/category/population/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e93aa0fefae5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f55953a5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://fleurus.be/actualites/bien-voyager-ca-se-prepare/\" class=\"wp-block-post-excerpt__more-link\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d1899a179d8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-282e4952"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://fleurus.be/actualites/bien-voyager-ca-se-prepare/\" class=\"wp-block-post-excerpt__more-link\">",
            "message": "Text contrast of 3.90 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "353b72b4ac85",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0abd897d"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h3 class=\"wp-block-post-title\" style=\"font-size:clamp(0.875em, 0.875rem + ((1vw - 0.2em) * 0.406), 1.2em);line-height:1; margin-bottom:1.5rem;\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://fleurus.be/actualites/campagne-resilience/\" class=\"wp-block-post-excerpt__more-link\">",
            "message": "Text contrast of 3.90 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e89b4c26e17f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1e6d122b"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h3 class=\"wp-block-post-title\" style=\"font-size:clamp(0.875em, 0.875rem + ((1vw - 0.2em) * 0.406), 1.2em);line-height:1; margin-bottom:1.5rem;\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://fleurus.be/actualites/fermeture-des-bureaux-3/\" class=\"wp-block-post-excerpt__more-link\">",
            "message": "Text contrast of 3.90 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f427326afb6c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9f3d04ef"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h3 class=\"wp-block-post-title\" style=\"font-size:clamp(0.875em, 0.875rem + ((1vw - 0.2em) * 0.406), 1.2em);line-height:1; margin-bottom:1.5rem;\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://fleurus.be/actualites/ete-solidaire-les-candidatures-sont-ouvertes/\" class=\"wp-block-post-excerpt__more-link\">",
            "message": "Text contrast of 3.90 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div tabindex=\"-1\" aria-hidden=\"true\" id=\"\" data-slick-index=\"5\" class=\"slick-slide slick-cloned\">",
            "message": "The <div> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c27704f641e4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d5a1c87a"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h3 class=\"wp-block-post-title\" style=\"font-size:clamp(0.875em, 0.875rem + ((1vw - 0.2em) * 0.406), 1.2em);line-height:1; margin-bottom:1.5rem;\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://fleurus.be/actualites/bien-voyager-ca-se-prepare/\" class=\"wp-block-post-excerpt__more-link\">",
            "message": "Text contrast of 3.90 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "792c680f9024",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7710ecac"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div tabindex=\"-1\" aria-hidden=\"true\" id=\"\" data-slick-index=\"6\" class=\"slick-slide slick-cloned\">",
            "message": "The <div> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "47aa12e52259",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-102e38df"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h3 class=\"wp-block-post-title\" style=\"font-size:clamp(0.875em, 0.875rem + ((1vw - 0.2em) * 0.406), 1.2em);line-height:1; margin-bottom:1.5rem;\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://fleurus.be/actualites/campagne-resilience/\" class=\"wp-block-post-excerpt__more-link\">",
            "message": "Text contrast of 3.90 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div tabindex=\"-1\" aria-hidden=\"true\" id=\"\" data-slick-index=\"7\" class=\"slick-slide slick-cloned\">",
            "message": "The <div> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "566da5a618d9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-098db532"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h3 class=\"wp-block-post-title\" style=\"font-size:clamp(0.875em, 0.875rem + ((1vw - 0.2em) * 0.406), 1.2em);line-height:1; margin-bottom:1.5rem;\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://fleurus.be/actualites/fermeture-des-bureaux-3/\" class=\"wp-block-post-excerpt__more-link\">",
            "message": "Text contrast of 3.90 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div tabindex=\"-1\" aria-hidden=\"true\" id=\"\" data-slick-index=\"8\" class=\"slick-slide slick-cloned slick-center\">",
            "message": "The <div> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d1f967f81c3d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-afee6d0d"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h3 class=\"wp-block-post-title\" style=\"font-size:clamp(0.875em, 0.875rem + ((1vw - 0.2em) * 0.406), 1.2em);line-height:1; margin-bottom:1.5rem;\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://fleurus.be/actualites/ete-solidaire-les-candidatures-sont-ouvertes/\" class=\"wp-block-post-excerpt__more-link\">",
            "message": "Text contrast of 3.90 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div tabindex=\"-1\" aria-hidden=\"true\" id=\"\" data-slick-index=\"9\" class=\"slick-slide slick-cloned\">",
            "message": "The <div> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f2e8b0b2350e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-36ff930f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button style=\"\" type=\"button\" aria-label=\"Next\" class=\"slick-next slick-arrow\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1e5ce54eddc7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6a3de32c"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 style=\"text-transform:uppercase\" class=\"wp-block-heading\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\"columns-1 wp-block-post-template is-layout-grid wp-container-core-post-template-is-layout-19505109 wp-block-post-template-is-layout-grid slick-initialized slick-slider\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e7b149e3a9f7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-42af55b6"
          },
          {
            "rule": "aria_child_valid",
            "xpath": null,
            "html": "<ul class=\"columns-1 wp-block-post-template is-layout-grid wp-container-core-post-template-is-layout-19505109 wp-block-post-template-is-layout-grid slick-initialized slick-slider\">",
            "message": "The element with role \"list\" owns the child element with the role \"button\" that is not one of the allowed role(s): \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0f421d10341f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-defb9133"
          },
          {
            "rule": "aria_child_valid",
            "xpath": null,
            "html": "<ul class=\"columns-1 wp-block-post-template is-layout-grid wp-container-core-post-template-is-layout-19505109 wp-block-post-template-is-layout-grid slick-initialized slick-slider\">",
            "message": "The element with role \"list\" owns the child element with the role \"generic\" that is not one of the allowed role(s): \"listitem\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_child_valid",
            "xpath": null,
            "html": "<ul class=\"columns-1 wp-block-post-template is-layout-grid wp-container-core-post-template-is-layout-19505109 wp-block-post-template-is-layout-grid slick-initialized slick-slider\">",
            "message": "The element with role \"list\" owns the child element with the role \"generic\" that is not one of the allowed role(s): \"listitem\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_child_valid",
            "xpath": null,
            "html": "<ul class=\"columns-1 wp-block-post-template is-layout-grid wp-container-core-post-template-is-layout-19505109 wp-block-post-template-is-layout-grid slick-initialized slick-slider\">",
            "message": "The element with role \"list\" owns the child element with the role \"generic\" that is not one of the allowed role(s): \"listitem\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_child_valid",
            "xpath": null,
            "html": "<ul class=\"columns-1 wp-block-post-template is-layout-grid wp-container-core-post-template-is-layout-19505109 wp-block-post-template-is-layout-grid slick-initialized slick-slider\">",
            "message": "The element with role \"list\" owns the child element with the role \"button\" that is not one of the allowed role(s): \"listitem\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<button style=\"\" type=\"button\" aria-label=\"Previous\" class=\"slick-prev slick-arrow\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button style=\"\" type=\"button\" aria-label=\"Previous\" class=\"slick-prev slick-arrow\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div tabindex=\"-1\" aria-hidden=\"true\" id=\"\" data-slick-index=\"-4\" class=\"slick-slide slick-cloned\">",
            "message": "The <div> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7bbba22152be",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-011d2b3b"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2 class=\"has-text-align-center wp-block-post-title\" style=\"font-size:clamp(17.905px, 1.119rem + ((1vw - 3.2px) * 0.789), 28px);font-style:normal;font-weight:700;text-transform:uppercase; margin-bottom:15px;\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be25aa3b736e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-12cd3c87"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"events-dates event-24865\">",
            "message": "Confirm this text '13 mai 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b7b4d23e6366",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-201a7e1e"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"date-start\">",
            "message": "Confirm this text '13 mai 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "88062ce8ac1d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-325b6551"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://fleurus.be/evenements/unique-en-son-genre/\" class=\"wp-block-post-excerpt__more-link\">",
            "message": "Text contrast of 3.90 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b055b53ea93d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-190f405f"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div tabindex=\"-1\" aria-hidden=\"true\" id=\"\" data-slick-index=\"-3\" class=\"slick-slide slick-cloned\">",
            "message": "The <div> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5246868651e2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-16735236"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2 class=\"has-text-align-center wp-block-post-title\" style=\"font-size:clamp(17.905px, 1.119rem + ((1vw - 3.2px) * 0.789), 28px);font-style:normal;font-weight:700;text-transform:uppercase; margin-bottom:15px;\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"events-dates event-25123\">",
            "message": "Confirm this text '20 mai 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d52e61142665",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-65d15c52"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"date-start\">",
            "message": "Confirm this text '20 mai 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://fleurus.be/evenements/network-in-fleurus-6/\" class=\"wp-block-post-excerpt__more-link\">",
            "message": "Text contrast of 3.90 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e53ee14c49d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9e1146f8"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div tabindex=\"-1\" aria-hidden=\"true\" id=\"\" data-slick-index=\"-2\" class=\"slick-slide slick-cloned\">",
            "message": "The <div> element has the id \"\" that is empty",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2 class=\"has-text-align-center wp-block-post-title\" style=\"font-size:clamp(17.905px, 1.119rem + ((1vw - 3.2px) * 0.789), 28px);font-style:normal;font-weight:700;text-transform:uppercase; margin-bottom:15px;\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"events-dates event-23825\">",
            "message": "Confirm this text '05 juillet 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc9dd417c1e0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-026e6492"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"date-start\">",
            "message": "Confirm this text '05 juillet 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://fleurus.be/evenements/4e-triathlon-de-fleurus/\" class=\"wp-block-post-excerpt__more-link\">",
            "message": "Text contrast of 3.90 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ac3461579e7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-597240ca"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div tabindex=\"-1\" aria-hidden=\"false\" id=\"\" data-slick-index=\"-1\" class=\"slick-slide slick-cloned slick-active\">",
            "message": "The <div> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1d77193349ad",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-799c1c01"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"/evenements\" class=\"wp-block-button__link wp-element-button\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a4d5aba4e26e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-61d7af25"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"/evenements\" class=\"wp-block-button__link wp-element-button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "89e46c0b6853",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b69155ee"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"alignwide wp-block-post-featured-image\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a296875f235",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a75b24b4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a tabindex=\"0\" target=\"_self\" href=\"https://fleurus.be/evenements/commemorations-8-mai/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e5eb6dd70c79",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-da81e163"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a tabindex=\"0\" target=\"_self\" href=\"https://fleurus.be/evenements/commemorations-8-mai/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"events-dates event-25119\">",
            "message": "Confirm this text '08 mai 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af4368e3db65",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1ce40c4c"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"date-start\">",
            "message": "Confirm this text '08 mai 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://fleurus.be/evenements/commemorations-8-mai/\" class=\"wp-block-post-excerpt__more-link\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "76c18116d3af",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-69ee32e4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://fleurus.be/evenements/commemorations-8-mai/\" class=\"wp-block-post-excerpt__more-link\">",
            "message": "Text contrast of 3.90 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "30b5d33a957c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-23b0ca9c"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"alignwide wp-block-post-featured-image\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a tabindex=\"0\" target=\"_self\" href=\"https://fleurus.be/evenements/plaine-air/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0f4261626889",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-82f0f74f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a tabindex=\"0\" target=\"_self\" href=\"https://fleurus.be/evenements/plaine-air/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"events-dates event-25029\">",
            "message": "Confirm this text '09 mai 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "13ae2927c697",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fd770d51"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"date-start\">",
            "message": "Confirm this text '09 mai 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://fleurus.be/evenements/plaine-air/\" class=\"wp-block-post-excerpt__more-link\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "356054212939",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4a21d142"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://fleurus.be/evenements/plaine-air/\" class=\"wp-block-post-excerpt__more-link\">",
            "message": "Text contrast of 3.90 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c8c50d4c724b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0d8419dc"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2 class=\"has-text-align-center wp-block-post-title\" style=\"font-size:clamp(17.905px, 1.119rem + ((1vw - 3.2px) * 0.789), 28px);font-style:normal;font-weight:700;text-transform:uppercase; margin-bottom:15px;\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"events-dates event-24865\">",
            "message": "Confirm this text '13 mai 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"date-start\">",
            "message": "Confirm this text '13 mai 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://fleurus.be/evenements/unique-en-son-genre/\" class=\"wp-block-post-excerpt__more-link\">",
            "message": "Text contrast of 3.90 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2 class=\"has-text-align-center wp-block-post-title\" style=\"font-size:clamp(17.905px, 1.119rem + ((1vw - 3.2px) * 0.789), 28px);font-style:normal;font-weight:700;text-transform:uppercase; margin-bottom:15px;\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"events-dates event-25123\">",
            "message": "Confirm this text '20 mai 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"date-start\">",
            "message": "Confirm this text '20 mai 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://fleurus.be/evenements/network-in-fleurus-6/\" class=\"wp-block-post-excerpt__more-link\">",
            "message": "Text contrast of 3.90 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2 class=\"has-text-align-center wp-block-post-title\" style=\"font-size:clamp(17.905px, 1.119rem + ((1vw - 3.2px) * 0.789), 28px);font-style:normal;font-weight:700;text-transform:uppercase; margin-bottom:15px;\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"events-dates event-23825\">",
            "message": "Confirm this text '05 juillet 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"date-start\">",
            "message": "Confirm this text '05 juillet 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://fleurus.be/evenements/4e-triathlon-de-fleurus/\" class=\"wp-block-post-excerpt__more-link\">",
            "message": "Text contrast of 3.90 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div tabindex=\"-1\" aria-hidden=\"true\" id=\"\" data-slick-index=\"6\" class=\"slick-slide slick-cloned\">",
            "message": "The <div> element has the id \"\" that is empty",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2 class=\"has-text-align-center wp-block-post-title\" style=\"font-size:clamp(17.905px, 1.119rem + ((1vw - 3.2px) * 0.789), 28px);font-style:normal;font-weight:700;text-transform:uppercase; margin-bottom:15px;\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"events-dates event-25119\">",
            "message": "Confirm this text '08 mai 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"date-start\">",
            "message": "Confirm this text '08 mai 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://fleurus.be/evenements/commemorations-8-mai/\" class=\"wp-block-post-excerpt__more-link\">",
            "message": "Text contrast of 3.90 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6d3eacfdcafb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0ff6086f"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div tabindex=\"-1\" aria-hidden=\"true\" id=\"\" data-slick-index=\"7\" class=\"slick-slide slick-cloned\">",
            "message": "The <div> element has the id \"\" that is empty",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2 class=\"has-text-align-center wp-block-post-title\" style=\"font-size:clamp(17.905px, 1.119rem + ((1vw - 3.2px) * 0.789), 28px);font-style:normal;font-weight:700;text-transform:uppercase; margin-bottom:15px;\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"events-dates event-25029\">",
            "message": "Confirm this text '09 mai 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"date-start\">",
            "message": "Confirm this text '09 mai 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://fleurus.be/evenements/plaine-air/\" class=\"wp-block-post-excerpt__more-link\">",
            "message": "Text contrast of 3.90 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9755b3590090",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-af240e26"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div tabindex=\"-1\" aria-hidden=\"true\" id=\"\" data-slick-index=\"8\" class=\"slick-slide slick-cloned slick-center\">",
            "message": "The <div> element has the id \"\" that is empty",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2 class=\"has-text-align-center wp-block-post-title\" style=\"font-size:clamp(17.905px, 1.119rem + ((1vw - 3.2px) * 0.789), 28px);font-style:normal;font-weight:700;text-transform:uppercase; margin-bottom:15px;\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"events-dates event-24865\">",
            "message": "Confirm this text '13 mai 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"date-start\">",
            "message": "Confirm this text '13 mai 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://fleurus.be/evenements/unique-en-son-genre/\" class=\"wp-block-post-excerpt__more-link\">",
            "message": "Text contrast of 3.90 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div tabindex=\"-1\" aria-hidden=\"true\" id=\"\" data-slick-index=\"9\" class=\"slick-slide slick-cloned\">",
            "message": "The <div> element has the id \"\" that is empty",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2 class=\"has-text-align-center wp-block-post-title\" style=\"font-size:clamp(17.905px, 1.119rem + ((1vw - 3.2px) * 0.789), 28px);font-style:normal;font-weight:700;text-transform:uppercase; margin-bottom:15px;\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"events-dates event-25123\">",
            "message": "Confirm this text '20 mai 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"date-start\">",
            "message": "Confirm this text '20 mai 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://fleurus.be/evenements/network-in-fleurus-6/\" class=\"wp-block-post-excerpt__more-link\">",
            "message": "Text contrast of 3.90 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div tabindex=\"-1\" aria-hidden=\"true\" id=\"\" data-slick-index=\"10\" class=\"slick-slide slick-cloned\">",
            "message": "The <div> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4fcd44d70c47",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-23f5e935"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2 class=\"has-text-align-center wp-block-post-title\" style=\"font-size:clamp(17.905px, 1.119rem + ((1vw - 3.2px) * 0.789), 28px);font-style:normal;font-weight:700;text-transform:uppercase; margin-bottom:15px;\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"events-dates event-23825\">",
            "message": "Confirm this text '05 juillet 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"date-start\">",
            "message": "Confirm this text '05 juillet 2026' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://fleurus.be/evenements/4e-triathlon-de-fleurus/\" class=\"wp-block-post-excerpt__more-link\">",
            "message": "Text contrast of 3.90 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div tabindex=\"-1\" aria-hidden=\"true\" id=\"\" data-slick-index=\"11\" class=\"slick-slide slick-cloned\">",
            "message": "The <div> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "20381cf825a0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-385234d7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button style=\"\" type=\"button\" aria-label=\"Next\" class=\"slick-next slick-arrow\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 style=\"text-transform:uppercase\" class=\"wp-block-heading\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://fleurus.be/ma-ville/vie-politique/conseil-communal/fleurus-positive/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2259ab8369b8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cd040afe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://fleurus.be/ma-ville/vie-politique/conseil-communal/fleurus-positive/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "69d301364fae",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cc4a6485"
          },
          {
            "rule": "img_alt_redundant",
            "xpath": null,
            "html": "<img style=\"object-fit:cover\" alt=\"Fleurus positive !\" src=\"https://fleurus.be/wp-content/uploads/2023/11/fleuruspositive-1.png\" decoding=\"async\">",
            "message": "Link text is repeated in an image 'alt' value within the same link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d2393fe6e15d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-44c8e83b"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/fleurus-mag/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "377a571b77b2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4de8dc96"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/fleurus-mag/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b1b94279fcb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-932f215f"
          },
          {
            "rule": "img_alt_redundant",
            "xpath": null,
            "html": "<img style=\"object-fit:cover\" alt=\"Fleurus mag\" src=\"https://fleurus.be/wp-content/uploads/2026/01/Cover-mag-n31.png\" decoding=\"async\">",
            "message": "Link text is repeated in an image 'alt' value within the same link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dcccec288814",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-575ea163"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://fleurus.be/espace-presse/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0dd91cbe4dfb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d31c692a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://fleurus.be/espace-presse/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "466d424b192a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-12fae801"
          },
          {
            "rule": "img_alt_redundant",
            "xpath": null,
            "html": "<img style=\"object-fit:cover\" alt=\"Espace presse\" src=\"https://fleurus.be/wp-content/uploads/2023/12/espace-presse.webp\" decoding=\"async\">",
            "message": "Link text is repeated in an image 'alt' value within the same link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b5b1f755e8b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-06bd904e"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://fleurus.be/accueil/brochures/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1188638ef119",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f79eb1cd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://fleurus.be/accueil/brochures/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b58eff67ffa",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a68a3e03"
          },
          {
            "rule": "img_alt_redundant",
            "xpath": null,
            "html": "<img style=\"object-fit:cover\" alt=\"Brochures\" src=\"https://fleurus.be/wp-content/uploads/2023/12/2.jpg\" decoding=\"async\">",
            "message": "Link text is repeated in an image 'alt' value within the same link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b9c0ad4f04c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4a88fc13"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/charte-graphique/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5253db980218",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3d9763c8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/charte-graphique/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fdb5447258e8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5deeaf4e"
          },
          {
            "rule": "img_alt_redundant",
            "xpath": null,
            "html": "<img style=\"object-fit:cover\" alt=\"Charte graphique\" src=\"https://fleurus.be/wp-content/uploads/2023/12/1.jpg\" decoding=\"async\">",
            "message": "Link text is repeated in an image 'alt' value within the same link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "40522fdc50a3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-488697f9"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h4 style=\"margin-top:var(--wp--preset--spacing--40);margin-bottom:var(--wp--preset--spacing--40);text-transform:uppercase\" class=\"wp-block-heading has-text-align-center\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d70ffd9ed93b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-40845220"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:serif=\"http://www.serif.com/\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" width=\"100%\" viewBox=\"0 0 512 512\" version=\"1.1\" style=\"fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;\" height=\"100%\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f1ef013bceab",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-21e50800"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<svg xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:serif=\"http://www.serif.com/\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" width=\"100%\" viewBox=\"0 0 512 512\" version=\"1.1\" style=\"fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;\" height=\"100%\">",
            "message": "The HTML attribute(s) \"version\" is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c92049d3933",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-eb6d439d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"\" rel=\"noopener\" class=\"wp_permalink_global\" target=\"_blank\" href=\"https://www.facebook.com/VilledeFleurus\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9811b080b859",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-19ec3fa5"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a title=\"\" rel=\"noopener\" class=\"wp_permalink_global\" target=\"_blank\" href=\"https://www.facebook.com/VilledeFleurus\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "529cb9e43b39",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-05e8bdbb"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 98 102\" height=\"102\" width=\"98\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d67165dd72d3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f1b00500"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"\" rel=\"noopener\" class=\"wp_permalink_global\" target=\"_blank\" href=\"https://www.instagram.com/villedefleurus/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8986ada7951",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-eec7cde5"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a title=\"\" rel=\"noopener\" class=\"wp_permalink_global\" target=\"_blank\" href=\"https://www.instagram.com/villedefleurus/\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8540c16a9f08",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8803e839"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 122 91\" height=\"91\" width=\"122\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c22cbddf7f8e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7b15d6a7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"\" rel=\"noopener\" class=\"wp_permalink_global\" target=\"_blank\" href=\"https://www.youtube.com/@Ville.de.Fleurus\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a82097070b1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5d296730"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a title=\"\" rel=\"noopener\" class=\"wp_permalink_global\" target=\"_blank\" href=\"https://www.youtube.com/@Ville.de.Fleurus\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3d2a1ba45d00",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2ac6d4b1"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 style=\"text-transform:uppercase\" class=\"wp-block-heading alignwide has-text-align-center\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4f29951bb3b6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e5d2bf13"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div tabindex=\"-1\" style=\"width: 147px;\" aria-hidden=\"true\" id=\"\" data-slick-index=\"-4\" class=\"slick-slide slick-cloned\">",
            "message": "The <div> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e52bd341ae56",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-af2d5df0"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div tabindex=\"-1\" style=\"width: 147px;\" aria-hidden=\"true\" id=\"\" data-slick-index=\"-3\" class=\"slick-slide slick-cloned\">",
            "message": "The <div> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b66bb64c6b23",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f4f6a41d"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div tabindex=\"-1\" style=\"width: 147px;\" aria-hidden=\"true\" id=\"\" data-slick-index=\"-2\" class=\"slick-slide slick-cloned\">",
            "message": "The <div> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e5e75ab9ce05",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e54b4c5f"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div tabindex=\"-1\" style=\"width: 147px;\" aria-hidden=\"false\" id=\"\" data-slick-index=\"-1\" class=\"slick-slide slick-cloned slick-active\">",
            "message": "The <div> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3c8c5a664f83",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-46f08c89"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure style=\"width: 100%; display: inline-block;\" class=\"wp-block-image size-full\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb59eb6f7f8d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-174dc36a"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://fleurus.be/vivre/education-jeunesse/enseignement-communal/academie-de-musique-et-des-arts-parles-rene-borremans/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ad1818bf116e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cb85313d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://fleurus.be/vivre/education-jeunesse/enseignement-communal/academie-de-musique-et-des-arts-parles-rene-borremans/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a15b8605a417",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e0ede6b5"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure style=\"width: 100%; display: inline-block;\" class=\"wp-block-image size-full\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://www.digitalwallonia.be/fr/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "65abf4bd0f0d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5e218ffd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://www.digitalwallonia.be/fr/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d65b4f2a702f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0c7de0ed"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure style=\"width: 100%; display: inline-block;\" class=\"wp-block-image size-full\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://www.wallonie.be/fr\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ea9889b1e6b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8073c72d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://www.wallonie.be/fr\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9c0309d4e1a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4956f19f"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div tabindex=\"-1\" style=\"width: 147px;\" aria-hidden=\"true\" id=\"\" data-slick-index=\"12\" class=\"slick-slide slick-cloned\">",
            "message": "The <div> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a0dcb4ce0154",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9f5da8a5"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div tabindex=\"-1\" style=\"width: 147px;\" aria-hidden=\"true\" id=\"\" data-slick-index=\"13\" class=\"slick-slide slick-cloned\">",
            "message": "The <div> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6c9642560ec1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-58f881ab"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div tabindex=\"-1\" style=\"width: 147px;\" aria-hidden=\"true\" id=\"\" data-slick-index=\"14\" class=\"slick-slide slick-cloned\">",
            "message": "The <div> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a19362463681",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-be39f9eb"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div tabindex=\"-1\" style=\"width: 147px;\" aria-hidden=\"true\" id=\"\" data-slick-index=\"15\" class=\"slick-slide slick-cloned\">",
            "message": "The <div> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "375850bcf4f2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5b20f097"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div tabindex=\"-1\" style=\"width: 147px;\" aria-hidden=\"true\" id=\"\" data-slick-index=\"16\" class=\"slick-slide slick-cloned\">",
            "message": "The <div> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5e5d4a2a24c8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e597d74e"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div tabindex=\"-1\" style=\"width: 147px;\" aria-hidden=\"true\" id=\"\" data-slick-index=\"17\" class=\"slick-slide slick-cloned\">",
            "message": "The <div> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "80e20871e18c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7a044fff"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div tabindex=\"-1\" style=\"width: 147px;\" aria-hidden=\"true\" id=\"\" data-slick-index=\"18\" class=\"slick-slide slick-cloned\">",
            "message": "The <div> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa96fb8d0cbd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-97eb183a"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div tabindex=\"-1\" style=\"width: 147px;\" aria-hidden=\"true\" id=\"\" data-slick-index=\"19\" class=\"slick-slide slick-cloned\">",
            "message": "The <div> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "986a72d85f9c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-aa6165a1"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div tabindex=\"-1\" style=\"width: 147px;\" aria-hidden=\"true\" id=\"\" data-slick-index=\"20\" class=\"slick-slide slick-cloned slick-center\">",
            "message": "The <div> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e91dd0f9f10b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-42f235f6"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div tabindex=\"-1\" style=\"width: 147px;\" aria-hidden=\"true\" id=\"\" data-slick-index=\"21\" class=\"slick-slide slick-cloned\">",
            "message": "The <div> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "acf33cf9d405",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9a67fb06"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div tabindex=\"-1\" style=\"width: 147px;\" aria-hidden=\"true\" id=\"\" data-slick-index=\"22\" class=\"slick-slide slick-cloned\">",
            "message": "The <div> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d13ffd255e4f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7b46182c"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div tabindex=\"-1\" style=\"width: 147px;\" aria-hidden=\"true\" id=\"\" data-slick-index=\"23\" class=\"slick-slide slick-cloned\">",
            "message": "The <div> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "30149069a9b6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4b08972d"
          },
          {
            "rule": "aria_contentinfo_misuse",
            "xpath": null,
            "html": "<footer class=\"wp-block-template-part\">",
            "message": "Element with \"contentinfo\" role is present without an element with \"main\" role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "549763bf38b1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-696c7578"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"wp-block-image aligncenter size-full is-resized\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a195c8cda1ad",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5e9bc855"
          },
          {
            "rule": "aria_child_valid",
            "xpath": null,
            "html": "<ul class=\"wp-block-navigation__submenu-container wp-block-navigation-submenu\">",
            "message": "The element with role \"list\" owns the child element with the role \"button\" that is not one of the allowed role(s): \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9cfbbb513e32",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c3e25bae"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button class=\"wp-block-navigation__submenu-back\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "736d45f79a7d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-13fe7729"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://fleurus.be/ma-ville/vie-administrative/\" class=\"wp-block-navigation-item__content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "50fa6efc8580",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d3aca686"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://fleurus.be/ma-ville/vie-politique/\" class=\"wp-block-navigation-item__content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f6ba8389f31b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e6822fd6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://fleurus.be/ma-ville/prevention-et-securite/\" class=\"wp-block-navigation-item__content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a6525cdc3808",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-91a7313e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://fleurus.be/ma-ville/s-a-c-sanctions-administrations-communales/\" class=\"wp-block-navigation-item__content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bfcf717fc007",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-510c8f3e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://fleurus.be/ma-ville/reglements-et-taxes/\" class=\"wp-block-navigation-item__content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "721a68e707c8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f8ff985e"
          },
          {
            "rule": "aria_child_valid",
            "xpath": null,
            "html": "<ul class=\"wp-block-navigation__submenu-container wp-block-navigation-submenu\">",
            "message": "The element with role \"list\" owns the child element with the role \"button\" that is not one of the allowed role(s): \"listitem\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button class=\"wp-block-navigation__submenu-back\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://fleurus.be/vivre/bien-etre-animal/\" class=\"wp-block-navigation-item__content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a5800840054",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e40cb903"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://fleurus.be/vivre/cohesion-sociale-sante/\" class=\"wp-block-navigation-item__content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f18eeab997fa",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-043b8b56"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://fleurus.be/vivre/education-jeunesse/\" class=\"wp-block-navigation-item__content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9381d740e11f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6d231551"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://fleurus.be/vivre/energie/\" class=\"wp-block-navigation-item__content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af0bcfb8f593",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4c31504d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://fleurus.be/vivre/environnement-urbanisme/\" class=\"wp-block-navigation-item__content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c89b5a2cf84f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c9ec87fd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://fleurus.be/vivre/travaux-mobilite/\" class=\"wp-block-navigation-item__content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ecce4eb13914",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e28e72c1"
          },
          {
            "rule": "aria_child_valid",
            "xpath": null,
            "html": "<ul class=\"wp-block-navigation__submenu-container wp-block-navigation-submenu\">",
            "message": "The element with role \"list\" owns the child element with the role \"button\" that is not one of the allowed role(s): \"listitem\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button class=\"wp-block-navigation__submenu-back\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/travailler/travailler-a-la-ville-de-fleurus/\" class=\"wp-block-navigation-item__content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b984400a8676",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7c386ea4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/travailler/les-partenaires-emploi/\" class=\"wp-block-navigation-item__content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb2bb6c219db",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-79521cb2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://fleurus.be/travailler/devenir-partenaire/marches-publics/\" class=\"wp-block-navigation-item__content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cce9450009bc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f8de4e67"
          },
          {
            "rule": "aria_child_valid",
            "xpath": null,
            "html": "<ul class=\"wp-block-navigation__submenu-container wp-block-navigation-submenu\">",
            "message": "The element with role \"list\" owns the child element with the role \"button\" that is not one of the allowed role(s): \"listitem\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button class=\"wp-block-navigation__submenu-back\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://visitfleurus.be/\" class=\"wp-block-navigation-item__content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "38f7936b668a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cf93d008"
          },
          {
            "rule": "aria_child_valid",
            "xpath": null,
            "html": "<ul class=\"wp-block-navigation__submenu-container wp-block-navigation-submenu\">",
            "message": "The element with role \"list\" owns the child element with the role \"button\" that is not one of the allowed role(s): \"listitem\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button class=\"wp-block-navigation__submenu-back\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://fleurus.be/grandir-ensemble/documents-strategiques/\" class=\"wp-block-navigation-item__content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f58c93b07a7f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0695e408"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://fleurus.be/grandir-ensemble/fleurus-2030/\" class=\"wp-block-navigation-item__content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5652c9b6b9d8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8857bbc1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://fleurus.be/grandir-ensemble/projet-urbact/\" class=\"wp-block-navigation-item__content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "43d496d4bc87",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b1b52958"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://fleurus.be/grandir-ensemble/participation-citoyenne/\" class=\"wp-block-navigation-item__content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b8e679da80a5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-22e1b3c3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://fleurus.be/ma-ville/vie-administrative/services-communaux/horaires/\" class=\"wp-block-navigation-item__content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee380d72b37d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9b61ae95"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/charte-graphique/\" class=\"wp-block-navigation-item__content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc2c05db2642",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d3c823a9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://fleurus.be/fleurus-mag/\" class=\"wp-block-navigation-item__content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc4ed5de4e48",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-97839399"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/declaration-daccessibilite/\" class=\"wp-block-navigation-item__content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ddd713809ca",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4101bee7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/donnees-a-caractere-personnel/\" class=\"wp-block-navigation-item__content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "474acd108478",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1f91d5b4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/mentions-legales/\" class=\"wp-block-navigation-item__content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "52f6f4a85494",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4c4101f2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/politique-de-confidentialite/\" class=\"wp-block-navigation-item__content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9e55588eb4e9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-94dea787"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/politique-relative-aux-cookies/\" class=\"wp-block-navigation-item__content\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6223a1f0d8f6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6bce3a1b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input placeholder=\"E-mail\" name=\"email\" type=\"text\" title=\"Votre email\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "33c9cd174b74",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bc260306"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"fd-flex-button-primary fd-flex-button-style call-to-action\" type=\"submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc4ae7d9fa4e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-467aa38f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"wp-block-social-link-anchor\" href=\"https://www.facebook.com/VilledeFleurus\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7cd272abc250",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3f515279"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<svg focusable=\"false\" aria-hidden=\"true\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" viewBox=\"0 0 24 24\" height=\"24\" width=\"24\">",
            "message": "The HTML attribute(s) \"version\" is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "12534ea6209f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-78642623"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"wp-block-social-link-anchor\" href=\"https://www.instagram.com/villedefleurus/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94ceaf64a3b2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d8fa40c4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<svg focusable=\"false\" aria-hidden=\"true\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" viewBox=\"0 0 24 24\" height=\"24\" width=\"24\">",
            "message": "The HTML attribute(s) \"version\" is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"wp-block-social-link-anchor\" href=\"https://www.youtube.com/@Ville.de.Fleurus\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "468240ee4197",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8e583849"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<svg focusable=\"false\" aria-hidden=\"true\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" viewBox=\"0 0 24 24\" height=\"24\" width=\"24\">",
            "message": "The HTML attribute(s) \"version\" is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button title=\"Swipe up\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "33190681b7f5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-27d767ff"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a rel=\"noreferrer noopener\" target=\"_blank\" data-id=\"https://fideloagency.com\" data-type=\"URL\" href=\"https://fideloagency.com/\" class=\"fidelo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "291338f8dd29",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-04c9a1aa"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8de91534d17e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e9f90e78"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://fleurus.be/politique-de-confidentialite/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b8f9b52a92e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7943cbca"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://fleurus.be/politique-de-confidentialite/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "206be5ed0afa",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-214ed8ec"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://fleurus.be/politique-de-confidentialite/\">",
            "message": "Text contrast of 3.70 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d679c1f3702a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6bf211b0"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button id=\"param\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b597f6358e95",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0152a2ea"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button id=\"param\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "152f82153122",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0797f266"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button id=\"validate\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e2bd11330aa3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1162a86f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button id=\"validate\">",
            "message": "Text contrast of 4.14 with its background is less than the WCAG AA minimum requirements for text of size 13.3333px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60d311312027",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-472ca7ae"
          }
        ],
        "outcomeCount": 7666,
        "uniqueFailedCount": 201,
        "duplicateFailedCount": 101,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 101
    },
    {
      "submittedUrl": "https://www.flobecq.be/",
      "finalUrl": "https://www.flobecq.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Flobecq",
      "elapsedMs": 9247,
      "error": null,
      "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": 1981,
          "failed": 21,
          "cantTell": 7,
          "inapplicable": 47
        },
        "failedRules": [
          "color-contrast",
          "empty-heading",
          "label",
          "landmark-one-main",
          "landmark-unique",
          "region"
        ],
        "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",
          "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-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".icon-scheldule > span",
            "html": "<span>Consulter les horaires</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.26 (foreground color: #ffffff, background color: #1cbfc0, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".icon-scheldule"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c72006ab2119",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-97a06415"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".icon-administrative-procedure > span",
            "html": "<span>Démarches administratives</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.26 (foreground color: #ffffff, background color: #1cbfc0, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".icon-administrative-procedure"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94c36df58721",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fa618e07"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".menu.nav.items-nb-3 > .depth-0.items-nb-0:nth-child(3) > a[target=\"_self\"] > span",
            "html": "<span>e-Guichet</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.26 (foreground color: #ffffff, background color: #1cbfc0, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".menu.nav.items-nb-3 > .depth-0.items-nb-0:nth-child(3) > a[target=\"_self\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0bb82743d2f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1affe5fc"
          },
          {
            "rule": "empty-heading",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/empty-heading?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": ".content-text > h2",
            "html": "<h2></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": "e2add994426a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-844c43b2"
          },
          {
            "rule": "label",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#edit-keys",
            "html": "<input data-drupal-selector=\"edit-keys\" class=\"form-text form-control\" type=\"text\" id=\"edit-keys\" name=\"keys\" value=\"\" size=\"30\" maxlength=\"128\">",
            "message": "Form elements must have labels",
            "fixSummary": "Fix any of the following:\n  Element does not have an implicit (wrapped) <label>\n  Element does not have an explicit <label>\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 has no placeholder attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7f537e12cf0f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a38a5c46"
          },
          {
            "rule": "landmark-one-main",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "html",
            "html": "<html lang=\"fr\" dir=\"ltr\" prefix=\"content: http://purl...\" class=\" js\">",
            "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": "3b438e76f0c2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b00be0"
          },
          {
            "rule": "landmark-unique",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#block-wvncity-2-selecteurdelangue",
            "html": "<div class=\"language-switcher-language-url language-switcher no-en Array class\" id=\"block-wvncity-2-selecteurdelangue\" role=\"navigation\">",
            "message": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
            "fixSummary": "Fix any of the following:\n  The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable",
            "relatedPaths": [
              ".block > nav"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d58359332951",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bc7674b0"
          },
          {
            "rule": "landmark-unique",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "nav[aria-labelledby=\"block-menusectionsfr-menu\"]",
            "html": "<nav role=\"navigation\" aria-labelledby=\"block-menusectionsfr-menu\">",
            "message": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
            "fixSummary": "Fix any of the following:\n  The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable",
            "relatedPaths": [
              "nav[aria-labelledby=\"block-menusectionsfr-2-menu\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "612325e7b91d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4fe14e2e"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".focusable",
            "html": "<a href=\"#main-content\" class=\"visually-hidden focusable skip-link\">Aller au contenu principal\n    </a>",
            "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": "4b3e3cb77863",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4e1b9fc0"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#block-wvncity-2-views-block-slideshow-homepage-block-1",
            "html": "<div class=\"views-element-container hp-slider Array class\" id=\"block-wvncity-2-views-block-slideshow-homepage-block-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",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0fe50224e9d9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9c658a2b"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".col-md-6.col-lg-6.teaser-1:nth-child(1)",
            "html": "<div class=\"teaser-1 views-row col-xxs-12 col-xs-6 col-sm-6 col-md-6 col-lg-6\">",
            "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": "e86f8e50c98c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3431f432"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".col-md-6.col-lg-6.teaser-1:nth-child(2)",
            "html": "<div class=\"teaser-1 views-row col-xxs-12 col-xs-6 col-sm-6 col-md-6 col-lg-6\">",
            "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": "69170a27cfe1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-256d0f57"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".node--type-webform-demo-event.webform-demo-event.node-2140 > .img.landscape",
            "html": "<div class=\"img landscape\">",
            "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": "ba5b73e71941",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cd87e0f3"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".field--name-field-webform-demo-event-date > .field--item:nth-child(1)",
            "html": "<div class=\"field--item\"><span class=\"day-no\">20</span><span class=\"month-name\">mar</span></div>",
            "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": "6dec9700928f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7f87a101"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".node--type-webform-demo-event.webform-demo-event.node-2140 > .content-1 > .content-text",
            "html": "<div class=\"content-text\">",
            "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": "9788f14c5d03",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-eba71ab7"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".teaser-1.col-sm-6.views-row:nth-child(4)",
            "html": "<div class=\"teaser-1 views-row col-xxs-12 col-xs-6 col-sm-6 col-md-3 col-lg-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",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1dfb434f4e40",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b59a9627"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".teaser-1.col-sm-6.views-row:nth-child(5)",
            "html": "<div class=\"teaser-1 views-row col-xxs-12 col-xs-6 col-sm-6 col-md-3 col-lg-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",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41e6527e1c83",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-09eb682a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".teaser-1.col-sm-6.views-row:nth-child(6)",
            "html": "<div class=\"teaser-1 views-row col-xxs-12 col-xs-6 col-sm-6 col-md-3 col-lg-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",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7496cf5ac3f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5f94deea"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".more-link",
            "html": "<div class=\"more-link form-group\"><a href=\"/latest-contents\">Tout voir</a></div>",
            "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": "fd75f0be1d60",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e62f0742"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#block-wvncity-2-views-block-clin-d-oeil-block-1",
            "html": "<div class=\"views-element-container preview-content-types-2 Array class\" id=\"block-wvncity-2-views-block-clin-d-oeil-block-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",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "894f1507b9f4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fbe8e8d8"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#popup-text > h2",
            "html": "<h2>Ce site utilise des cookies pour vous offrir un service personnalisé. En poursuivant la navigation, vous acceptez leur utilisation.</h2>",
            "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": "58dfd3e98dac",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2cdb0855"
          }
        ],
        "outcomeCount": 2056,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 21
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 6398,
          "failed": 268,
          "cantTell": 218,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_accessiblename_exists",
          "aria_content_in_landmark",
          "aria_contentinfo_misuse",
          "aria_landmark_name_unique",
          "aria_navigation_label_unique",
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "heading_content_exists",
          "input_label_exists",
          "list_markup_review",
          "style_color_misuse",
          "style_highcontrast_visible",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style>",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa7782b4af96",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c772520d"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style>",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a6fb834df351",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b81717"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af70169e8391",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-91188f8b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "abf20903e6ce",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-13065efa"
          },
          {
            "rule": "aria_navigation_label_unique",
            "xpath": null,
            "html": "<div role=\"navigation\" id=\"block-wvncity-2-selecteurdelangue\" class=\"language-switcher-language-url language-switcher no-en Array class\">",
            "message": "Multiple elements with \"navigation\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b7fa6acc22ac",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-703cb087"
          },
          {
            "rule": "aria_navigation_label_unique",
            "xpath": null,
            "html": "<nav>",
            "message": "Multiple elements with \"navigation\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "30d69211fc9e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-855d54a7"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav aria-labelledby=\"block-wvncity-2-tools-menu\" role=\"navigation\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "98d99a4ea70d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f207847e"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav aria-labelledby=\"block-menusectionsfr-menu\" role=\"navigation\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a8ac3f917c2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3bd56de6"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<nav aria-labelledby=\"block-menusectionsfr-menu\" role=\"navigation\">",
            "message": "Multiple elements with \"navigation\" landmarks within the same parent region are not distinguished from one another because they have the same \"Menu sections (FR)\" label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b7f45a41c75d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-43f58b5f"
          },
          {
            "rule": "aria_navigation_label_unique",
            "xpath": null,
            "html": "<nav aria-labelledby=\"block-menusectionsfr-menu\" role=\"navigation\">",
            "message": "Multiple elements with \"navigation\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b89a0a177085",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3a3a7bad"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-toggle=\"dropdown1\" data-target=\"#\" class=\"dropdown-toggle\" href=\"/section/352/administration-politique\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "551f651c4667",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8f83b56a"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/968\" href=\"/section/968/demarches-administratives\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b44fb289e7e3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4f51f124"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/372\" href=\"/section/372/vie-politique\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ad862bf7bf5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8e24e21f"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1022\" href=\"/section/1022/budget-communal\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a24477435ae8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1607912a"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/991\" href=\"/section/991/comptes-communaux\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18770160dee9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8af0c745"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1043\" href=\"/section/1043/discours\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "42ffc7dcd1ce",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fa8206a3"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/936\" href=\"/section/936/note-de-politique-generale\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "37c1dfa01759",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6d4ccf8c"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1065\" href=\"/section/1065/pacte-de-majorite\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "21c3a5cbca85",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4aa079a1"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/366\" href=\"/section/366/college-communal\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a51cc4061a2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-849c594f"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/367\" href=\"/section/367/conseil-communal\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6cd0ff802a47",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-89ab5b2f"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/833\" href=\"/section/833/membres-du-conseil\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6c7f5a864d94",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b752f91c"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1034\" href=\"/section/1034/reglement-dordre-interieur\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6f042887f47b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-10c7baaf"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/369\" href=\"/section/369/proces-verbaux\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70a6f12fa1f0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5b5247eb"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1040\" href=\"/section/1040/proces-verbaux-2022\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2399afec44ee",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f906269a"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/971\" href=\"/section/971/proces-verbaux-2017\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dddf727f9dbd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-28c77104"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/990\" href=\"/section/990/proces-verbaux-2018\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60845b7c514b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-448c3226"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1021\" href=\"/section/1021/proces-verbaux-2019\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6a28306d837c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-469f17c8"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1033\" href=\"/section/1033/proces-verbaux-2020\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b5674e290eb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d8ebd3ce"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1038\" href=\"/section/1038/proces-verbaux-2021\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fad49f3119e3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a8e2186"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1046\" href=\"/section/1046/proces-verbaux-2023\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c47726aad58f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-59ed67db"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/368\" href=\"/section/368/ordres-du-jour\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c522b0bef496",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e4afb121"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/970\" href=\"/section/970/ordres-du-jour-2017\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0207a5b370f5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d24ac5c5"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/988\" href=\"/section/988/ordres-du-jour-2018\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "17041a5a8545",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-926a33e2"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1020\" href=\"/section/1020/ordres-du-jour-2019\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7f08838aebbd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fdc0a305"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1028\" href=\"/section/1028/ordres-du-jour-2020\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c30f115aad05",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d8af6578"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1037\" href=\"/section/1037/ordres-du-jour-2021\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4ab0c2db68aa",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-29b26993"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1039\" href=\"/section/1039/ordres-du-jour-2022\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a2681f568804",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8e9a2bab"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1045\" href=\"/section/1045/ordres-du-jour-2023\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7f671f5769b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7ed77cb2"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1050\" href=\"/section/1050/ordres-du-jour-2024\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6cb00ecc8a6c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e561e3a6"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/357\" href=\"/section/357/services-administratifs\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d90b0187db7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f1962827"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/212\" href=\"/section/212/enquetes-publiques\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6da146410c94",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dabba183"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1048\" href=\"/section/1048/reglements-communaux\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e20c118a386",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f69b2c4c"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1051\" href=\"/section/1051/arretes-reglements-ordonnances\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "713c66302f0b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-832c72ec"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1049\" href=\"/section/1049/taxes-et-redevances-communales\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b9226147112",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fc8761f5"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-toggle=\"dropdown1\" data-target=\"#\" class=\"dropdown-toggle\" href=\"/section/310/vivre-ensemble-solidarite\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "398fa4ca5d81",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b4a3ebad"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1066\" href=\"/section/1066/bien-etre-animal\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18bf50dd809b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-87200551"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/332\" href=\"/section/332/cpas\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4cfbfe78c755",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d53e8b59"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/980\" href=\"/section/980/contacts-du-cpas\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dee6e87dce0a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b6b23510"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/853\" href=\"/section/853/les-services-du-cpas\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a88ab9be7be5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-81782488"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/982\" href=\"/section/982/accueils-extrascolaires\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4742f69aba91",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ad31fc89"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/974\" href=\"/section/974/aide-au-logement\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d1b8b503dfbe",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bae9c0bb"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/976\" href=\"/section/976/aide-aux-seniors\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "44909075f96a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-82cf1620"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1041\" href=\"/section/1041/aide-juridique\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "07f73f85c251",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c1aff8d1"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/972\" href=\"/section/972/aide-sociale\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f8343ae48fd2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e170d499"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/973\" href=\"/section/973/aide-domicile\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "26c13e58003e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f6dc2062"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/977\" href=\"/section/977/aide-lemploi\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5bcd67e29424",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-84fdcb97"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/979\" href=\"/section/979/intervention-du-fonds-chauffage\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ddc82e78a4e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-52c9fd5d"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/978\" href=\"/section/978/lutte-contre-le-surendettement\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f95c5ab6730",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3b66fc24"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/967\" href=\"/section/967/permanences-sociales\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5e127cd899a4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fdeb6785"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/855\" href=\"/section/855/conseil-de-laction-sociale\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6109f7736a07",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-925d02bd"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/934\" href=\"/section/934/sante\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "44a624084848",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6109f61e"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1029\" href=\"/section/1029/covid-19\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8743fb858f57",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1f7fe6f4"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1032\" href=\"/section/1032/coronavirus-informations-et-conseils\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0eaf00c7e31",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cbf823d8"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1030\" href=\"/section/1030/coronavirus-instructions-et-recommandations\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b265e4015a8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-662e5dbc"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1000\" href=\"/section/1000/medical-paramedical\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4f3780e13b1e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ae478bad"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1002\" href=\"/section/1002/dentistes\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c12715c7ed6f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-be5ae369"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1003\" href=\"/section/1003/kinesitherapeutes-osteopathes\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b05bbc7ee60",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d23e4495"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1001\" href=\"/section/1001/medecins\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa495ddc373c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-59a93c90"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1004\" href=\"/section/1004/pharmacie\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0ec0c09c7d30",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-90f69e26"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1025\" href=\"/section/1025/psychologie-hypnotherapie\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d7396d717ed",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-eb796cff"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1027\" href=\"/section/1027/pedicure-medicale\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fce914b2dce6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6b27d50a"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1005\" href=\"/section/1005/soins-infirmiers\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "12ef607dfa3f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c09f4992"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/935\" href=\"/section/935/numeros-utiles\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3aab7c82717a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4face43f"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/856\" href=\"/section/856/prevention-securite\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d17cf2af77cd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d084ec26"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/859\" href=\"/section/859/numeros-durgence\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "10b364666b50",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-58ee708f"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/857\" href=\"/section/857/incendie\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f0a1dd78131f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-781f7dc3"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-toggle=\"dropdown1\" data-target=\"#\" class=\"dropdown-toggle\" href=\"/section/199/cadre-de-vie-mobilite\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9cccf8c2417a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-77a57b6e"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/942\" href=\"/section/942/eau-gaz-electricite\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04352bbce16c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a967c86"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/953\" href=\"/section/953/eclairage-public\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa82ef91d539",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d7c35705"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/215\" href=\"/section/215/mobilite\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a74e5bf753a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fb9223c3"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-toggle=\"dropdown1\" data-target=\"#\" class=\"dropdown-toggle\" href=\"/section/943/environnement\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "703215514ef6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cff50857"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/945\" href=\"/section/945/compostage\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2936b097f5fa",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4dedaecb"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/946\" href=\"/section/946/formation-guide-composteur\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "608199349948",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cb0bb717"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1068\" href=\"/section/1068/faune-et-flore\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ec398ca8994",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7125a18c"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/242\" href=\"/section/242/dechets-proprete-publique\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5eadb409b975",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9076eb89"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1035\" href=\"/section/1035/calendrier-des-collectes\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc6a0a57ec59",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-74b46814"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/983\" href=\"/section/983/operations-proprete\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef7658f5f5a9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f4dcfc06"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1024\" href=\"/section/1024/points-dapports-volontaires\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "78d810f07c92",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d890626b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1036\" href=\"/section/1036/recycle\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4821465408b3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-309699e8"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/244\" href=\"/section/244/recyparc\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c00e806b428",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-51a31487"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/247\" href=\"/section/247/papiers-cartons-et-pmc\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "80b870026df2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e86d0b2a"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/245\" href=\"/section/245/dechets-menagers\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d8838a3ddd7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-575b5857"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1012\" href=\"/section/1012/accueil-temps-libre\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fec93bce27d3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6d284eee"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/295\" href=\"/section/295/creche\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "37ca9863e17e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ef8d2b82"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/297\" href=\"/section/297/enseignement\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c258a8dfeb37",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-54ae3086"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-toggle=\"dropdown1\" data-target=\"#\" class=\"dropdown-toggle\" href=\"/section/273/culture-loisirs\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f075f4fc3ca0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c91858f5"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/275\" href=\"/section/275/bibliotheque-et-ludotheque\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0215ca653b5f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b4997cf5"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/262\" href=\"/section/262/sports\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ade931736ec3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f7dbfd48"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/263\" href=\"/section/263/centre-sportif-jacky-leroy\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e43c034a943b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a533137d"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/284\" href=\"/section/284/histoire-et-patrimoine\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9e2d5a82fb6a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1b48aa76"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-toggle=\"dropdown1\" data-target=\"#\" class=\"dropdown-toggle\" href=\"/section/341/economie-emploi\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4657c0510f8c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3611f845"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/993\" href=\"/section/993/commerces-entreprises\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e99bf7fad08f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a5fd19ba"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/996\" href=\"/section/996/alimentation-et-boissons\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "86205e580b0d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c58cee49"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1019\" href=\"/section/1019/art-artisanat-creations\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e523e07ede6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4942516d"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/997\" href=\"/section/997/assurances-banque\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f18f496c7f2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0caac480"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/998\" href=\"/section/998/beaute-et-bien-etre\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "07d21b9c00e9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-67aa2981"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1011\" href=\"/section/1011/bijouterie-horlogerie-optique\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "241494d99b87",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dc6b473e"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1017\" href=\"/section/1017/blanchisserie\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a2f35d0b5ea",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ba29d25e"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1007\" href=\"/section/1007/bricolage-materiaux\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4face4b278f3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0eacc080"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1013\" href=\"/section/1013/construction-renovation-chantier\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9be93f8b8e3c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-96a5a227"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1014\" href=\"/section/1014/electricite-chauffage\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e92c6b932465",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0d91b0f2"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/999\" href=\"/section/999/fleurs-plantes-jardin\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "357d5214e5d9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f2f42566"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1006\" href=\"/section/1006/garages\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "55bd12e17bed",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b69e7ba0"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/995\" href=\"/section/995/horeca\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3dfa531bdc4b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-492dabc4"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1016\" href=\"/section/1016/imprimerie\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "57adcb67365f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-646fab72"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1010\" href=\"/section/1010/librairie-papeterie\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "25a245059b50",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1cc40803"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1008\" href=\"/section/1008/pompe-essence-combustibles\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "986ade4034d3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f985308b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1009\" href=\"/section/1009/pompes-funebres\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "db6151f29ba9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-727d2bbf"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1015\" href=\"/section/1015/textile-mercerie-cuir\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "84cd0f8b0812",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2368e4bd"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/989\" href=\"/section/989/statistiques-socio-economiques\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11302f6b9f0c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e89db526"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav aria-labelledby=\"block-wvncity-2-secondmenu-menu\" role=\"navigation\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9cf4b0527de7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-148960e5"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<input maxlength=\"128\" size=\"30\" value=\"\" name=\"keys\" id=\"edit-keys\" type=\"text\" class=\"form-text form-control\" data-drupal-selector=\"edit-keys\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b9e1b2e7091",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cac0b00f"
          },
          {
            "rule": "input_label_exists",
            "xpath": null,
            "html": "<input maxlength=\"128\" size=\"30\" value=\"\" name=\"keys\" id=\"edit-keys\" type=\"text\" class=\"form-text form-control\" data-drupal-selector=\"edit-keys\">",
            "message": "Form control element <input> has no associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f7bb269ea03",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-adea3d63"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav aria-labelledby=\"block-menusectionsfr-2-menu\" role=\"navigation\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9a910e581dc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a764f6ab"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<nav aria-labelledby=\"block-menusectionsfr-2-menu\" role=\"navigation\">",
            "message": "Multiple elements with \"navigation\" landmarks within the same parent region are not distinguished from one another because they have the same \"Menu sections (FR)\" label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7cab0e9fa5ee",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d8140b3d"
          },
          {
            "rule": "aria_navigation_label_unique",
            "xpath": null,
            "html": "<nav aria-labelledby=\"block-menusectionsfr-2-menu\" role=\"navigation\">",
            "message": "Multiple elements with \"navigation\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6c192859e1c7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-74e3aaf9"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/968\" href=\"/section/968/demarches-administratives\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/372\" href=\"/section/372/vie-politique\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1022\" href=\"/section/1022/budget-communal\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/991\" href=\"/section/991/comptes-communaux\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1043\" href=\"/section/1043/discours\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/936\" href=\"/section/936/note-de-politique-generale\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1065\" href=\"/section/1065/pacte-de-majorite\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/366\" href=\"/section/366/college-communal\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/367\" href=\"/section/367/conseil-communal\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/833\" href=\"/section/833/membres-du-conseil\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1034\" href=\"/section/1034/reglement-dordre-interieur\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/369\" href=\"/section/369/proces-verbaux\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1040\" href=\"/section/1040/proces-verbaux-2022\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/971\" href=\"/section/971/proces-verbaux-2017\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/990\" href=\"/section/990/proces-verbaux-2018\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1021\" href=\"/section/1021/proces-verbaux-2019\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1033\" href=\"/section/1033/proces-verbaux-2020\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1038\" href=\"/section/1038/proces-verbaux-2021\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1046\" href=\"/section/1046/proces-verbaux-2023\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/368\" href=\"/section/368/ordres-du-jour\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/970\" href=\"/section/970/ordres-du-jour-2017\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/988\" href=\"/section/988/ordres-du-jour-2018\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1020\" href=\"/section/1020/ordres-du-jour-2019\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1028\" href=\"/section/1028/ordres-du-jour-2020\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1037\" href=\"/section/1037/ordres-du-jour-2021\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1039\" href=\"/section/1039/ordres-du-jour-2022\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1045\" href=\"/section/1045/ordres-du-jour-2023\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1050\" href=\"/section/1050/ordres-du-jour-2024\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/377\" href=\"/section/377/conseil-communal-des-jeunes\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3c2e6b98e52d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bf7ef6f7"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/357\" href=\"/section/357/services-administratifs\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/212\" href=\"/section/212/enquetes-publiques\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1048\" href=\"/section/1048/reglements-communaux\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1051\" href=\"/section/1051/arretes-reglements-ordonnances\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1049\" href=\"/section/1049/taxes-et-redevances-communales\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1066\" href=\"/section/1066/bien-etre-animal\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/332\" href=\"/section/332/cpas\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/980\" href=\"/section/980/contacts-du-cpas\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/853\" href=\"/section/853/les-services-du-cpas\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/982\" href=\"/section/982/accueils-extrascolaires\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/974\" href=\"/section/974/aide-au-logement\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/976\" href=\"/section/976/aide-aux-seniors\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1041\" href=\"/section/1041/aide-juridique\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/972\" href=\"/section/972/aide-sociale\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/973\" href=\"/section/973/aide-domicile\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/977\" href=\"/section/977/aide-lemploi\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/979\" href=\"/section/979/intervention-du-fonds-chauffage\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/978\" href=\"/section/978/lutte-contre-le-surendettement\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/967\" href=\"/section/967/permanences-sociales\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/855\" href=\"/section/855/conseil-de-laction-sociale\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/934\" href=\"/section/934/sante\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1029\" href=\"/section/1029/covid-19\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1032\" href=\"/section/1032/coronavirus-informations-et-conseils\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1030\" href=\"/section/1030/coronavirus-instructions-et-recommandations\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1000\" href=\"/section/1000/medical-paramedical\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1002\" href=\"/section/1002/dentistes\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1003\" href=\"/section/1003/kinesitherapeutes-osteopathes\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1047\" href=\"/section/1047/logopedes\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "224575300cda",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cc323d21"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1001\" href=\"/section/1001/medecins\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1004\" href=\"/section/1004/pharmacie\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1025\" href=\"/section/1025/psychologie-hypnotherapie\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1027\" href=\"/section/1027/pedicure-medicale\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1005\" href=\"/section/1005/soins-infirmiers\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/935\" href=\"/section/935/numeros-utiles\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/856\" href=\"/section/856/prevention-securite\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/858\" href=\"/section/858/police\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bcf997720da2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-74334cc4"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/859\" href=\"/section/859/numeros-durgence\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/857\" href=\"/section/857/incendie\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/942\" href=\"/section/942/eau-gaz-electricite\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/953\" href=\"/section/953/eclairage-public\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/215\" href=\"/section/215/mobilite\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/945\" href=\"/section/945/compostage\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/946\" href=\"/section/946/formation-guide-composteur\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1044\" href=\"/section/1044/energie-et-climat\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e754382f74a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-04f8dbfc"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1068\" href=\"/section/1068/faune-et-flore\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/242\" href=\"/section/242/dechets-proprete-publique\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/246\" href=\"/section/246/bulles-verre\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "db202e78e6c5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-711b98a1"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1035\" href=\"/section/1035/calendrier-des-collectes\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/983\" href=\"/section/983/operations-proprete\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1024\" href=\"/section/1024/points-dapports-volontaires\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1036\" href=\"/section/1036/recycle\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/244\" href=\"/section/244/recyparc\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/247\" href=\"/section/247/papiers-cartons-et-pmc\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/245\" href=\"/section/245/dechets-menagers\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1012\" href=\"/section/1012/accueil-temps-libre\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/295\" href=\"/section/295/creche\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/297\" href=\"/section/297/enseignement\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/275\" href=\"/section/275/bibliotheque-et-ludotheque\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/981\" href=\"/section/981/tourisme\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ad026c97e570",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-946ccf66"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/262\" href=\"/section/262/sports\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/263\" href=\"/section/263/centre-sportif-jacky-leroy\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/284\" href=\"/section/284/histoire-et-patrimoine\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1067\" href=\"/section/1067/aide-lemploi\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "77c417ae7cb2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-04dcb5a7"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/993\" href=\"/section/993/commerces-entreprises\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul style=\"\" tabindex=\"0\" class=\"slide__content block-columngrid block-grid small-block-grid-1 medium-block-grid-1 large-block-grid-1\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b01824e9cc12",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-72de5eac"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<ul style=\"\" tabindex=\"0\" class=\"slide__content block-columngrid block-grid small-block-grid-1 medium-block-grid-1 large-block-grid-1\">",
            "message": "The tabbable element's role 'list' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d600c3f3072e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-68e5d866"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<ul style=\"\" tabindex=\"0\" class=\"slide__content block-columngrid block-grid small-block-grid-1 medium-block-grid-1 large-block-grid-1\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d4d59078369b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b41b84b8"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "edd0480d7e30",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d8cc0148"
          },
          {
            "rule": "aria_accessiblename_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Element <h2> with \"heading\" role has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f14516aca178",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a37c7d8a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h1>",
            "message": "Verify the contrast ratio of the text with shadow meets the WCAG AA minimum requirements for text of size 46px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0172ebe7a4e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4568b000"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav aria-labelledby=\"block-wvncity-2-quickaccess-menu\" role=\"navigation\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e68791bb12b3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bc0c8c74"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/859\" class=\"icon-phone-book\" target=\"_self\" href=\"/section/859/numeros-durgence\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "db09cf38f7fc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c1f17f44"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"icon-doctors-on-call\" target=\"_self\" href=\"/numero-urgence/414/medecins-de-garde\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9fbaba7c798d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5a8a133f"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/242\" class=\"icon-trash\" target=\"_self\" href=\"/section/242/dechets-proprete-publique\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e28d8ff0fb23",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-586fa817"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"icon-map\" target=\"_blank\" href=\"https://betterstreet.org/be/flobecq\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "75af74e152fd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-24680326"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/actualite/1313/services-du-cpas-horaires\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0bdded108629",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fcacadaa"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4212b5491147",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e9f90e78"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cea40ee9316f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6e7f9087"
          },
          {
            "rule": "list_markup_review",
            "xpath": null,
            "html": "<p>",
            "message": "Verify this is a list and if so, modify to use proper HTML elements for the list",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "825d053928d3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a76263bd"
          },
          {
            "rule": "list_markup_review",
            "xpath": null,
            "html": "<p>",
            "message": "Verify this is a list and if so, modify to use proper HTML elements for the list",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "list_markup_review",
            "xpath": null,
            "html": "<p>",
            "message": "Verify this is a list and if so, modify to use proper HTML elements for the list",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "list_markup_review",
            "xpath": null,
            "html": "<p>",
            "message": "Verify this is a list and if so, modify to use proper HTML elements for the list",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "list_markup_review",
            "xpath": null,
            "html": "<p>",
            "message": "Verify this is a list and if so, modify to use proper HTML elements for the list",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/nl/actualite/1258/gemeentelijke-diensten\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d296050e4ba",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e78aa575"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94a7e8c3c0b7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a86234de"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/agenda/2140/printemps-au-naturel\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a561e215123d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2c7e25d6"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a title=\"https://printempsaunaturel.be/\" target=\"_blank\" href=\"https://printempsaunaturel.be/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "175adecf5db1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6c5a2ac7"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/actualite/2137/recrutement-agent-technique\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e051eaa68542",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7da91d55"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/actualite/2125/travaux-renovation-du-reseau-degout-et-amenagement-de-la-rue-pierre-ouvrard\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c4b65435a4ba",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d406d4af"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/actualite/2098/nouveau-site-web-du-spw-contre-les-violences-faites-aux-femmes-stop-violences\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a20a9e9a935",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-25a6ce6a"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "63a401a0686c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f459bb78"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/latest-contents\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe86080486c6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1bf028ee"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/acteurs-et-lieux-culturels/656/la-maison-des-plantes-medicinales\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2758457bb0d0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-24aab826"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/club-sportif/820/centre-sportif-jacky-leroy\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "069da7d1f6d5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1aa60541"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_contentinfo_misuse",
            "xpath": null,
            "html": "<footer>",
            "message": "Element with \"contentinfo\" role is present without an element with \"main\" role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e38797b24ff7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8e9e96c7"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav aria-labelledby=\"block-wvncity-2-menufooter1-menu\" role=\"navigation\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "318e3d1ab407",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-89618a49"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav aria-labelledby=\"block-wvncity-2-menufooter3-menu\" role=\"navigation\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ecfde849a9dc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-221a9bd9"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav aria-labelledby=\"block-wvncity-2-menufooter4-menu\" role=\"navigation\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f60cdd1ed20",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1609aa26"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav aria-labelledby=\"block-wvncity-2-menufooter2-menu\" role=\"navigation\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b2fdb7eada25",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7017c701"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f330f991f01",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f9d40766"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button class=\"find-more-button eu-cookie-compliance-more-button find-more-button-processed\" type=\"button\">",
            "message": "Text contrast of 1.18 with its background is less than the WCAG AA minimum requirements for text of size 20px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e33197a8aca0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9e48f26c"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button class=\"agree-button eu-cookie-compliance-default-button\" type=\"button\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "327fb1d13ec0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2cf983cd"
          }
        ],
        "outcomeCount": 6669,
        "uniqueFailedCount": 167,
        "duplicateFailedCount": 101,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 101
    },
    {
      "submittedUrl": "https://www.fontaine-leveque.be/",
      "finalUrl": "https://www.fontaine-leveque.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Tout savoir sur la ville de Fontaine l&#039;Évêque - Fontaine Leveque",
      "elapsedMs": 17854,
      "error": null,
      "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": 499,
          "failed": 11,
          "cantTell": 4,
          "inapplicable": 47
        },
        "failedRules": [
          "color-contrast",
          "landmark-contentinfo-is-top-level",
          "landmark-no-duplicate-contentinfo",
          "landmark-unique"
        ],
        "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",
          "avoid-inline-spacing",
          "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-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",
          "region",
          "scrollable-region-focusable",
          "skip-link"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".lwptoc_toggle_label",
            "html": "<a href=\"#\" class=\"lwptoc_toggle_label\" data-label=\"afficher\">masquer</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.19 (foreground color: #3175e4, background color: #fafafa, font size: 8.4pt (11.2px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".lwptoc_i"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "721aae309a4a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f9267ad4"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#Histoire_de_cette_ville\"] > .lwptoc_item_label",
            "html": "<span class=\"lwptoc_item_label\">Histoire de cette ville</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.19 (foreground color: #3175e4, background color: #fafafa, font size: 9.4pt (12.6px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".lwptoc_i"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "265f2ddab2de",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-42032a8a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href=\"#La_geographie_de_la_ville\"] > .lwptoc_item_label",
            "html": "<span class=\"lwptoc_item_label\">La géographie de la ville</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.19 (foreground color: #3175e4, background color: #fafafa, font size: 9.4pt (12.6px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".lwptoc_i"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b6a5f7ba9d17",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b7c4347a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href=\"#Le_patrimoine_et_le_folklore\"] > .lwptoc_item_label",
            "html": "<span class=\"lwptoc_item_label\">Le patrimoine et le folklore</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.19 (foreground color: #3175e4, background color: #fafafa, font size: 9.4pt (12.6px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".lwptoc_i"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dfd1e6bc8ee6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2e65f615"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href=\"#Ville_de_culture_et_de_sport\"] > .lwptoc_item_label",
            "html": "<span class=\"lwptoc_item_label\">Ville de culture et de sport</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.19 (foreground color: #3175e4, background color: #fafafa, font size: 9.4pt (12.6px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".lwptoc_i"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "03248a33fb63",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e8e50939"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#block-8 > p",
            "html": "<p>41 rue Banaudon</p>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.79 (foreground color: #4a4a4a, background color: #222222, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer-widgets"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c5ff43c11de9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-de67c1f2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#block-13 > p",
            "html": "<p>Lyon</p>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.79 (foreground color: #4a4a4a, background color: #222222, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer-widgets"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bcb714d6c645",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4969a89d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#block-15 > p",
            "html": "<p>&nbsp;+33&nbsp;&nbsp;17.47.84.57.17</p>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.79 (foreground color: #4a4a4a, background color: #222222, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#footer-widgets"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a6d79abbb3d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8f7badf4"
          },
          {
            "rule": "landmark-contentinfo-is-top-level",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-contentinfo-is-top-level?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#copyright",
            "html": "<div id=\"copyright\" class=\"clr\" role=\"contentinfo\">\nfontaine-leveque©2023\t\t\t</div>",
            "message": "Contentinfo landmark should not be contained in another landmark",
            "fixSummary": "Fix any of the following:\n  The contentinfo landmark is contained in another landmark.",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2dcbfdfc1c38",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-978dd19e"
          },
          {
            "rule": "landmark-no-duplicate-contentinfo",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-no-duplicate-contentinfo?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#footer",
            "html": "<footer id=\"footer\" class=\"site-footer\" itemscope=\"itemscope\" itemtype=\"https://schema.org/WPFooter\" role=\"contentinfo\">",
            "message": "Document should not have more than one contentinfo landmark",
            "fixSummary": "Fix any of the following:\n  Document has more than one contentinfo landmark",
            "relatedPaths": [
              "#copyright"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "238eaf83f268",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2c072ccb"
          },
          {
            "rule": "landmark-unique",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#footer",
            "html": "<footer id=\"footer\" class=\"site-footer\" itemscope=\"itemscope\" itemtype=\"https://schema.org/WPFooter\" role=\"contentinfo\">",
            "message": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
            "fixSummary": "Fix any of the following:\n  The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable",
            "relatedPaths": [
              "#copyright"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e63d41b4d99e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-76a8d2af"
          }
        ],
        "outcomeCount": 561,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 11
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1582,
          "failed": 34,
          "cantTell": 8,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_complementary_label_visible",
          "aria_contentinfo_label_unique",
          "aria_eventhandler_role_valid",
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "list_markup_review",
          "style_color_misuse",
          "style_highcontrast_visible",
          "svg_graphics_labelled",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "413eb9a15326",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fea02bd1c990",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d9c21324"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<header role=\"banner\" itemtype=\"https://schema.org/WPHeader\" itemscope=\"itemscope\" data-height=\"74\" class=\"minimal-header clr\" id=\"site-header\">",
            "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f11a31f2155b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4894fd03"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<main role=\"main\" class=\"site-main clr\" id=\"main\">",
            "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "723edbeb440c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4ccf82c3"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" height=\"100%\" width=\"100%\" viewBox=\"-10 -10 148 148\" version=\"1.1\" style=\"display:block;border-radius:999px;\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2bc96400da9d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a09e25e8"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<svg xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" height=\"100%\" width=\"100%\" viewBox=\"-10 -10 148 148\" version=\"1.1\" style=\"display:block;border-radius:999px;\">",
            "message": "The HTML attribute(s) \"version\" is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d000a76661c4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0c4b5e99"
          },
          {
            "rule": "aria_eventhandler_role_valid",
            "xpath": null,
            "html": "<span onclick=\"heateorSssMoreSharingPopup(this, 'https://www.fontaine-leveque.be/', 'Tout%20savoir%20sur%20la%20ville%20de%20Fontaine%20l%27%C3%89v%C3%AAque', '' )\" style=\"background-color:#ee8e2d;width:35px;height:35px;border-radius:999px;display:inline-block!important;opacity:1;float:left;font-size:32px!important;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;display:inline;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box;\" class=\"heateor_sss_svg\">",
            "message": "The <span> element with 'onclick' does not have a valid ARIA role specified",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0eafb582d8e3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6668f982"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xml:space=\"preserve\" style=\"display:block;border-radius:999px;\" height=\"100%\" width=\"100%\" version=\"1.1\" viewBox=\"-.3 0 32 32\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.w3.org/2000/svg\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ba900573006",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-95b0c2ab"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<svg xml:space=\"preserve\" style=\"display:block;border-radius:999px;\" height=\"100%\" width=\"100%\" version=\"1.1\" viewBox=\"-.3 0 32 32\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.w3.org/2000/svg\">",
            "message": "The HTML attribute(s) \"version\" is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3cb978a36608",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-21a7e769"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a data-label=\"afficher\" class=\"lwptoc_toggle_label\" href=\"#\">",
            "message": "Text contrast of 4.20 with its background is less than the WCAG AA minimum requirements for text of size 11.2px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "621a5cdade3b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-05ba9948"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"lwptoc_item_number\">",
            "message": "Text contrast of 4.20 with its background is less than the WCAG AA minimum requirements for text of size 12.6px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9bdd79be6ba3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-93e75200"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"lwptoc_item_label\">",
            "message": "Text contrast of 4.20 with its background is less than the WCAG AA minimum requirements for text of size 12.6px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "454294407dd3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2b4a842f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"lwptoc_item_number\">",
            "message": "Text contrast of 4.20 with its background is less than the WCAG AA minimum requirements for text of size 12.6px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"lwptoc_item_label\">",
            "message": "Text contrast of 4.20 with its background is less than the WCAG AA minimum requirements for text of size 12.6px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"lwptoc_item_number\">",
            "message": "Text contrast of 4.20 with its background is less than the WCAG AA minimum requirements for text of size 12.6px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"lwptoc_item_label\">",
            "message": "Text contrast of 4.20 with its background is less than the WCAG AA minimum requirements for text of size 12.6px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"lwptoc_item_number\">",
            "message": "Text contrast of 4.20 with its background is less than the WCAG AA minimum requirements for text of size 12.6px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"lwptoc_item_label\">",
            "message": "Text contrast of 4.20 with its background is less than the WCAG AA minimum requirements for text of size 12.6px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.fontaine-leveque.be/patrimoine-fontaine-eveque.html\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c2973789b198",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ee90a723"
          },
          {
            "rule": "list_markup_review",
            "xpath": null,
            "html": "<p>",
            "message": "Verify this is a list and if so, modify to use proper HTML elements for the list",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b751e7106f9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a76263bd"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.fontaine-leveque.be/jeux-de-casino-a-fontaine-leveque.html\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "81429109b061",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e8845d3e"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/faire-du-pari-sportif-au-canada\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b364306120ba",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-303bf21c"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<aside aria-label=\"Primary Sidebar\" role=\"complementary\" itemtype=\"https://schema.org/WPSideBar\" itemscope=\"itemscope\" class=\"sidebar-container widget-area sidebar-primary\" id=\"right-sidebar\">",
            "message": "The explicitly-assigned ARIA role \"complementary\" is redundant with the implicit role of the element <aside>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "286eb014e807",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3a9fa258"
          },
          {
            "rule": "aria_complementary_label_visible",
            "xpath": null,
            "html": "<aside aria-label=\"Primary Sidebar\" role=\"complementary\" itemtype=\"https://schema.org/WPSideBar\" itemscope=\"itemscope\" class=\"sidebar-container widget-area sidebar-primary\" id=\"right-sidebar\">",
            "message": "Element with \"complementary\" role does not have a visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "61cbc1703840",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ff1b917f"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<footer role=\"contentinfo\" itemtype=\"https://schema.org/WPFooter\" itemscope=\"itemscope\" class=\"site-footer\" id=\"footer\">",
            "message": "The explicitly-assigned ARIA role \"contentinfo\" is redundant with the implicit role of the element <footer>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "13541c574677",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7088ed04"
          },
          {
            "rule": "aria_contentinfo_label_unique",
            "xpath": null,
            "html": "<footer role=\"contentinfo\" itemtype=\"https://schema.org/WPFooter\" itemscope=\"itemscope\" class=\"site-footer\" id=\"footer\">",
            "message": "Multiple elements with \"contentinfo\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d9b736ab835",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-144a3b03"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "Text contrast of 1.80 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "72ae3cef7db4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7acebded"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "Text contrast of 1.80 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<svg focusable=\"false\" aria-hidden=\"true\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" viewBox=\"0 0 24 24\" height=\"24\" width=\"24\">",
            "message": "The HTML attribute(s) \"version\" is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa04b2678028",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-78642623"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<svg focusable=\"false\" aria-hidden=\"true\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" viewBox=\"0 0 24 24\" height=\"24\" width=\"24\">",
            "message": "The HTML attribute(s) \"version\" is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<svg focusable=\"false\" aria-hidden=\"true\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" viewBox=\"0 0 24 24\" height=\"24\" width=\"24\">",
            "message": "The HTML attribute(s) \"version\" is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<svg focusable=\"false\" aria-hidden=\"true\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" viewBox=\"0 0 128 128\" height=\"24\" width=\"24\">",
            "message": "The HTML attribute(s) \"version\" is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a073b649644c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-448f3ec4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "Text contrast of 1.80 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_contentinfo_label_unique",
            "xpath": null,
            "html": "<div role=\"contentinfo\" class=\"clr\" id=\"copyright\">",
            "message": "Multiple elements with \"contentinfo\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b7f277a4a87",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1350924c"
          }
        ],
        "outcomeCount": 1623,
        "uniqueFailedCount": 24,
        "duplicateFailedCount": 10,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 10
    },
    {
      "submittedUrl": "https://www.frameries.be/",
      "finalUrl": "https://www.frameries.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Accueil — Commune de Frameries",
      "elapsedMs": 9827,
      "error": null,
      "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": 879,
          "failed": 5,
          "cantTell": 18,
          "inapplicable": 43
        },
        "failedRules": [
          "aria-allowed-role",
          "aria-required-children",
          "region"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-command-name",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "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",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Ma Commune\"]",
            "html": "<label aria-label=\"Ma Commune\" for=\"navitem-ma-commune\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e03a1adea1ce",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fb93ab52"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Vivre à Frameries\"]",
            "html": "<label aria-label=\"Vivre à Frameries\" for=\"navitem-vivre-a-frameries\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3aa2ba809171",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6a08d9a0"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Que faire à Frameries\"]",
            "html": "<label aria-label=\"Que faire à Frameries\" for=\"navitem-que-faire-a-frameries\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e0f15e3895f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bec8eabf"
          },
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#portal-globalnav",
            "html": "<ul class=\"navbar-nav\" id=\"portal-globalnav\" role=\"menubar\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: [role=button]",
            "relatedPaths": [
              "label[aria-label=\"Ma Commune\"]",
              "label[aria-label=\"Vivre à Frameries\"]",
              "label[aria-label=\"Que faire à Frameries\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9025b9b4418c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8565635e"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#portal-colophon",
            "html": "<div id=\"portal-colophon\">",
            "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": "0d0d30d29707",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-edf401d2"
          }
        ],
        "outcomeCount": 945,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 5
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1863,
          "failed": 69,
          "cantTell": 50,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_complementary_labelled",
          "aria_content_in_landmark",
          "aria_id_unique",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "input_label_visible",
          "label_name_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "svg_graphics_labelled",
          "text_block_heading",
          "text_contrast_sufficient",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style>",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "246076817687",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b81717"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "25d5976d5edd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9ad5fff9"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link rel=\"mask-icon\" href=\"/++theme++frameries/icons/frameries-safari-pinned-tab.svg\" color=\"#5bbad5\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4ebbbbb77e0e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-aaf621f7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<link rel=\"mask-icon\" href=\"/++theme++frameries/icons/frameries-safari-pinned-tab.svg\" color=\"#5bbad5\">",
            "message": "The HTML attribute(s) \"color\" is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f94bffe5efd2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-10798b62"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"https://www.frameries.be/++webresource++d5ff7ce5-105a-5d6e-9ae2-f76a624f92b3//++theme++frameries/dist/css/theme.css\" data-bundle=\"diazo\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a999f2fb8e0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-873bb079"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.frameries.be/#content\" class=\"show-on-focus\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8131207e2e45",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2dd9ed1b"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"135\" viewBox=\"0 0 135 42\" height=\"42\" fill=\"none\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c232470a4465",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-27423cb9"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#portal-globalnav-collapse\" class=\"navbar-toggler\" aria-label=\"Activer/désactiver la navigation\" aria-expanded=\"false\" aria-controls=\"navbarNav\">",
            "message": "The 'id' \"navbarNav\" specified for the ARIA property 'aria-controls' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "53a01b5ac3de",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7be75485"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#portal-globalnav-collapse\" class=\"navbar-toggler\" aria-label=\"Activer/désactiver la navigation\" aria-expanded=\"false\" aria-controls=\"navbarNav\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c83b1c8a73f1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-55b9b791"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"#offcanvasSearch\" data-bs-toggle=\"offcanvas\" data-bs-target=\"#offcanvasSearch\" aria-controls=\"offcanvasSearch\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "05188cd7afdc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a652846"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\" aria-label=\"Acceptez tous les cookies\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "23a02fd5fcdf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f4c83f57"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\" aria-label=\"Acceptez tous les cookies\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df6eb928e5fa",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-11d7452b"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\" aria-label=\"Acceptez tous les cookies\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9f9be7dcdd08",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4f9b556e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.frameries.be/@@consent\" data-pat-plone-modal=\"{\"prependContent\": \"\"}\" class=\"pat-plone-modal\" aria-label=\"En savoir plus et paramétrer les cookies\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4f4ec8a04d9d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8e00fc4d"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a href=\"https://www.frameries.be/@@consent\" data-pat-plone-modal=\"{\"prependContent\": \"\"}\" class=\"pat-plone-modal\" aria-label=\"En savoir plus et paramétrer les cookies\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d546892b5780",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8b1bfd0b"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\" aria-label=\"Refuser tous les cookies\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f3ea490766ed",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9e6f9182"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\" aria-label=\"Refuser tous les cookies\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bde6e104e2e3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-37e5941e"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\" aria-label=\"Refuser tous les cookies\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "09afb0bccba9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4abe1a5a"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside id=\"global_statusmessage\" class=\"col-12\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "77fc4be177d9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d6a7e678"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" viewBox=\"0 0 20 20\" height=\"20\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c0280ce2436c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1cec4d95"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Horaires' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "510bb80f8947",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-abe54ce3"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3440497655d6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a4dedb7"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Prendre un  rendez-vous' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48.01 35.28\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e50b270342a5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-99505c7e"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Guichet en ligne' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 28 34.12\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "643a0db1787b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e3dfa86a"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Informations  Travaux' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Organiser un événement' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 28.18 19.82\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "246db80592b7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-eba9678b"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Offres d'emploi' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"swiper_date\">",
            "message": "Confirm this text 'Publié il y a 9 jours' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b7e72a482493",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6d3fe0a1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "916cfca30da6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span datetime=\"2026-04-27T12:44:55+00:00\" data-pat-display-time=\"from-now: true\" class=\"pat-display-time\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e026e6ad24d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b26d4aae"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"swiper_date\">",
            "message": "Confirm this text 'Publié il y a 16 jours' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span datetime=\"2026-04-20T11:25:00+00:00\" data-pat-display-time=\"from-now: true\" class=\"pat-display-time\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "92a2810c3c57",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2b18085b"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"swiper_date\">",
            "message": "Confirm this text 'Publié il y a un mois' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span datetime=\"2026-04-10T09:54:00+00:00\" data-pat-display-time=\"from-now: true\" class=\"pat-display-time\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c432e551d53a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1b96d306"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"swiper_date\">",
            "message": "Confirm this text 'Publié il y a un mois' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span datetime=\"2026-04-01T12:18:00+00:00\" data-pat-display-time=\"from-now: true\" class=\"pat-display-time\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "96814552a528",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e03fd27c"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"swiper_date\">",
            "message": "Confirm this text 'Publié il y a un mois' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span datetime=\"2026-03-25T14:35:00+00:00\" data-pat-display-time=\"from-now: true\" class=\"pat-display-time\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd4639d63596",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a98833bd"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"swiper_date\">",
            "message": "Confirm this text 'Publié il y a 2 mois' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span datetime=\"2026-03-03T13:32:00+00:00\" data-pat-display-time=\"from-now: true\" class=\"pat-display-time\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c68d7f14cf52",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c524b4c1"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<h3>",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Frameries + Propre\", \"Opération Containers\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "81d337356799",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f3754680"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.frameries.be/actualites\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6a1801064208",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3f8fed7c"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"day_date\">",
            "message": "Confirm this text 'Le 14 05' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "771ca58ade0e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-db8d48fb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.frameries.be/agenda\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "06432a3ff7e0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-789d0506"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.frameries.be/#content-header\" class=\"show-on-focus skip-before-footer\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "abdda1d5e7b9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-080edaae"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ad62ee521ff",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2035.56\" fill=\"#000\" data-name=\"Calque 2\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e190664405a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6911264f"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" fill=\"#000\" class=\"plone-icon\" aria-labelledby=\"title\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5e756cea9e48",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-42111521"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" fill=\"#000\" class=\"plone-icon\" aria-labelledby=\"title\">",
            "message": "The 'id' \"title\" specified for the ARIA property 'aria-labelledby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "45b4efb83ed9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-25a37d30"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"text\">",
            "message": "Confirm this text 'Cover : Copyright  Pascal-Willy Mercier' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c0df06444cf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-88d337a4"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Cover : Copyright  Pascal-Willy Mercier' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df2966a7d7cd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f2bf52aa"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.frameries.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bbffa0843768",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ce09138a"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.frameries.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee595ff5c537",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f5927650"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.frameries.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "147dbec90f5b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-758a14bd"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.frameries.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "47d7fa7ae4c6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c31cd034"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.frameries.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "08bcb59837bc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4a282828"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.frameries.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc04e0a54454",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-52f72700"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.frameries.be/annuaire/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "56ef647c9348",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8d95f04f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.frameries.be/annuaire/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df60c9438d4f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2243ebbc"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "724fd3784063",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6e7f9087"
          }
        ],
        "outcomeCount": 1949,
        "uniqueFailedCount": 53,
        "duplicateFailedCount": 16,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 16
    },
    {
      "submittedUrl": "https://www.frasnes-lez-anvaing.be/",
      "finalUrl": "https://www.frasnes-lez-anvaing.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Frasnes-lez-Anvaing",
      "elapsedMs": 10724,
      "error": null,
      "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": 1286,
          "failed": 62,
          "cantTell": 20,
          "inapplicable": 44
        },
        "failedRules": [
          "aria-hidden-focus",
          "color-contrast",
          "frame-title",
          "landmark-one-main",
          "link-name",
          "meta-viewport",
          "page-has-heading-one",
          "region"
        ],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-conditional-attr",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "autocomplete-valid",
          "avoid-inline-spacing",
          "bypass",
          "color-contrast",
          "definition-list",
          "dlitem",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "frame-tested",
          "frame-title",
          "frame-title-unique",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "label",
          "label-title-only",
          "landmark-complementary-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-no-duplicate-contentinfo",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport-large",
          "nested-interactive",
          "presentation-role-conflict",
          "region"
        ],
        "failures": [
          {
            "rule": "aria-hidden-focus",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".clone[aria-hidden=\"true\"]:nth-child(1)",
            "html": "<li class=\"clone\" aria-hidden=\"true\" style=\"width: 593px; float: left; display: block;\">",
            "message": "ARIA hidden element must not be focusable or contain focusable elements",
            "fixSummary": "Fix all of the following:\n  Focusable content should have tabindex=\"-1\" or be removed from the DOM",
            "relatedPaths": [
              ".clone[aria-hidden=\"true\"]:nth-child(1) > .flex-caption > .flex-caption-inner > h2 > a",
              ".clone[aria-hidden=\"true\"]:nth-child(1) > .flex-caption > .flex-caption-inner > p > a",
              ".clone[aria-hidden=\"true\"]:nth-child(1) > .read-next-link > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "05fa4b6da6f4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-48676e3f"
          },
          {
            "rule": "aria-hidden-focus",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".clone[aria-hidden=\"true\"]:nth-child(10)",
            "html": "<li style=\"width: 593px; float: left; display: block;\" class=\"clone\" aria-hidden=\"true\">",
            "message": "ARIA hidden element must not be focusable or contain focusable elements",
            "fixSummary": "Fix all of the following:\n  Focusable content should have tabindex=\"-1\" or be removed from the DOM",
            "relatedPaths": [
              ".clone[aria-hidden=\"true\"]:nth-child(10) > .flex-caption > .flex-caption-inner > h2 > a",
              ".clone[aria-hidden=\"true\"]:nth-child(10) > .flex-caption > .flex-caption-inner > p > a",
              ".clone[aria-hidden=\"true\"]:nth-child(10) > .read-next-link > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "54acb71cd3c1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1db1c37b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#searchGadget",
            "html": "<input accesskey=\"4\" class=\"searchField\" id=\"searchGadget\" name=\"SearchableText\" placeholder=\"Recherche\" size=\"18\" title=\"Recherche\" type=\"text\" autocomplete=\"off\">",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.94 (foreground color: #808080, background color: #ffffff, font size: 12.5pt (16.64px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#searchGadget",
              ".LSBox"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e79409e81b48",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6d504bd2"
          },
          {
            "rule": "frame-title",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/frame-title?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "iframe[gdpr-height=\"361\"]",
            "html": "<iframe class=\"gdpr-iframe\" frameborder=\"0\" gdpr-height=\"361\" gdpr-src=\"https://www.meteo.be...\" gdpr-width=\"270\" height=\"0\" marginheight=\"0\" marginwidth=\"0\" scrolling=\"no\" src=\"\" width=\"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",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ecb3cb9cfef7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-79c8f242"
          },
          {
            "rule": "landmark-one-main",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "html",
            "html": "<html lang=\"fr\" xml:lang=\"fr\" xmlns=\"http://www.w3.org/19...\" class=\"js flexbox canvas ca...\">",
            "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": "0ad6d01d116d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b00be0"
          },
          {
            "rule": "landmark-one-main",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "iframe[title=\"Pratiquer l'écoconduite\"]",
            "html": "<html><head></head><body></body></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": "5d2c53d62aa1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-801f2605"
          },
          {
            "rule": "landmark-one-main",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "li:nth-child(2) > .iframe-responsive-wrapper > div > .oembed-wrapper.oembed-video > iframe[allowfullscreen=\"\"][gdpr-height=\"113\"][gdpr-width=\"200\"]",
            "html": "<html><head></head><body></body></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": "38a37c48b287",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bc0a7ec5"
          },
          {
            "rule": "landmark-one-main",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".wp-embedded-content",
            "html": "<html><head></head><body marginwidth=\"0\" marginheight=\"0\"></body></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": "6966f26e5871",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-75423921"
          },
          {
            "rule": "landmark-one-main",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "iframe[gdpr-height=\"361\"]",
            "html": "<html><head></head><body marginwidth=\"0\" marginheight=\"0\"></body></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": "5e540c45f7e5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a06d36a7"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "#portaltab-index_html > a[title=\"\"]",
            "html": "<a href=\"https://www.frasnes-lez-anvaing.be\" title=\"\"><span class=\"icon-home\"></span></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 an empty title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "348575ce56a0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bc777b8a"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "li:nth-child(2) > .flex-caption > .flex-caption-inner > p > a",
            "html": "<a href=\"https://www.frasnes-lez-anvaing.be/a-la-une/adaptation-des-horaires-d2019accessibilite-aux-services-administratifs-phase-test-lancee-ce-1er-avril\"></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": "06c063f52abd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-84222fbc"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "li:nth-child(9) > .flex-caption > .flex-caption-inner > p > a",
            "html": "<a href=\"https://www.frasnes-lez-anvaing.be/a-la-une/le-nouveau-conseil-communal-des-enfants-a-ete-installe-2\"></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": "dd092c603640",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c33001f2"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".bloc-2 > .titre-rss > .bloc-rss",
            "html": "<a class=\"bloc-rss\" href=\"https://www.frasnes-lez-anvaing.be/actualites/index/atom.xml\">\n<img alt=\"Flux RSS\" src=\"++resource++cpskin.core.images/rss.png\">\n</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": "e97c9544f4ee",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2ab48541"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".bloc-3 > .titre-rss > .bloc-rss",
            "html": "<a class=\"bloc-rss\" href=\"https://www.frasnes-lez-anvaing.be/evenements/index/atom.xml\">\n<img alt=\"Flux RSS\" src=\"++resource++cpskin.core.images/rss.png\">\n</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": "18b76e71127e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7f227148"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".portlet-static-cpas > p > a[target=\"_self\"]",
            "html": "<a href=\"https://www.frasnes-lez-anvaing.be/ma-commune/social/cpas\" target=\"_self\"><img alt=\"\" class=\"image-left\" src=\"https://www.frasnes-lez-anvaing.be/images/logo-cpas.png/@@images/ae32b051-ad89-46ac-a2cb-0d8016a03c78.png\" title=\"logo CPAS.png\" width=\"270\"></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": "6ef9c726483f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-eecba6b5"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".portlet-static-parc-naturel-du-pays-des-collines > p > a[target=\"_blank\"]",
            "html": "<a href=\"https://eur04.safeli...\" target=\"_blank\">",
            "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": "fc8d14161916",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-28960100"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".portlet-static-visitpaysdescollines > p > a[target=\"_blank\"]",
            "html": "<a href=\"https://www.visitpaysdescollines.be/\" target=\"_blank\"><img alt=\"\" class=\"image-left\" src=\"https://www.frasnes-lez-anvaing.be/images/visit.jpg/@@images/cdde5931-770a-4bd1-b7f9-9f58561bd531.jpeg\" title=\"visit.jpg\" width=\"270\"></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": "030e968bbcb2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-da963535"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".portlet-static-frasnes-en-photos > p > a[target=\"_blank\"]",
            "html": "<a href=\"https://www.frasnes-lez-anvaing.be/loisirs/tourisme/le-tourisme-a-frasnes-lez-anvaing/vos-plus-belles-photos\" target=\"_blank\">",
            "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": "14729a25bebf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d7193bd2"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".portlet-static-stage > p > a[target=\"_blank\"]",
            "html": "<a href=\"https://www.frasnes-lez-anvaing.be/actualites/les-stages-dans-lentite\" target=\"_blank\"><img alt=\"\" class=\"image-left\" src=\"https://www.frasnes-lez-anvaing.be/images/stages-1.png/@@images/ab20b08c-2ec4-4de8-b23d-8b3dce2d0c50.png\" title=\"stages.png\" width=\"270\"></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": "c6c6ed2a0d1c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ce4900c1"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".portlet-static-pollec > p > a[target=\"_blank\"]",
            "html": "<a href=\"https://www.frasnes-lez-anvaing.be/ma-commune/environnement/pollec\" target=\"_blank\"><img alt=\"\" src=\"https://www.frasnes-lez-anvaing.be/images/composition1-3.jpg/@@images/da000ccd-55d6-4ff5-8417-d45a5aa35fea.jpeg\" title=\"Composition1.jpg\" width=\"270\"></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": "8a3f0bf2a19b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5f949867"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "#portletwrapper-706c6f6e652e7269676874636f6c756d6e0a636f6e746578740a2f667261736e65736c657a616e7661696e670a73756273696465732d32303230 > .portlet.portlet-static > .portletItem.odd > p > a[target=\"_blank\"]",
            "html": "<a href=\"https://www.frasnes-lez-anvaing.be/actualites/demande-de-subside-pour-lannee-2026\" target=\"_blank\"><img alt=\"\" class=\"image-left\" src=\"https://www.frasnes-lez-anvaing.be/images/subsides-5.png/@@images/7bcb7ac7-ef04-4299-9700-8392ecc3d683.png\" title=\"subsides.png\" width=\"270\"></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": "b40ae2a986b0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3049ba71"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "a[href=\"https://www.be-alert.be/fr\"]",
            "html": "<a href=\"https://www.be-alert.be/fr\"><img alt=\"\" src=\"https://www.frasnes-lez-anvaing.be/images/be_alert_logo_3.png/@@images/94f41050-2483-41b8-a427-d38e4e32724e.png\" title=\"BE_Alert_logo_3.png\" width=\"270\"></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": "9b9915183f1c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-48976734"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".portlet-static-pcdn > p > a[target=\"_self\"]",
            "html": "<a href=\"https://www.frasnes-lez-anvaing.be/ma-commune/environnement/pcdn\" target=\"_self\"><img alt=\"\" class=\"image-left\" src=\"https://www.frasnes-lez-anvaing.be/images-site/logo-pcdn.png/@@images/f6155dbc-25bb-487e-8d16-fb20d567b168.png\" title=\"LOGO - Pcdn.png\" width=\"270\"></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": "27e18043dbdf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fcd1022b"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "#portletwrapper-706c6f6e652e7269676874636f6c756d6e0a636f6e746578740a2f667261736e65736c657a616e7661696e670a77617069736f6c > .portlet.portlet-static > .portletItem.odd > p > a[target=\"_blank\"]",
            "html": "<a href=\"https://www.frasnes-lez-anvaing.be/ma-commune/environnement/pollec/wapisol/wapisol\" target=\"_blank\"><img alt=\"\" src=\"https://www.frasnes-lez-anvaing.be/images/logo-6.jpg/@@images/953dfc58-ae77-43f8-8791-9860b7467053.jpeg\" title=\"logo.jpg\" width=\"270\"></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": "7fc550d0a44a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-56dcf26c"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "a[href=\"https://p-h-s-druck.eu/15_1942\"]",
            "html": "<a href=\"https://p-h-s-druck.eu/15_1942\"><img alt=\"\" height=\"145\" src=\"https://p-h-s-druck.eu/15_1942/btn_15_1942.png\" width=\"165\"></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": "d2a45241a3c7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-993697e4"
          },
          {
            "rule": "meta-viewport",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport?application=playwright",
            "impact": "moderate",
            "wcagSc": [
              "wcag2aa",
              "wcag144"
            ],
            "xpath": "meta[name=\"viewport\"]",
            "html": "<meta content=\"width=device-width, minimum-scale=1.0, maximum-scale=1.0\" name=\"viewport\">",
            "message": "Zooming and scaling must not be disabled",
            "fixSummary": "Fix any of the following:\n  maximum-scale on <meta> tag disables zooming on mobile devices",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "52ca35923e4e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-98527d57"
          },
          {
            "rule": "page-has-heading-one",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "html",
            "html": "<html lang=\"fr\" xml:lang=\"fr\" xmlns=\"http://www.w3.org/19...\" class=\"js flexbox canvas ca...\">",
            "message": "Page should contain a level-one heading",
            "fixSummary": "Fix all of the following:\n  Page must have a level-one heading",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0c540522c0c0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ee8d7590"
          },
          {
            "rule": "page-has-heading-one",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "iframe[title=\"Pratiquer l'écoconduite\"]",
            "html": "<html><head></head><body></body></html>",
            "message": "Page should contain a level-one heading",
            "fixSummary": "Fix all of the following:\n  Page must have a level-one heading",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e0e38202c5b2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-07194211"
          },
          {
            "rule": "page-has-heading-one",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "li:nth-child(2) > .iframe-responsive-wrapper > div > .oembed-wrapper.oembed-video > iframe[allowfullscreen=\"\"][gdpr-height=\"113\"][gdpr-width=\"200\"]",
            "html": "<html><head></head><body></body></html>",
            "message": "Page should contain a level-one heading",
            "fixSummary": "Fix all of the following:\n  Page must have a level-one heading",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d80f98705ec4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c560f156"
          },
          {
            "rule": "page-has-heading-one",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".wp-embedded-content",
            "html": "<html><head></head><body marginwidth=\"0\" marginheight=\"0\"></body></html>",
            "message": "Page should contain a level-one heading",
            "fixSummary": "Fix all of the following:\n  Page must have a level-one heading",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "73e553c0dd43",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-998b4398"
          },
          {
            "rule": "page-has-heading-one",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "iframe[gdpr-height=\"361\"]",
            "html": "<html><head></head><body marginwidth=\"0\" marginheight=\"0\"></body></html>",
            "message": "Page should contain a level-one heading",
            "fixSummary": "Fix all of the following:\n  Page must have a level-one heading",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "530aede9be40",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f947eb56"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#gdpr-consent-banner > span",
            "html": "<span>Ce site utilise des cookies pour vous fournir une expérience optimale (lecture de vidéos, affichage de plans et de contenus issus des réseaux sociaux notamment).</span>",
            "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": "6b06aa8a9815",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-10afa511"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "a[rel=\"#pb_7\"]",
            "html": "<a href=\"https://www.frasnes-lez-anvaing.be/@@consent\" rel=\"#pb_7\" class=\"link-overlay\" style=\"cursor: pointer;\">En savoir plus et personnaliser</a>",
            "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": "89ef7b5f2227",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f8375a9f"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#top-actions",
            "html": "<div id=\"top-actions\" xmlns:xi=\"http://www.w3.org/2001/XInclude\">",
            "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": "26ed6dfef9e8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-611321ac"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#portal-logo",
            "html": "<a accesskey=\"1\" href=\"https://www.frasnes-lez-anvaing.be\" id=\"portal-logo\" title=\"Frasnes-lez-Anvaing\">",
            "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": "42638d6aff79",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f5944d4a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "label[for=\"searchGadget\"]",
            "html": "<label class=\"hiddenStructure\" for=\"searchGadget\">Chercher par</label>",
            "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": "d7206aec8c69",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c8500bcc"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#searchGadget",
            "html": "<input accesskey=\"4\" class=\"searchField\" id=\"searchGadget\" name=\"SearchableText\" placeholder=\"Recherche\" size=\"18\" title=\"Recherche\" type=\"text\" autocomplete=\"off\">",
            "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": "0d66010699e9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d000e467"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#portal-advanced-search",
            "html": "<div class=\"hiddenStructure\" id=\"portal-advanced-search\">\n<a accesskey=\"5\" href=\"https://www.frasnes-lez-anvaing.be/@@search\">Recherche avancée…</a>\n</div>",
            "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": "e02a67afe8fe",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-481929a7"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#top-navigation-inner > .hiddenStructure:nth-child(1)",
            "html": "<p class=\"hiddenStructure\">\n<a accesskey=\"2\" href=\"https://www.frasnes-lez-anvaing.be/#content\">Aller au contenu.</a> |\n\n  <a accesskey=\"6\" href=\"https://www.frasnes-lez-anvaing.be/#portal-globalnav\">Aller à la navigation</a>\n</p>",
            "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": "699f618f1aee",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e9f91063"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#top-navigation-inner > .hiddenStructure:nth-child(2)",
            "html": "<p class=\"hiddenStructure\">Navigation</p>",
            "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": "ff87b42042ed",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7ac4712f"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "h5",
            "html": "<h5 class=\"hiddenStructure\">Navigation</h5>",
            "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": "a7a5aa21bdc6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5a996fd3"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".slides > li:nth-child(2)",
            "html": "<li style=\"width: 593px; float: left; display: block;\" class=\"flex-active-slide\">",
            "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": "bd22217b113b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-792a6735"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".flex-active-slide",
            "html": "<li style=\"width: 593px; float: left; display: block;\">",
            "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": "5d933c79d07b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-809adb04"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".slides > li:nth-child(4)",
            "html": "<li style=\"width: 593px; float: left; display: block;\">",
            "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": "785da36dc106",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f9aa341f"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".slides > li:nth-child(5)",
            "html": "<li style=\"width: 593px; float: left; display: block;\">",
            "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": "014cb23c6457",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-00df7990"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".slides > li:nth-child(6)",
            "html": "<li style=\"width: 593px; float: left; display: block;\">",
            "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": "03d7e200e13e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c935eab9"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".slides > li:nth-child(7)",
            "html": "<li style=\"width: 593px; float: left; display: block;\">",
            "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": "e1343d2366ac",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-afcdb8bf"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".slides > li:nth-child(8)",
            "html": "<li style=\"width: 593px; float: left; display: block;\">",
            "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": "21dd19bd87d2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-83bd3851"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".slides > li:nth-child(9)",
            "html": "<li style=\"width: 593px; float: left; display: block;\">",
            "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": "3e5071343a01",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9e3d7102"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "ol",
            "html": "<ol class=\"flex-control-nav flex-control-paging\"><li><a class=\"flex-active\">1</a></li><li><a>2</a></li><li><a>3</a></li><li><a>4</a></li><li><a>5</a></li><li><a>6</a></li><li><a>7</a></li><li><a>8</a></li></ol>",
            "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": "4bb94865b279",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4846dd49"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".flex-direction-nav",
            "html": "<ul class=\"flex-direction-nav\"><li><a class=\"flex-prev\" href=\"#\">Previous</a></li><li><a class=\"flex-next\" href=\"#\">Next</a></li></ul>",
            "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": "66509b487515",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b48e3a16"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-2 > .titre-rss > .titre",
            "html": "<a class=\"titre\" href=\"https://www.frasnes-lez-anvaing.be/actualites/index\">\n<h2>Actualités</h2>\n</a>",
            "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": "b0c38850c4ce",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bd2f0163"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-2 > .results.parsable-content",
            "html": "<div class=\"results parsable-content\">",
            "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": "3a57382427f8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-88ff3f6a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-2 > .voir-tout-content",
            "html": "<div class=\"voir-tout-content\">\n<a class=\"voir-tout\" href=\"https://www.frasnes-lez-anvaing.be/actualites/index\">\n                       Voir l'ensemble des actualités\n                      </a>\n</div>",
            "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": "d89730806a3d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ec934e18"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-3 > .titre-rss > .titre",
            "html": "<a class=\"titre\" href=\"https://www.frasnes-lez-anvaing.be/evenements/index\">\n<h2>Événements</h2>\n</a>",
            "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": "6a4a559c4735",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1b86520d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-3 > .results.parsable-content",
            "html": "<div class=\"results parsable-content\">",
            "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": "8b5c5f758e2e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c8a5ffa1"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-3 > .voir-tout-content",
            "html": "<div class=\"voir-tout-content\">\n<a class=\"voir-tout\" href=\"https://www.frasnes-lez-anvaing.be/evenements/index\">\n                       Voir l'ensemble des Événements\n                      </a>\n</div>",
            "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": "5d295bac240a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7cc37511"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".albums-container",
            "html": "<div class=\"albums-container\">",
            "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": "b91f6e38ecbc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3e5f2335"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".videos-container > h2",
            "html": "<h2>Vidéos</h2>",
            "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": "6adcd04d114e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4e9f2528"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "li:nth-child(1) > .iframe-responsive-wrapper > div > .oembed-wrapper.oembed-video > .gdpr-iframe-message",
            "html": "<div class=\"gdpr-iframe-message\">Cette fonctionnalité nécessite l'acceptation des cookies.<br><a class=\"consent-link link-overlay\" href=\"https://www.frasnes-lez-anvaing.be/@@consent\" rel=\"#pb_2\" style=\"cursor: pointer;\">Modifier vos préférences en matière de cookies</a>.</div>",
            "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": "90eff0e1443f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e7f56345"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "li:nth-child(2) > .iframe-responsive-wrapper > div > .oembed-wrapper.oembed-video > .gdpr-iframe-message",
            "html": "<div class=\"gdpr-iframe-message\">Cette fonctionnalité nécessite l'acceptation des cookies.<br><a class=\"consent-link link-overlay\" href=\"https://www.frasnes-lez-anvaing.be/@@consent\" rel=\"#pb_3\" style=\"cursor: pointer;\">Modifier vos préférences en matière de cookies</a>.</div>",
            "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": "c9b46ddac82d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ff487f7c"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".right > .link-all",
            "html": "<a class=\"link-all\" href=\"https://www.frasnes-lez-anvaing.be/videos/index\">\n                Voir toutes les vidéos\n            </a>",
            "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": "a2973df0a69a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c4625f8c"
          }
        ],
        "outcomeCount": 1412,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 62
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 4347,
          "failed": 180,
          "cantTell": 81,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_attribute_valid",
          "aria_attribute_value_valid",
          "aria_complementary_labelled",
          "aria_content_in_landmark",
          "aria_contentinfo_misuse",
          "aria_form_label_unique",
          "aria_hidden_nontabbable",
          "aria_landmark_name_unique",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "frame_src_valid",
          "frame_title_exists",
          "heading_content_exists",
          "html_lang_exists",
          "html_skipnav_exists",
          "img_alt_null",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "text_contrast_sufficient",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e433e539c34c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9ad5fff9"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style>",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e73b07c92173",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b81717"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bbea65dc0d36",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form method=\"POST\" data-json-url=\"https://www.frasnes-lez-anvaing.be/@@consent-json\" action=\"https://www.frasnes-lez-anvaing.be/@@accept_or_refuse_all\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04654c80e5cf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4e35a789"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<form method=\"POST\" data-json-url=\"https://www.frasnes-lez-anvaing.be/@@consent-json\" action=\"https://www.frasnes-lez-anvaing.be/@@accept_or_refuse_all\">",
            "message": "Multiple elements with \"form\" landmarks within the same parent region are not distinguished from one another because they have the same \"\" label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7655a6afad3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c90929e9"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f078315ab621",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-62a9622d"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da84a52b02d7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1b601da8"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a style=\"cursor: pointer;\" class=\"link-overlay\" rel=\"#pb_7\" href=\"https://www.frasnes-lez-anvaing.be/@@consent\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1bde048555d9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-32bf121b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a3123ffd039c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ddecc5e3"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "210b1dc75ed2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c8dbfadd"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p class=\"hiddenStructure\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7cbdcaa5f93a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4681057b"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a style=\"cursor: pointer;\" class=\"link-overlay\" rel=\"#pb_1\" id=\"personaltools-login\" href=\"https://www.frasnes-lez-anvaing.be/login\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d256f5f9dd45",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1ee4884f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a style=\"cursor: pointer;\" class=\"link-overlay\" rel=\"#pb_1\" id=\"personaltools-login\" href=\"https://www.frasnes-lez-anvaing.be/login\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 13.6px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18471b98d118",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d754d8fc"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul id=\"portal-siteactions\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c7befda21521",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8b43a333"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"Plan du site\" href=\"https://www.frasnes-lez-anvaing.be/sitemap\" accesskey=\"3\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb93a550caee",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-38381b6b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Plan du site\" href=\"https://www.frasnes-lez-anvaing.be/sitemap\" accesskey=\"3\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 13.6px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7f53b6c5a5aa",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8e47b82f"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"Accessibilité\" href=\"https://www.frasnes-lez-anvaing.be/accessibility-info\" accesskey=\"0\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "44f5e0130b98",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-adf5a8d1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Accessibilité\" href=\"https://www.frasnes-lez-anvaing.be/accessibility-info\" accesskey=\"0\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 13.6px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6d3a88d98c15",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-36f4ee96"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"Contact\" href=\"https://www.frasnes-lez-anvaing.be/contact-info\" accesskey=\"9\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "242f4818af94",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-29349c11"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Contact\" href=\"https://www.frasnes-lez-anvaing.be/contact-info\" accesskey=\"9\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 13.6px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef373161e59a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3d97edb0"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a title=\"Frasnes-lez-Anvaing\" id=\"portal-logo\" href=\"https://www.frasnes-lez-anvaing.be\" accesskey=\"1\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c377a74df85b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e9aebdc7"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form id=\"livesearch0\" action=\"https://www.frasnes-lez-anvaing.be/@@search\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "903dd641fa3f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b1011ce6"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<form id=\"livesearch0\" action=\"https://www.frasnes-lez-anvaing.be/@@search\">",
            "message": "Multiple elements with \"form\" landmarks within the same parent region are not distinguished from one another because they have the same \"\" label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "22675d0c7a80",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cde681ad"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Rechercher\" type=\"submit\" class=\"searchButton\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ed85ed52c1f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-40c00127"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Rechercher\" type=\"submit\" class=\"searchButton\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e8a4f004e3c8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c08934de"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.frasnes-lez-anvaing.be/@@search\" accesskey=\"5\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f98f09479475",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-577f8916"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.frasnes-lez-anvaing.be/@@search\" accesskey=\"5\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 12.8px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ee84272a3c4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-38d03dc1"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p class=\"hiddenStructure\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"\" href=\"https://www.frasnes-lez-anvaing.be\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b1ed26a96b8b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7a7a624c"
          },
          {
            "rule": "aria_attribute_value_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-ma-commune\" class=\"theme1 plain\">",
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "22de1d68d8b0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-79088b70"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-ma-commune\" class=\"theme1 plain\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "35a5d261928c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-602ea610"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"\" href=\"https://www.frasnes-lez-anvaing.be/ma-commune\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "315e8cd37432",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2e590dd2"
          },
          {
            "rule": "aria_attribute_value_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-loisirs\" class=\"theme2 plain\">",
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6854a4f8cfb2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-298c5956"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-loisirs\" class=\"theme2 plain\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "22204f8e3515",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-677a26dd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"\" href=\"https://www.frasnes-lez-anvaing.be/loisirs\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2aabcfd70efe",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f9fd32ef"
          },
          {
            "rule": "aria_attribute_value_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-economie\" class=\"theme3 plain\">",
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e81b92967f93",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c2da2793"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-economie\" class=\"theme3 plain\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a828de4e572",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6e65f609"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"\" href=\"https://www.frasnes-lez-anvaing.be/economie\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "25eac564a3d9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-efa95795"
          },
          {
            "rule": "aria_attribute_value_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-je-suis\" class=\"theme4 plain\">",
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a13d220f3b82",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-120eee08"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-je-suis\" class=\"theme4 plain\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7870ff7e65fe",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dbf093cc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"\" href=\"https://www.frasnes-lez-anvaing.be/je-suis\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee94fc04f69e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-17705dbb"
          },
          {
            "rule": "aria_attribute_value_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-je-trouve\" class=\"theme5 plain\">",
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3650e0392408",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-137e8fd5"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-je-trouve\" class=\"theme5 plain\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "057f3e6d85b8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-68c6dd56"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"\" href=\"https://www.frasnes-lez-anvaing.be/je-trouve\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aab8ee68554c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ef764b3a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"\" href=\"https://www.frasnes-lez-anvaing.be/je-trouve\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "afcaee9fcf4c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1ecf61a5"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul style=\"width: 2000%; transition-duration: 0s; transform: translate3d(-489px, 0px, 0px);\" class=\"slides\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7088197833a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-47970163"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8fdc485bc479",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d8cc0148"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://www.frasnes-lez-anvaing.be/a-la-une/le-nouveau-conseil-communal-des-enfants-a-ete-installe-2\">",
            "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce21069ce855",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-451baca6"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.frasnes-lez-anvaing.be/a-la-une/le-nouveau-conseil-communal-des-enfants-a-ete-installe-2\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "87f519a92117",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bfced5eb"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://www.frasnes-lez-anvaing.be/a-la-une/le-nouveau-conseil-communal-des-enfants-a-ete-installe-2\">",
            "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.frasnes-lez-anvaing.be/a-la-une/le-nouveau-conseil-communal-des-enfants-a-ete-installe-2\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://www.frasnes-lez-anvaing.be/a-la-une/le-nouveau-conseil-communal-des-enfants-a-ete-installe-2\">",
            "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.frasnes-lez-anvaing.be/a-la-une/le-nouveau-conseil-communal-des-enfants-a-ete-installe-2\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.frasnes-lez-anvaing.be/a-la-une/le-nouveau-conseil-communal-des-enfants-a-ete-installe-2\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "814915243bf3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-04be344a"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.frasnes-lez-anvaing.be/a-la-une/adaptation-des-horaires-d2019accessibilite-aux-services-administratifs-phase-test-lancee-ce-1er-avril\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5faff74c3924",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b7ca9ef2"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.frasnes-lez-anvaing.be/a-la-une/adaptation-des-horaires-d2019accessibilite-aux-services-administratifs-phase-test-lancee-ce-1er-avril\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3d1889f91364",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7aee49ea"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.frasnes-lez-anvaing.be/a-la-une/adaptation-des-horaires-d2019accessibilite-aux-services-administratifs-phase-test-lancee-ce-1er-avril\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "46317328ca4c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-88743037"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.frasnes-lez-anvaing.be/a-la-une/grande-reouverture-de-frasnes-les-bassins-le-samedi-11-avril\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0994498e9751",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3cba3482"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.frasnes-lez-anvaing.be/a-la-une/grande-reouverture-de-frasnes-les-bassins-le-samedi-11-avril\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.frasnes-lez-anvaing.be/a-la-une/grande-reouverture-de-frasnes-les-bassins-le-samedi-11-avril\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.frasnes-lez-anvaing.be/a-la-une/grande-reouverture-de-frasnes-les-bassins-le-samedi-11-avril\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a968f08b26e0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-228bf679"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.frasnes-lez-anvaing.be/a-la-une/en-2026-la-collecte-des-dechets-menagers-residuels-aura-lieu-une-semaine-sur-deux\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b669d959d895",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-73913d61"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.frasnes-lez-anvaing.be/a-la-une/en-2026-la-collecte-des-dechets-menagers-residuels-aura-lieu-une-semaine-sur-deux\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "35ac19726d23",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2049ed02"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.frasnes-lez-anvaing.be/a-la-une/frasnes-les-flocons-2025-du-11-au-14-decembre\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "314938dcfc04",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7286f03e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.frasnes-lez-anvaing.be/a-la-une/vaste-campagne-de-marquages-au-sol-pour-plus-de-visibilite\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1e385150895f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-87ebcb49"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.frasnes-lez-anvaing.be/a-la-une/le-torque-de-frasnes-lez-anvaing-un-tresor-reconnu-mondialement\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e643204b9cac",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dcf5d78d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.frasnes-lez-anvaing.be/a-la-une/inauguration-du-pre-ravel-de-ce-samedi-05-juillet-2025\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a793d7820c41",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-63586ce5"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.frasnes-lez-anvaing.be/a-la-une/le-nouveau-conseil-communal-des-enfants-a-ete-installe-2\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.frasnes-lez-anvaing.be/a-la-une/le-nouveau-conseil-communal-des-enfants-a-ete-installe-2\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://www.frasnes-lez-anvaing.be/a-la-une/adaptation-des-horaires-d2019accessibilite-aux-services-administratifs-phase-test-lancee-ce-1er-avril\">",
            "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c9c56159e2bb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-118b1426"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://www.frasnes-lez-anvaing.be/a-la-une/adaptation-des-horaires-d2019accessibilite-aux-services-administratifs-phase-test-lancee-ce-1er-avril\">",
            "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.frasnes-lez-anvaing.be/a-la-une/adaptation-des-horaires-d2019accessibilite-aux-services-administratifs-phase-test-lancee-ce-1er-avril\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://www.frasnes-lez-anvaing.be/a-la-une/adaptation-des-horaires-d2019accessibilite-aux-services-administratifs-phase-test-lancee-ce-1er-avril\">",
            "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.frasnes-lez-anvaing.be/a-la-une/adaptation-des-horaires-d2019accessibilite-aux-services-administratifs-phase-test-lancee-ce-1er-avril\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ol class=\"flex-control-nav flex-control-paging\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fd07b81714d6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-54c79cfb"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"flex-active\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3269a18bd3d2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4668e356"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6f726e55e188",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ab436cca"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"#\" class=\"flex-prev\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c20c92180425",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-aff30d77"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"#\" class=\"flex-prev\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f595b83a1924",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-34ed2868"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"#\" class=\"flex-next\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "90544cde5589",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-352a68a0"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"#\" class=\"flex-next\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "62c3d4a8e9da",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-56d72d39"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.frasnes-lez-anvaing.be/actualites/index\" class=\"titre\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "65690c5b6e38",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5dffa8db"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\" standard-results\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f69457e19c49",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4a9e0863"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d4a05c490006",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2989ad96"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<h3>",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"kiss & ride\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf25fc6d25dc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f3754680"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.frasnes-lez-anvaing.be/actualites/index\" class=\"voir-tout\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1c8b0fa382b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5b430e6f"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.frasnes-lez-anvaing.be/evenements/index\" class=\"titre\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5e65493d54cd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6121ae3d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\" standard-results\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.frasnes-lez-anvaing.be/evenements/index\" class=\"voir-tout\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d72626e8847",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1f39796a"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b876986847ae",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f9d40766"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\"albums\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "080fe8f037fe",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-497cc1db"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\"albums\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\"videos\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e295f7acf7b0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a889618"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<iframe width=\"0\" title=\"Pratiquer l'écoconduite\" src=\"\" referrerpolicy=\"strict-origin-when-cross-origin\" height=\"0\" gdpr-width=\"200\" gdpr-src=\"https://www.youtube-nocookie.com/embed/zGa_sSZOyTY\" gdpr-height=\"113\" frameborder=\"0\" class=\"gdpr-iframe\" allowfullscreen=\"\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\">",
            "message": "The HTML attribute(s) \"frameborder\" is deprecated for the <iframe> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0110b204025f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-807e3400"
          },
          {
            "rule": "frame_src_valid",
            "xpath": null,
            "html": "<iframe width=\"0\" title=\"Pratiquer l'écoconduite\" src=\"\" referrerpolicy=\"strict-origin-when-cross-origin\" height=\"0\" gdpr-width=\"200\" gdpr-src=\"https://www.youtube-nocookie.com/embed/zGa_sSZOyTY\" gdpr-height=\"113\" frameborder=\"0\" class=\"gdpr-iframe\" allowfullscreen=\"\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\">",
            "message": "Verify <frame> content is accessible",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "355286600d5e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-67aca660"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<iframe width=\"0\" title=\"Pratiquer l'écoconduite\" src=\"\" referrerpolicy=\"strict-origin-when-cross-origin\" height=\"0\" gdpr-width=\"200\" gdpr-src=\"https://www.youtube-nocookie.com/embed/zGa_sSZOyTY\" gdpr-height=\"113\" frameborder=\"0\" class=\"gdpr-iframe\" allowfullscreen=\"\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0150982aaf65",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-885ae94f"
          },
          {
            "rule": "html_lang_exists",
            "xpath": null,
            "html": "<html>",
            "message": "Page detected as HTML, but does not have a 'lang' attribute",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c757b33a2586",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8ec4dca4"
          },
          {
            "rule": "html_skipnav_exists",
            "xpath": null,
            "html": "<html>",
            "message": "Verify there is a way to bypass blocks of content that are repeated on multiple Web pages",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc8e5bb39d94",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5de5dc40"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<iframe width=\"0\" title=\"GUICHETS ÉNERGIE WALLONIE - Primes à la rénovation ?\" src=\"\" referrerpolicy=\"strict-origin-when-cross-origin\" height=\"0\" gdpr-width=\"200\" gdpr-src=\"https://www.youtube-nocookie.com/embed/2F8ZM4xBNtg\" gdpr-height=\"113\" frameborder=\"0\" class=\"gdpr-iframe\" allowfullscreen=\"\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\">",
            "message": "The HTML attribute(s) \"frameborder\" is deprecated for the <iframe> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0f4bfaf63817",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c4a70e81"
          },
          {
            "rule": "frame_src_valid",
            "xpath": null,
            "html": "<iframe width=\"0\" title=\"GUICHETS ÉNERGIE WALLONIE - Primes à la rénovation ?\" src=\"\" referrerpolicy=\"strict-origin-when-cross-origin\" height=\"0\" gdpr-width=\"200\" gdpr-src=\"https://www.youtube-nocookie.com/embed/2F8ZM4xBNtg\" gdpr-height=\"113\" frameborder=\"0\" class=\"gdpr-iframe\" allowfullscreen=\"\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\">",
            "message": "Verify <frame> content is accessible",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9347715d4f0c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bbfbab15"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<iframe width=\"0\" title=\"GUICHETS ÉNERGIE WALLONIE - Primes à la rénovation ?\" src=\"\" referrerpolicy=\"strict-origin-when-cross-origin\" height=\"0\" gdpr-width=\"200\" gdpr-src=\"https://www.youtube-nocookie.com/embed/2F8ZM4xBNtg\" gdpr-height=\"113\" frameborder=\"0\" class=\"gdpr-iframe\" allowfullscreen=\"\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "32e86038b6f0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ad2b268d"
          },
          {
            "rule": "html_lang_exists",
            "xpath": null,
            "html": "<html>",
            "message": "Page detected as HTML, but does not have a 'lang' attribute",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "html_skipnav_exists",
            "xpath": null,
            "html": "<html>",
            "message": "Verify there is a way to bypass blocks of content that are repeated on multiple Web pages",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside xmlns:xi=\"http://www.w3.org/2001/XInclude\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff129aef1c29",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5b8c0c90"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "40138a5b36bd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7acebded"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "72008a4fbf8d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f459bb78"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<strong>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d71b6412c58",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b69be15f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<strong>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<strong>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<strong>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 700",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a target=\"_self\" href=\"https://www.frasnes-lez-anvaing.be/ma-commune/social/cpas\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "068168641ebc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a2047f85"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a target=\"_self\" href=\"https://www.frasnes-lez-anvaing.be/ma-commune/social/cpas\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb00df97b5a2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-08c2ef66"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img width=\"270\" title=\"logo CPAS.png\" src=\"https://www.frasnes-lez-anvaing.be/images/logo-cpas.png/@@images/ae32b051-ad89-46ac-a2cb-0d8016a03c78.png\" class=\"image-left\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "58caadd04a2f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-74a59852"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://eur04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.paysdescollines.be%2F&data=05%7C02%7Ccommunications%40frasnes-lez-anvaing.be%7C6db9c5db82cf4b8ef1b708ddb87a48d0%7C5507796af9d64a129a2bba7039cf7596%7C0%7C0%7C638869557554963467%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=hj3VLwW7g20r5QZuD5XE9IJ9dmrHrqH3rTmbcP3Cq%2B4%3D&reserved=0\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7a6c0a351a1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1b081ed7"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img width=\"270\" title=\"Visuel PNPC.png\" src=\"https://www.frasnes-lez-anvaing.be/images/visuel-pnpc.png/@@images/2567e82d-10a8-49db-827f-1e5187df09c5.png\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6012816c9dbc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a320cdca"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.visitpaysdescollines.be/\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "707685e3f8d8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c737783f"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.visitpaysdescollines.be/\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "055b6729b2dd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c124ebca"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img width=\"270\" title=\"visit.jpg\" src=\"https://www.frasnes-lez-anvaing.be/images/visit.jpg/@@images/cdde5931-770a-4bd1-b7f9-9f58561bd531.jpeg\" class=\"image-left\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f021fb48ebfa",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d1769ead"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.frasnes-lez-anvaing.be/loisirs/tourisme/le-tourisme-a-frasnes-lez-anvaing/vos-plus-belles-photos\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "34e47b1c357e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-badd74a0"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.frasnes-lez-anvaing.be/loisirs/tourisme/le-tourisme-a-frasnes-lez-anvaing/vos-plus-belles-photos\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3c06c8296774",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-71f7de8a"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img width=\"270\" title=\"photos.png\" src=\"https://www.frasnes-lez-anvaing.be/images/photos.png/@@images/37ff0158-e2b4-4be3-8f66-3d6b80ffd35b.png\" class=\"image-left\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "01a71bb810d9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-892f26ae"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.frasnes-lez-anvaing.be/actualites/les-stages-dans-lentite\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4391dd28e68f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-203a2363"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.frasnes-lez-anvaing.be/actualites/les-stages-dans-lentite\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6de17887eb26",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ac96b1ff"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img width=\"270\" title=\"stages.png\" src=\"https://www.frasnes-lez-anvaing.be/images/stages-1.png/@@images/ab20b08c-2ec4-4de8-b23d-8b3dce2d0c50.png\" class=\"image-left\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f8af0afb2b4c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d9c18932"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.frasnes-lez-anvaing.be/ma-commune/environnement/pollec\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "13bdc623a014",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-47775ffd"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img width=\"270\" title=\"Composition1.jpg\" src=\"https://www.frasnes-lez-anvaing.be/images/composition1-3.jpg/@@images/da000ccd-55d6-4ff5-8417-d45a5aa35fea.jpeg\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b952f772b08",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-03e8e88c"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.frasnes-lez-anvaing.be/actualites/demande-de-subside-pour-lannee-2026\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c303c643ff66",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a34f4fec"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.frasnes-lez-anvaing.be/actualites/demande-de-subside-pour-lannee-2026\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb5114da5487",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b7fdbc3d"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img width=\"270\" title=\"subsides.png\" src=\"https://www.frasnes-lez-anvaing.be/images/subsides-5.png/@@images/7bcb7ac7-ef04-4299-9700-8392ecc3d683.png\" class=\"image-left\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de84231d5bd1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1a7d7a37"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.be-alert.be/fr\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "55aa0d01534c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9f85c9ad"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img width=\"270\" title=\"BE_Alert_logo_3.png\" src=\"https://www.frasnes-lez-anvaing.be/images/be_alert_logo_3.png/@@images/94f41050-2483-41b8-a427-d38e4e32724e.png\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8278aecb8ee1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7787362a"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a target=\"_self\" href=\"https://www.frasnes-lez-anvaing.be/ma-commune/environnement/pcdn\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7f2217dd12a4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b8b7ff13"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a target=\"_self\" href=\"https://www.frasnes-lez-anvaing.be/ma-commune/environnement/pcdn\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "44e08be0b934",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-91e34b19"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img width=\"270\" title=\"LOGO - Pcdn.png\" src=\"https://www.frasnes-lez-anvaing.be/images-site/logo-pcdn.png/@@images/f6155dbc-25bb-487e-8d16-fb20d567b168.png\" class=\"image-left\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "80631bbfcb9b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-50ae129c"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.frasnes-lez-anvaing.be/ma-commune/environnement/pollec/wapisol/wapisol\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c13743e8076f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7d8959ea"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img width=\"270\" title=\"logo.jpg\" src=\"https://www.frasnes-lez-anvaing.be/images/logo-6.jpg/@@images/953dfc58-ae77-43f8-8791-9860b7467053.jpeg\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ec90d07531b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-db425d49"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<iframe width=\"0\" title=\"« iframe » — Bulles d'Energie\" src=\"\" scrolling=\"no\" sandbox=\"allow-top-navigation allow-same-origin allow-popups allow-scripts\" marginwidth=\"0\" marginheight=\"0\" height=\"0\" gdpr-width=\"300\" gdpr-src=\"https://bullesdenergie.be/iframe/\" gdpr-height=\"300\" frameborder=\"0\" class=\"wp-embedded-content gdpr-iframe\">",
            "message": "The HTML attribute(s) \"frameborder, marginheight, marginwidth, scrolling\" is deprecated for the <iframe> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "68ee19c1160a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8178c61d"
          },
          {
            "rule": "frame_src_valid",
            "xpath": null,
            "html": "<iframe width=\"0\" title=\"« iframe » — Bulles d'Energie\" src=\"\" scrolling=\"no\" sandbox=\"allow-top-navigation allow-same-origin allow-popups allow-scripts\" marginwidth=\"0\" marginheight=\"0\" height=\"0\" gdpr-width=\"300\" gdpr-src=\"https://bullesdenergie.be/iframe/\" gdpr-height=\"300\" frameborder=\"0\" class=\"wp-embedded-content gdpr-iframe\">",
            "message": "Verify <frame> content is accessible",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe7456a20548",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-be8e5774"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<iframe width=\"0\" title=\"« iframe » — Bulles d'Energie\" src=\"\" scrolling=\"no\" sandbox=\"allow-top-navigation allow-same-origin allow-popups allow-scripts\" marginwidth=\"0\" marginheight=\"0\" height=\"0\" gdpr-width=\"300\" gdpr-src=\"https://bullesdenergie.be/iframe/\" gdpr-height=\"300\" frameborder=\"0\" class=\"wp-embedded-content gdpr-iframe\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a7ccc744f1e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-aa4a0282"
          },
          {
            "rule": "html_lang_exists",
            "xpath": null,
            "html": "<html>",
            "message": "Page detected as HTML, but does not have a 'lang' attribute",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "html_skipnav_exists",
            "xpath": null,
            "html": "<html>",
            "message": "Verify there is a way to bypass blocks of content that are repeated on multiple Web pages",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a style=\"cursor: pointer;\" rel=\"#pb_4\" href=\"https://www.frasnes-lez-anvaing.be/@@consent\" class=\"consent-link link-overlay\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d43938c4b8f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0343ffda"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://p-h-s-druck.eu/15_1942\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "743b4cec1a9a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ac34c775"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<iframe width=\"0\" src=\"\" scrolling=\"no\" marginwidth=\"0\" marginheight=\"0\" height=\"0\" gdpr-width=\"270\" gdpr-src=\"https://www.meteo.be/services/widget/.?postcode=7911&nbDay=2&type=2&lang=fr&bgImageId=1&bgColor=567cd2&scrolChoice=0&colorTempMax=A5D6FF&colorTempMin=ffffff\" gdpr-height=\"361\" frameborder=\"0\" class=\"gdpr-iframe\">",
            "message": "The HTML attribute(s) \"frameborder, marginheight, marginwidth, scrolling\" is deprecated for the <iframe> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "43e320a6c4cb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a9c1ca9c"
          },
          {
            "rule": "frame_src_valid",
            "xpath": null,
            "html": "<iframe width=\"0\" src=\"\" scrolling=\"no\" marginwidth=\"0\" marginheight=\"0\" height=\"0\" gdpr-width=\"270\" gdpr-src=\"https://www.meteo.be/services/widget/.?postcode=7911&nbDay=2&type=2&lang=fr&bgImageId=1&bgColor=567cd2&scrolChoice=0&colorTempMax=A5D6FF&colorTempMin=ffffff\" gdpr-height=\"361\" frameborder=\"0\" class=\"gdpr-iframe\">",
            "message": "Verify <frame> content is accessible",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d1aa0a250042",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3ff7043c"
          },
          {
            "rule": "frame_title_exists",
            "xpath": null,
            "html": "<iframe width=\"0\" src=\"\" scrolling=\"no\" marginwidth=\"0\" marginheight=\"0\" height=\"0\" gdpr-width=\"270\" gdpr-src=\"https://www.meteo.be/services/widget/.?postcode=7911&nbDay=2&type=2&lang=fr&bgImageId=1&bgColor=567cd2&scrolChoice=0&colorTempMax=A5D6FF&colorTempMin=ffffff\" gdpr-height=\"361\" frameborder=\"0\" class=\"gdpr-iframe\">",
            "message": "Inline frame does not have a 'title' attribute",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b595c2344c9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5f28a0eb"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<iframe width=\"0\" src=\"\" scrolling=\"no\" marginwidth=\"0\" marginheight=\"0\" height=\"0\" gdpr-width=\"270\" gdpr-src=\"https://www.meteo.be/services/widget/.?postcode=7911&nbDay=2&type=2&lang=fr&bgImageId=1&bgColor=567cd2&scrolChoice=0&colorTempMax=A5D6FF&colorTempMin=ffffff\" gdpr-height=\"361\" frameborder=\"0\" class=\"gdpr-iframe\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a2f710a126ec",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ef939958"
          },
          {
            "rule": "html_lang_exists",
            "xpath": null,
            "html": "<html>",
            "message": "Page detected as HTML, but does not have a 'lang' attribute",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "html_skipnav_exists",
            "xpath": null,
            "html": "<html>",
            "message": "Verify there is a way to bypass blocks of content that are repeated on multiple Web pages",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_contentinfo_misuse",
            "xpath": null,
            "html": "<footer xmlns:xi=\"http://www.w3.org/2001/XInclude\" id=\"portal-footer-wrapper\">",
            "message": "Element with \"contentinfo\" role is present without an element with \"main\" role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f0f73967526",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e879fab9"
          }
        ],
        "outcomeCount": 4544,
        "uniqueFailedCount": 126,
        "duplicateFailedCount": 54,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 54
    },
    {
      "submittedUrl": "https://www.froidchapelle.be/",
      "finalUrl": "https://www.froidchapelle.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Commune de Froidchapelle",
      "elapsedMs": 10094,
      "error": null,
      "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": 626,
          "failed": 19,
          "cantTell": 1,
          "inapplicable": 54
        },
        "failedRules": [
          "definition-list",
          "landmark-one-main",
          "meta-viewport",
          "page-has-heading-one",
          "region"
        ],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-conditional-attr",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "bypass",
          "color-contrast",
          "dlitem",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "landmark-contentinfo-is-top-level",
          "landmark-no-duplicate-contentinfo",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport-large",
          "nested-interactive",
          "presentation-role-conflict",
          "region"
        ],
        "failures": [
          {
            "rule": "definition-list",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/definition-list?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#top-menu-e-guichet-1",
            "html": "<dl class=\"actionMenu deactivated empty\" id=\"top-menu-e-guichet-1\">\n<dt class=\"actionMenuHeader\">\n<a href=\"https://www.froidchapelle.be/e-guichet-1\" title=\"\">E-guichet</a>\n</dt>\n</dl>",
            "message": "<dl> elements must only directly contain properly-ordered <dt> and <dd> groups, <script>, <template> or <div> elements",
            "fixSummary": "Fix all of the following:\n  When not empty, element does not have at least one <dt> element followed by at least one <dd> element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "883936bac8b6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-93d7cbec"
          },
          {
            "rule": "landmark-one-main",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "html",
            "html": "<html lang=\"fr\" xml:lang=\"fr\" xmlns=\"http://www.w3.org/19...\" class=\"js flexbox canvas ca...\">",
            "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": "3e297834259d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b00be0"
          },
          {
            "rule": "meta-viewport",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport?application=playwright",
            "impact": "moderate",
            "wcagSc": [
              "wcag2aa",
              "wcag144"
            ],
            "xpath": "meta[name=\"viewport\"]",
            "html": "<meta content=\"width=device-width, minimum-scale=1.0, maximum-scale=1.0\" name=\"viewport\">",
            "message": "Zooming and scaling must not be disabled",
            "fixSummary": "Fix any of the following:\n  maximum-scale on <meta> tag disables zooming on mobile devices",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f18dde8268d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-98527d57"
          },
          {
            "rule": "page-has-heading-one",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "html",
            "html": "<html lang=\"fr\" xml:lang=\"fr\" xmlns=\"http://www.w3.org/19...\" class=\"js flexbox canvas ca...\">",
            "message": "Page should contain a level-one heading",
            "fixSummary": "Fix all of the following:\n  Page must have a level-one heading",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "755895bba3b8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ee8d7590"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#gdpr-consent-banner > span",
            "html": "<span>Ce site utilise des cookies pour vous fournir une expérience optimale (lecture de vidéos, affichage de plans et de contenus issus des réseaux sociaux notamment).</span>",
            "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": "d39b6dd53913",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-10afa511"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "a[rel=\"#pb_3\"]",
            "html": "<a href=\"https://www.froidchapelle.be/@@consent\" rel=\"#pb_3\" class=\"link-overlay\" style=\"cursor: pointer;\">En savoir plus et personnaliser</a>",
            "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": "f8039f9c32e0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f3bb921c"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#top-actions",
            "html": "<div id=\"top-actions\">",
            "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": "1edcf37df4ce",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-611321ac"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "h5",
            "html": "<h5 class=\"hiddenStructure\">Navigation</h5>",
            "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": "f9ecb5e74655",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5a996fd3"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".hiddenStructure:nth-child(14)",
            "html": "<p class=\"hiddenStructure\">\n<a accesskey=\"2\" href=\"https://www.froidchapelle.be/#content\">Aller au contenu.</a> |\n\n  <a accesskey=\"6\" href=\"https://www.froidchapelle.be/#portal-globalnav\">Aller à la navigation</a>\n</p>",
            "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": "ffb0c8d5db45",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cd1ae14c"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".hiddenStructure:nth-child(15)",
            "html": "<p class=\"hiddenStructure\">Navigation</p>",
            "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": "76bae74e6e88",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0952dd40"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-1 > .titre-rss > .titre",
            "html": "<a class=\"titre\" href=\"https://www.froidchapelle.be/actualites/index\">\n<h2>Actualités</h2>\n</a>",
            "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": "00b2402eabcc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bc6e6ec9"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-1 > .results.parsable-content",
            "html": "<div class=\"results parsable-content\">",
            "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": "e03ec02391f6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9b7099c9"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-1 > .voir-tout-content",
            "html": "<div class=\"voir-tout-content\">\n<a class=\"voir-tout\" href=\"https://www.froidchapelle.be/actualites/index\">\n                       Voir l'ensemble des actualités\n                      </a>\n</div>",
            "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": "4e96b823ff4a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7e3bf419"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-2 > .titre-rss > .titre",
            "html": "<a class=\"titre\" href=\"https://www.froidchapelle.be/evenements/index\">\n<h2>Agenda</h2>\n</a>",
            "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": "b65ca1377d1a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bd2f0163"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-2 > .results.parsable-content",
            "html": "<div class=\"results parsable-content\">",
            "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": "162f3b923070",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-88ff3f6a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-2 > .voir-tout-content",
            "html": "<div class=\"voir-tout-content\">\n<a class=\"voir-tout\" href=\"https://www.froidchapelle.be/evenements/index\">\n                       Voir l'ensemble des agenda\n                      </a>\n</div>",
            "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": "ba569b962e8d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ec934e18"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-3 > .titre-rss > .titre",
            "html": "<a class=\"titre\" href=\"https://www.froidchapelle.be/albums/index\">\n<h2>Albums photos</h2>\n</a>",
            "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": "5fdab0826530",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1b86520d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-3 > .results.parsable-content",
            "html": "<div class=\"results parsable-content\">",
            "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": "e6afd8dd3703",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c8a5ffa1"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-3 > .voir-tout-content",
            "html": "<div class=\"voir-tout-content\">\n<a class=\"voir-tout\" href=\"https://www.froidchapelle.be/albums/index\">\n                       Voir l'ensemble des albums photos\n                      </a>\n</div>",
            "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": "51d0371d650e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7cc37511"
          }
        ],
        "outcomeCount": 700,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 19
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1802,
          "failed": 36,
          "cantTell": 22,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_content_in_landmark",
          "aria_contentinfo_misuse",
          "element_attribute_deprecated",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3bfd460d0b3c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9ad5fff9"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style>",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "12a391f849f4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b81717"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5eb25ce0dfb4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3278d96b907b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ced9415b"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f5cd2875aad7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1b601da8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f5f725b429f6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fdf321ae"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "821543b99e72",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c8dbfadd"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<dl id=\"top-menu-e-guichet-1\" class=\"actionMenu deactivated empty\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a29e71f9626e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f11892f1"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul id=\"portal-siteactions\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f1f8e2fa2e56",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8b43a333"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a id=\"search-btn\" href=\"#\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b8e6e49330a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4dede3db"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.froidchapelle.be/actualites/index\" class=\"titre\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b3832ae37ee5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-774cb45a"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\" standard-results\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1358be27a3eb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4a9e0863"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.froidchapelle.be/actualites/index\" class=\"voir-tout\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0085ff423d9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bd3a557a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.froidchapelle.be/actualites/index\" class=\"voir-tout\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "beca3d38493a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9d8e71f7"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.froidchapelle.be/evenements/index\" class=\"titre\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3aa2df367f6f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85feed07"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\" standard-results\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"indexview-categories\">",
            "message": "Confirm this text 'Exposition' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c4caf0857e9c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-760c93f3"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<h3>",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Autour de léglise de Froidchapelle\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c16bb80a5ae",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f3754680"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"indexview-categories\">",
            "message": "Confirm this text 'Balades & Visites guidées' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"indexview-categories\">",
            "message": "Confirm this text 'Balades & Visites guidées' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"indexview-categories\">",
            "message": "Confirm this text 'Animation' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"indexview-categories\">",
            "message": "Confirm this text 'Brocantes & Marchés' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"indexview-categories\">",
            "message": "Confirm this text 'Balades & Visites guidées' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"indexview-categories\">",
            "message": "Confirm this text 'Divers' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"indexview-categories\">",
            "message": "Confirm this text 'Exposition' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<h3>",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Lart pour tous\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.froidchapelle.be/evenements/index\" class=\"voir-tout\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0988909b18b0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a552b54f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.froidchapelle.be/evenements/index\" class=\"voir-tout\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5af88497bdf4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a71982cf"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.froidchapelle.be/albums/index\" class=\"titre\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4bfdca3d191f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e15d76f0"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\" standard-results\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.froidchapelle.be/albums/index\" class=\"voir-tout\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ee6e465b812",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9a5a5170"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.froidchapelle.be/albums/index\" class=\"voir-tout\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1cadf62a2b4e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6b39531f"
          },
          {
            "rule": "aria_contentinfo_misuse",
            "xpath": null,
            "html": "<footer id=\"portal-footer-wrapper\">",
            "message": "Element with \"contentinfo\" role is present without an element with \"main\" role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "396daf0cdc45",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6a24b034"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Place Albert 1er , 38' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5e0741434c1a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f2bf52aa"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text '6440 Froidchapelle' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f5af2135506f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-94d3c6bd"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"telephone\">",
            "message": "Confirm this text '060/45 91 40' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e93133953964",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bf7570fa"
          }
        ],
        "outcomeCount": 1844,
        "uniqueFailedCount": 26,
        "duplicateFailedCount": 10,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 10
    },
    {
      "submittedUrl": "https://www.gerpinnes.be/",
      "finalUrl": "https://www.gerpinnes.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Home page — Commune de Gerpinnes",
      "elapsedMs": 10874,
      "error": null,
      "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": 1182,
          "failed": 5,
          "cantTell": 36,
          "inapplicable": 43
        },
        "failedRules": [
          "aria-allowed-role",
          "aria-required-children",
          "region"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-command-name",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "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",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Ma commune\"]",
            "html": "<label aria-label=\"Ma commune\" for=\"navitem-ma-commune\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b6e94b5650b9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fb93ab52"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Bouger & Découvrir\"]",
            "html": "<label aria-label=\"Bouger &amp; Découvrir\" for=\"navitem-bouger-decouvrir\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a0f3e84707d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c7d9710f"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Infos pratiques\"]",
            "html": "<label aria-label=\"Infos pratiques\" for=\"navitem-en-un-clic\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a002ab618e41",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-320afa51"
          },
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#portal-globalnav",
            "html": "<ul class=\"navbar-nav\" id=\"portal-globalnav\" role=\"menubar\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: [role=button]",
            "relatedPaths": [
              "label[aria-label=\"Ma commune\"]",
              "label[aria-label=\"Bouger & Découvrir\"]",
              "label[aria-label=\"Infos pratiques\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "35ce9635fbf4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8565635e"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#portal-colophon",
            "html": "<div id=\"portal-colophon\">",
            "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": "b774ab4331a0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-edf401d2"
          }
        ],
        "outcomeCount": 1266,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 5
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2389,
          "failed": 44,
          "cantTell": 30,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_complementary_labelled",
          "aria_content_in_landmark",
          "aria_id_unique",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "input_label_visible",
          "label_name_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "svg_graphics_labelled",
          "text_block_heading"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style>",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e769c8fa196",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b81717"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b618e556fb50",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9ad5fff9"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"https://www.gerpinnes.be/++webresource++d5804eac-48ee-5c69-8389-75ac65829cb3/++plone++facetednavigation/faceted-jquery.min.css\" data-bundle=\"faceted.jquery\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "64e5bf1d541a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7fca879c"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"https://www.gerpinnes.be/++webresource++a9311dee-9b16-559b-882c-5f029af5cd95//++theme++gerpinnes/dist/css/theme.css\" data-bundle=\"diazo\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c953e6afc5ee",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-979242f2"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.gerpinnes.be/#content\" class=\"show-on-focus\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa62dae9a023",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b7818f50"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#portal-globalnav-collapse\" class=\"navbar-toggler\" aria-label=\"Activer/désactiver la navigation\" aria-expanded=\"false\" aria-controls=\"navbarNav\">",
            "message": "The 'id' \"navbarNav\" specified for the ARIA property 'aria-controls' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3cc173d3a86a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7be75485"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#portal-globalnav-collapse\" class=\"navbar-toggler\" aria-label=\"Activer/désactiver la navigation\" aria-expanded=\"false\" aria-controls=\"navbarNav\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "21b8dce83f6d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-55b9b791"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"#offcanvasSearch\" data-bs-toggle=\"offcanvas\" data-bs-target=\"#offcanvasSearch\" aria-controls=\"offcanvasSearch\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f3ab146270f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a652846"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\" aria-label=\"Acceptez tous les cookies\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed14818d4a8f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f4c83f57"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\" aria-label=\"Acceptez tous les cookies\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d87477323acc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f761d507"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\" aria-label=\"Acceptez tous les cookies\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec0725e1632d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-11d7452b"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\" aria-label=\"Acceptez tous les cookies\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9e6e2de6d88a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4f9b556e"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.gerpinnes.be/@@consent\" data-pat-plone-modal=\"{\"prependContent\": \"\"}\" class=\"pat-plone-modal\" aria-label=\"En savoir plus et paramétrer les cookies\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cde39e8c227f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-42a656de"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.gerpinnes.be/@@consent\" data-pat-plone-modal=\"{\"prependContent\": \"\"}\" class=\"pat-plone-modal\" aria-label=\"En savoir plus et paramétrer les cookies\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "52db087c3263",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-69d5649b"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a href=\"https://www.gerpinnes.be/@@consent\" data-pat-plone-modal=\"{\"prependContent\": \"\"}\" class=\"pat-plone-modal\" aria-label=\"En savoir plus et paramétrer les cookies\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e773b51ab59f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c98ecae5"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\" aria-label=\"Refuser tous les cookies\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5791e9ee15cc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9e6f9182"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\" aria-label=\"Refuser tous les cookies\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da8d79ca3fba",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-877f508f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\" aria-label=\"Refuser tous les cookies\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c007bd5cac51",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-37e5941e"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\" aria-label=\"Refuser tous les cookies\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab0527e4c3dc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4abe1a5a"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside id=\"global_statusmessage\" class=\"col-12\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a306eefb8b0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d6a7e678"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48.01 35.28\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b6546608647d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-99505c7e"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'E-Guichet' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "87b617d50860",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-abe54ce3"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee44ba69de92",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a4dedb7"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Festivités' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a1d2d553ab8c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d84af3ba"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Enseignement' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Location de salles' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71de35e1e857",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ec9aff45"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 28 34.12\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d9bdfc091aa6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e3dfa86a"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Travaux en cours et mesures de circulation' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Open Map' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.gerpinnes.be/#content-header\" class=\"show-on-focus skip-before-footer\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fd7a733dd8b9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4309db34"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "56c223915054",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce36dd7b98ab",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f769354b"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "19e5354cb979",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1b5a7192"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "648155a82582",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ea7883a7"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.gerpinnes.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "642ad48789be",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-025d8676"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.gerpinnes.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1d46c0c7f053",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-45f2df30"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.gerpinnes.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a480a4cd727d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3ce3421f"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.gerpinnes.be/annuaire/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "81509352c862",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-274f716f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.gerpinnes.be/annuaire/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "717f29dfe267",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f876f217"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca95b70fd71b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6e7f9087"
          }
        ],
        "outcomeCount": 2457,
        "uniqueFailedCount": 37,
        "duplicateFailedCount": 7,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 7
    },
    {
      "submittedUrl": "https://www.ham-sur-heure-nalinnes.be/",
      "finalUrl": "https://www.ham-sur-heure-nalinnes.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=utf-8",
      "pageTitle": "Commune de Ham-sur-Heure-Nalinnes",
      "elapsedMs": 12526,
      "error": null,
      "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": 1136,
          "failed": 94,
          "cantTell": 14,
          "inapplicable": 57
        },
        "failedRules": [
          "color-contrast",
          "html-has-lang",
          "image-alt",
          "image-redundant-alt",
          "landmark-one-main",
          "link-in-text-block",
          "link-name",
          "region"
        ],
        "passedRules": [
          "aria-allowed-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "label",
          "label-title-only",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "table-duplicate-name",
          "td-headers-attr"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#edit-search-block-form--2",
            "html": "<input title=\"Indiquer les termes à rechercher\" type=\"text\" id=\"edit-search-block-form--2\" name=\"search_block_form\" value=\"\" size=\"15\" maxlength=\"128\" class=\"form-text\" placeholder=\"Recherche...\">",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.98 (foreground color: #898989, background color: #ededed, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#edit-search-block-form--2"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ef0f4b93727",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0084bd05"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".view-dom-id-33761a71820b6ecc6b7a659ccac2319d > .view-content > .views-row-1.views-row-first.views-row-last > .views-field-title.views-field > h2",
            "html": "<h2 class=\"field-content\">Horaire &amp; Permanences</h2>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.77 (foreground color: #ffffff, background color: #fab704, font size: 11.5pt (15.4px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".view-dom-id-33761a71820b6ecc6b7a659ccac2319d > .view-content > .views-row-1.views-row-first.views-row-last > .views-field-title.views-field > h2"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6efa9e1c8ff5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-63cef539"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[title=\"Horaire & Permanences\"]",
            "html": "<a href=\"/acces-rapide/horaire-permanences\" title=\"Horaire &amp; Permanences\" class=\"button\">En savoir plus</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.77 (foreground color: #ffffff, background color: #fab704, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[title=\"Horaire & Permanences\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc65b12820be",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0fb7b545"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "span[content=\"2026-05-05T10:11:00+02:00\"]",
            "html": "<span class=\"date-display-single\" property=\"dc:date\" datatype=\"xsd:dateTime\" content=\"2026-05-05T10:11:00+02:00\">5/05/2026</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.84 (foreground color: #828282, background color: #ffffff, font size: 8.4pt (11.2px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#news"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9484d1158877",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5f60cd8f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".news-2340 > .section-green.views-row-color.clearfix > .views-field-title.views-field > h3 > a",
            "html": "<a href=\"/actualites/la-commune/communique-fermeture-d-un-chemin-ndeg5-marbaix-la-tour-pour-raisons-de-sante-publique-et-de-protection-du-bien-etre-animal\">Communiqué : Fermeture d’un chemin (n°5 – Marbaix-la-Tour) pour raisons de santé publique et de protection du bien-être animal</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.04 (foreground color: #8ec556, background color: #ffffff, font size: 12.6pt (16.8px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#news"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c80faae9fc2b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2cb320e4"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "span[content=\"2026-05-04T16:20:00+02:00\"]",
            "html": "<span class=\"date-display-single\" property=\"dc:date\" datatype=\"xsd:dateTime\" content=\"2026-05-04T16:20:00+02:00\">4/05/2026</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.84 (foreground color: #828282, background color: #ffffff, font size: 8.4pt (11.2px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#news"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "daf9e45e6f49",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-777e530c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".news-2340 > .section-green.views-row-color.clearfix > .views-field-nothing.views-field > .field-content > .info > .field-name-field-news-cat > .bg[href$=\"la-commune\"]",
            "html": "<a href=\"/actualites/la-commune\" title=\"Voir les actualités de la catégorie La Commune\" class=\"bg\">La Commune</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.04 (foreground color: #ffffff, background color: #8ec556, font size: 8.4pt (11.2px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".news-2340 > .section-green.views-row-color.clearfix > .views-field-nothing.views-field > .field-content > .info > .field-name-field-news-cat > .bg[href$=\"la-commune\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9fdf1bf95f59",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8ece16a8"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".news-2340 > .section-green.views-row-color.clearfix > .views-field-body.views-field > .field-content > p > a",
            "html": "<a href=\"/actualites/la-commune/communique-fermeture-d-un-chemin-ndeg5-marbaix-la-tour-pour-raisons-de-sante-publique-et-de-protection-du-bien-etre-animal\" title=\"Communiqué : Fermeture d’un chemin (n°5 – Marbaix-la-Tour) pour raisons de santé publique et de protection du bien-être animal\">",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.04 (foreground color: #8ec556, background color: #ffffff, font size: 9.4pt (12.6px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#news"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6d154c54c1d3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-189029f3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".news-2339 > .section-green.views-row-color.clearfix > .views-field-title.views-field > h3 > a",
            "html": "<a href=\"/actualites/la-commune/les-bureaux-de-l-administration-communale-seront-fermes-en-ce-1er-mai-2026-et-il-n-y-aura-pas-de-permanence-etat-civil-population-ce-samedi-2-mai-2026\">",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.04 (foreground color: #8ec556, background color: #ffffff, font size: 12.6pt (16.8px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#news"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf4094300ef5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f5d99e96"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "span[content=\"2026-04-30T15:36:00+02:00\"]",
            "html": "<span class=\"date-display-single\" property=\"dc:date\" datatype=\"xsd:dateTime\" content=\"2026-04-30T15:36:00+02:00\">30/04/2026</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.84 (foreground color: #828282, background color: #ffffff, font size: 8.4pt (11.2px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#news"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e3d29e9350d1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4815add2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".news-2339 > .section-green.views-row-color.clearfix > .views-field-nothing.views-field > .field-content > .info > .field-name-field-news-cat > .bg[href$=\"la-commune\"]",
            "html": "<a href=\"/actualites/la-commune\" title=\"Voir les actualités de la catégorie La Commune\" class=\"bg\">La Commune</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.04 (foreground color: #ffffff, background color: #8ec556, font size: 8.4pt (11.2px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".news-2339 > .section-green.views-row-color.clearfix > .views-field-nothing.views-field > .field-content > .info > .field-name-field-news-cat > .bg[href$=\"la-commune\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c098fefae4c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-56c02c51"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".news-2339 > .section-green.views-row-color.clearfix > .views-field-body.views-field > .field-content > p > a",
            "html": "<a href=\"/actualites/la-commu...\" title=\"Les bureaux de l'Adm...\">",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.04 (foreground color: #8ec556, background color: #ffffff, font size: 9.4pt (12.6px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#news"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3c246ed9ac63",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0a49d63d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".news-2338 > .section-green.views-row-color.clearfix > .views-field-title.views-field > h3 > a",
            "html": "<a href=\"/actualites/la-commune/arrete-de-police-relatif-a-la-fete-de-la-musique-des-1er-et-2-mai-2026-a-ham-sur-heure\">Arrêté de police relatif à la Fête de la musique des 1er et 2 mai 2026 à Ham-sur-Heure</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.04 (foreground color: #8ec556, background color: #ffffff, font size: 12.6pt (16.8px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#news"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a59b0e7c6628",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4e9692ef"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "span[content=\"2026-04-29T11:08:00+02:00\"]",
            "html": "<span class=\"date-display-single\" property=\"dc:date\" datatype=\"xsd:dateTime\" content=\"2026-04-29T11:08:00+02:00\">29/04/2026</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.84 (foreground color: #828282, background color: #ffffff, font size: 8.4pt (11.2px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#news"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ecbb0a4a4ed4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-731cbe6f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".news-2338 > .section-green.views-row-color.clearfix > .views-field-nothing.views-field > .field-content > .info > .field-name-field-news-cat > .bg[href$=\"la-commune\"]",
            "html": "<a href=\"/actualites/la-commune\" title=\"Voir les actualités de la catégorie La Commune\" class=\"bg\">La Commune</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.04 (foreground color: #ffffff, background color: #8ec556, font size: 8.4pt (11.2px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".news-2338 > .section-green.views-row-color.clearfix > .views-field-nothing.views-field > .field-content > .info > .field-name-field-news-cat > .bg[href$=\"la-commune\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "795276a71de6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c45708d7"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".news-2338 > .section-green.views-row-color.clearfix > .views-field-body.views-field > .field-content > p > a",
            "html": "<a href=\"/actualites/la-commune/arrete-de-police-relatif-a-la-fete-de-la-musique-des-1er-et-2-mai-2026-a-ham-sur-heure\" title=\"Arrêté de police relatif à la Fête de la musique des 1er et 2 mai 2026 à Ham-sur-Heure\">Lire la suite</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.04 (foreground color: #8ec556, background color: #ffffff, font size: 9.4pt (12.6px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#news"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b29dcbed873a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-14e22e46"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#agenda > .pane-title",
            "html": "<h2 class=\"pane-title\">\n      L'agenda en bref    </h2>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.6 (foreground color: #ffffff, background color: #13978c, font size: 11.5pt (15.4px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#agenda > .pane-title"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fd7a4009ef15",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-23cf7b2d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".section-turquoise > .views-field-title.views-field > h3 > a",
            "html": "<a href=\"/agenda/6e-marche-des-partisans-d-art\">6e Marché des Partisans d'Art</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.6 (foreground color: #13978c, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#agenda"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7565754797e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b1bcd7aa"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".event-2334 > .section-green.views-row-color.clearfix > .views-field-title.views-field > h3 > a",
            "html": "<a href=\"/agenda/atelier-citoyen-fabrication-de-produit-multi-usage\">Atelier citoyen : fabrication de produit multi-usage</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.04 (foreground color: #8ec556, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#agenda"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "101d1c0f8f58",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f7f75e97"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".event-2325 > .section-green.views-row-color.clearfix > .views-field-title.views-field > h3 > a",
            "html": "<a href=\"/agenda/conference-seniors-mars-1919-chateau-de-ham-sur-heure-le-marechal-britannique-haig-rend-hommage-aux-dirigeants-belges-responsables-des-services-secrets-des-renseignements\">",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.04 (foreground color: #8ec556, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#agenda"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "761deb963366",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-83b60743"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".event-2309 > .section-green.views-row-color.clearfix > .views-field-title.views-field > h3 > a",
            "html": "<a href=\"/agenda/kiosque-des-auteurs-dominique-costermans\">KIOSQUE DES AUTEURS :  Dominique COSTERMANS</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.04 (foreground color: #8ec556, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#agenda"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f773fd2c9ddd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e23b91d2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".event-2326 > .section-green.views-row-color.clearfix > .views-field-title.views-field > h3 > a",
            "html": "<a href=\"/agenda/conference-seniors-l-egypte-des-altesses\">Conférence séniors : «L’Egypte des altesses»</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.04 (foreground color: #8ec556, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#agenda"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "69f37df8bbe8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-af70c81c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[title=\"Voir l'agenda\"]",
            "html": "<a href=\"/agenda\" title=\"Voir l'agenda\" class=\"button\">Voir l'agenda</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.6 (foreground color: #ffffff, background color: #13978c, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[title=\"Voir l'agenda\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f0a26fb096c9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-19af5c24"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#block-menu-block-4 > h2",
            "html": "<h2>Vie politique</h2>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.41 (foreground color: #b90064, background color: #162438, font size: 14.7pt (19.6px), font weight: bold). Expected contrast ratio of 3:1",
            "relatedPaths": [
              "#footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a54145bcbb02",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c3b8808f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"www.lemoncom.be\"]",
            "html": "<a href=\"http://www.lemoncom.be\" target=\"_blank\" title=\"LemonCom - Events &amp; Web Agency\">LemonCom</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.31 (foreground color: #a61411, background color: #081926, font size: 8.4pt (11.2px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#copyright"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2126e342d5af",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8b95f2af"
          },
          {
            "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 xmlns=\"http://www.w3.org/19...\" xml:lang=\"fr\" version=\"XHTML+RDFa 1.0\" dir=\"ltr\" xmlns:content=\"http://purl.org/rss/...\" xmlns:dc=\"http://purl.org/dc/t...\" xmlns:foaf=\"http://xmlns.com/foa...\" xmlns:rdfs=\"http://www.w3.org/20...\" xmlns:sioc=\"http://rdfs.org/sioc...\" xmlns:sioct=\"http://rdfs.or ...>",
            "message": "<html> element must have a lang attribute",
            "fixSummary": "Fix any of the following:\n  The xml:lang attribute is not valid on HTML pages, use the lang attribute.",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "161d27f30eb0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9a2136ae"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".nivo-main-image",
            "html": "<img class=\"nivo-main-image\" src=\"https://www.ham-sur-heure-nalinnes.be/sites/default/files/styles/slider/public/slider/ham-sur-heure-nalinnes-le-chateau-d-ham-sur-heures-nalinnes.jpg?itok=M4h62UHF\" style=\"display: inline; overflow: hidden; height: 480px;\">",
            "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": "e3820a4cafc6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-51e24d8a"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "div[name=\"0\"] > img",
            "html": "<img src=\"https://www.ham-sur-heure-nalinnes.be/sites/default/files/styles/slider/public/slider/ham-sur-heure-nalinnes-le-chateau-vue-du-ciel.jpg?itok=vqutO0Yl\" style=\"position:absolute; width:1280px; height:auto; display:block !important; top:0; left:-0px;\">",
            "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": "7d27f133fb88",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-329c4c3d"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "div[name=\"1\"] > img",
            "html": "<img src=\"https://www.ham-sur-heure-nalinnes.be/sites/default/files/styles/slider/public/slider/ham-sur-heure-nalinnes-le-chateau-vue-du-ciel.jpg?itok=vqutO0Yl\" style=\"position:absolute; width:1280px; height:auto; display:block !important; top:0; left:-85px;\">",
            "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": "275e859748a6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f16a3088"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "div[name=\"2\"] > img",
            "html": "<img src=\"https://www.ham-sur-heure-nalinnes.be/sites/default/files/styles/slider/public/slider/ham-sur-heure-nalinnes-le-chateau-vue-du-ciel.jpg?itok=vqutO0Yl\" style=\"position:absolute; width:1280px; height:auto; display:block !important; top:0; left:-170px;\">",
            "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": "fed53031a060",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4f49fdbf"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "div[name=\"3\"] > img",
            "html": "<img src=\"https://www.ham-sur-heure-nalinnes.be/sites/default/files/styles/slider/public/slider/ham-sur-heure-nalinnes-le-chateau-vue-du-ciel.jpg?itok=vqutO0Yl\" style=\"position:absolute; width:1280px; height:auto; display:block !important; top:0; left:-255px;\">",
            "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": "39a3fbf5121c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a8e8fd1a"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "div[name=\"4\"] > img",
            "html": "<img src=\"https://www.ham-sur-heure-nalinnes.be/sites/default/files/styles/slider/public/slider/ham-sur-heure-nalinnes-le-chateau-vue-du-ciel.jpg?itok=vqutO0Yl\" style=\"position:absolute; width:1280px; height:auto; display:block !important; top:0; left:-340px;\">",
            "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": "9c517cbea28e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b297002f"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "div[name=\"5\"] > img",
            "html": "<img src=\"https://www.ham-sur-heure-nalinnes.be/sites/default/files/styles/slider/public/slider/ham-sur-heure-nalinnes-le-chateau-vue-du-ciel.jpg?itok=vqutO0Yl\" style=\"position:absolute; width:1280px; height:auto; display:block !important; top:0; left:-425px;\">",
            "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": "7c1b3d4493de",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bbeea415"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "div[name=\"6\"] > img",
            "html": "<img src=\"https://www.ham-sur-heure-nalinnes.be/sites/default/files/styles/slider/public/slider/ham-sur-heure-nalinnes-le-chateau-vue-du-ciel.jpg?itok=vqutO0Yl\" style=\"position:absolute; width:1280px; height:auto; display:block !important; top:0; left:-510px;\">",
            "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": "0de76bda149b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c856429f"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "div[name=\"7\"] > img",
            "html": "<img src=\"https://www.ham-sur-heure-nalinnes.be/sites/default/files/styles/slider/public/slider/ham-sur-heure-nalinnes-le-chateau-vue-du-ciel.jpg?itok=vqutO0Yl\" style=\"position:absolute; width:1280px; height:auto; display:block !important; top:0; left:-595px;\">",
            "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": "f8be34f273b6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6edb24ea"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "div[name=\"8\"] > img",
            "html": "<img src=\"https://www.ham-sur-heure-nalinnes.be/sites/default/files/styles/slider/public/slider/ham-sur-heure-nalinnes-le-chateau-vue-du-ciel.jpg?itok=vqutO0Yl\" style=\"position:absolute; width:1280px; height:auto; display:block !important; top:0; left:-680px;\">",
            "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": "8ea251fc5940",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d3ed0103"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "div[name=\"9\"] > img",
            "html": "<img src=\"https://www.ham-sur-heure-nalinnes.be/sites/default/files/styles/slider/public/slider/ham-sur-heure-nalinnes-le-chateau-vue-du-ciel.jpg?itok=vqutO0Yl\" style=\"position:absolute; width:1280px; height:auto; display:block !important; top:0; left:-765px;\">",
            "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": "6a1057299258",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1f1fd230"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "div[name=\"10\"] > img",
            "html": "<img src=\"https://www.ham-sur-heure-nalinnes.be/sites/default/files/styles/slider/public/slider/ham-sur-heure-nalinnes-le-chateau-vue-du-ciel.jpg?itok=vqutO0Yl\" style=\"position:absolute; width:1280px; height:auto; display:block !important; top:0; left:-850px;\">",
            "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": "caa262f4a5ab",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0b80111b"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "div[name=\"11\"] > img",
            "html": "<img src=\"https://www.ham-sur-heure-nalinnes.be/sites/default/files/styles/slider/public/slider/ham-sur-heure-nalinnes-le-chateau-vue-du-ciel.jpg?itok=vqutO0Yl\" style=\"position:absolute; width:1280px; height:auto; display:block !important; top:0; left:-935px;\">",
            "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": "55332adf9eff",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-56468075"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "div[name=\"12\"] > img",
            "html": "<img src=\"https://www.ham-sur-heure-nalinnes.be/sites/default/files/styles/slider/public/slider/ham-sur-heure-nalinnes-le-chateau-vue-du-ciel.jpg?itok=vqutO0Yl\" style=\"position:absolute; width:1280px; height:auto; display:block !important; top:0; left:-1020px;\">",
            "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": "1f0a84e1c0b2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-be557085"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "div[name=\"13\"] > img",
            "html": "<img src=\"https://www.ham-sur-heure-nalinnes.be/sites/default/files/styles/slider/public/slider/ham-sur-heure-nalinnes-le-chateau-vue-du-ciel.jpg?itok=vqutO0Yl\" style=\"position:absolute; width:1280px; height:auto; display:block !important; top:0; left:-1105px;\">",
            "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": "d6c6374dfe94",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1c69c1c3"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "div[name=\"14\"] > img",
            "html": "<img src=\"https://www.ham-sur-heure-nalinnes.be/sites/default/files/styles/slider/public/slider/ham-sur-heure-nalinnes-le-chateau-vue-du-ciel.jpg?itok=vqutO0Yl\" style=\"position:absolute; width:1280px; height:auto; display:block !important; top:0; left:-1190px;\">",
            "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": "774fe8c9e024",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-00c7b5ab"
          },
          {
            "rule": "image-redundant-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-redundant-alt?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "img[width=\"180px\"]",
            "html": "<img src=\"/sites/all/themes/hshn/images/ham-sur-heure-nalinnes-logo-footer2.gif\" alt=\"Commune de Ham-sur-Heure-Nalinnes\" width=\"180px\" height=\"80px\">",
            "message": "Alternative text of images should not be repeated as text",
            "fixSummary": "Fix all of the following:\n  Element contains <img> element with alt text that duplicates existing text",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3eda6beb05aa",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-47b93b07"
          },
          {
            "rule": "landmark-one-main",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "html",
            "html": "<html xmlns=\"http://www.w3.org/19...\" xml:lang=\"fr\" version=\"XHTML+RDFa 1.0\" dir=\"ltr\" xmlns:content=\"http://purl.org/rss/...\" xmlns:dc=\"http://purl.org/dc/t...\" xmlns:foaf=\"http://xmlns.com/foa...\" xmlns:rdfs=\"http://www.w3.org/20...\" xmlns:sioc=\"http://rdfs.org/sioc...\" xmlns:sioct=\"http://rdfs.or ...>",
            "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": "237b36e71ebe",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b00be0"
          },
          {
            "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": "#e28f5f05422a9b103587533c373ad8bb10ec12c3 > a",
            "html": "<a href=\"mailto:courrier@ham-sur-heure-nalinnes.be\">courrier@ham-sur-heure-nalinnes.be</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.94:1 with the surrounding text. (Minimum contrast is 3:1, link text: #a61411, surrounding text: #272727)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "p:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "30147b1ce22c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f89ecd70"
          },
          {
            "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": ".section-burgundy > .views-field-body.views-field > .field-content > p > a",
            "html": "<a href=\"/actualites/divers/avis-aux-commercants-independants-de-notre-commune-connaissez-vous-la-prime-velo-cargo\" title=\"Avis aux commerçants / indépendants de notre Commune : connaissez-vous la prime vélo cargo ?\">Lire la suite</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.94:1 with the surrounding text. (Minimum contrast is 3:1, link text: #a61411, surrounding text: #272727)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".section-burgundy > .views-field-body.views-field > .field-content > p"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "157cba3ebc21",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b3546b20"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".section-burgundy > .views-field-field-thumb.views-field > .field-content > a",
            "html": "<a href=\"/actualites/divers/avis-aux-commercants-independants-de-notre-commune-connaissez-vous-la-prime-velo-cargo\">",
            "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": "80daa094d9ce",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b41b1a2e"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".news-2340 > .section-green.views-row-color.clearfix > .views-field-field-thumb.views-field > .field-content > a",
            "html": "<a href=\"/actualites/la-commune/communique-fermeture-d-un-chemin-ndeg5-marbaix-la-tour-pour-raisons-de-sante-publique-et-de-protection-du-bien-etre-animal\">",
            "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": "a6802154d338",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c6f6ba47"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".news-2339 > .section-green.views-row-color.clearfix > .views-field-field-thumb.views-field > .field-content > a",
            "html": "<a href=\"/actualites/la-commune/les-bureaux-de-l-administration-communale-seront-fermes-en-ce-1er-mai-2026-et-il-n-y-aura-pas-de-permanence-etat-civil-population-ce-samedi-2-mai-2026\">",
            "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": "c80efc261a0a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-caf16e4b"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".news-2338 > .section-green.views-row-color.clearfix > .views-field-field-thumb.views-field > .field-content > a",
            "html": "<a href=\"/actualites/la-commune/arrete-de-police-relatif-a-la-fete-de-la-musique-des-1er-et-2-mai-2026-a-ham-sur-heure\">",
            "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": "56f4880909f1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3fee814b"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#logo",
            "html": "<div id=\"logo\">\n\t\t\t<h1>\n\t\t\t\t<a href=\"/\" title=\"Retour à la page d'accueil\" rel=\"home\">\n\t\t\t\t\t<img src=\"/sites/all/themes/hshn/images/ham-sur-heure-nalinnes-logo2.gif\" alt=\"Commune de Ham-sur-Heure-Nalinnes\" width=\"180\" height=\"80\">\n\t\t\t\t\tHam-sur-Heure-Nalinnes\n\t\t\t\t</a>\n\t\t\t</h1>\t\t\n\t\t</div>",
            "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": "011ccf84877a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-904649d8"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".menu-mlid-474.expanded.first > a[href$=\"la-commune\"]",
            "html": "<a href=\"/la-commune\">La Commune</a>",
            "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": "dfdc88c689b2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6ad2f7be"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".menu-mlid-516.expanded > a[href$=\"vie-pratique\"]",
            "html": "<a href=\"/vie-pratique\">Vie pratique</a>",
            "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": "b756077d1eb7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-edec0b3a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".menu-mlid-517.expanded > a[href$=\"vie-politique\"]",
            "html": "<a href=\"/vie-politique\">Vie politique</a>",
            "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": "7b3750f6c653",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4d4f4846"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".menu > .menu-mlid-646.leaf",
            "html": "<li class=\"leaf menu-mlid-646\"><a href=\"/agenda\">Agenda</a></li>",
            "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": "2176af264393",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2da6c63e"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".menu-mlid-644.expanded > a[href$=\"acces-rapide\"]",
            "html": "<a href=\"/acces-rapide\">Accès rapide</a>",
            "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": "385fd87d3319",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bb8519bf"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".menu > .menu-mlid-951.last.leaf",
            "html": "<li class=\"last leaf menu-mlid-951\"><a href=\"/contact\">Contact</a></li>",
            "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": "7bdc6b5cbb95",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a2a7925c"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".container-inline > .element-invisible",
            "html": "<h2 class=\"element-invisible\">Formulaire de recherche</h2>",
            "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": "b3f0986ef1bd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1b9c8cfa"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".form-item",
            "html": "<div class=\"form-item form-type-textfield form-item-search-block-form\">",
            "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": "dab89f259a2b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-369ef78f"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".nivo-main-image",
            "html": "<img class=\"nivo-main-image\" src=\"https://www.ham-sur-heure-nalinnes.be/sites/default/files/styles/slider/public/slider/ham-sur-heure-nalinnes-le-chateau-d-ham-sur-heures-nalinnes.jpg?itok=M4h62UHF\" style=\"display: inline; overflow: hidden; height: 480px;\">",
            "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": "758144eca7fa",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-14dd80bd"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".nivo-caption",
            "html": "<div class=\"nivo-caption\" style=\"display: block;\">\t\n\t<div class=\"nivo-caption-inner\">\n\t\t<h2>Ham-sur-Heure-Nalinnes</h2>\n\t\t<h3>Au coeur de la Thudinie</h3>\n\t</div>\n</div>",
            "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": "bdc69d5b8227",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3a9ae365"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "div[name=\"0\"]",
            "html": "<div class=\"nivo-slice\" name=\"0\" style=\"left: 0px; width: 1280px; height: 480px; opacity: 0.430814; overflow: hidden;\">",
            "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": "8a4b233003fc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1d4ddd7d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "div[name=\"1\"]",
            "html": "<div class=\"nivo-slice\" name=\"1\" style=\"left: 85px; width: 85px; height: 480px; opacity: 0; overflow: hidden;\">",
            "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": "35de0eea48f3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a0d0e91d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "div[name=\"2\"]",
            "html": "<div class=\"nivo-slice\" name=\"2\" style=\"left: 170px; width: 85px; height: 480px; opacity: 0; overflow: hidden;\">",
            "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": "4a23e395a36e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5988db7a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "div[name=\"3\"]",
            "html": "<div class=\"nivo-slice\" name=\"3\" style=\"left: 255px; width: 85px; height: 480px; opacity: 0; overflow: hidden;\">",
            "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": "f9db68cc7a2c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b366e4f1"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "div[name=\"4\"]",
            "html": "<div class=\"nivo-slice\" name=\"4\" style=\"left: 340px; width: 85px; height: 480px; opacity: 0; overflow: hidden;\">",
            "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": "fbc09db3ef95",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5393b9fc"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "div[name=\"5\"]",
            "html": "<div class=\"nivo-slice\" name=\"5\" style=\"left: 425px; width: 85px; height: 480px; opacity: 0; overflow: hidden;\">",
            "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": "1f4f45b6ec5c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1758575f"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "div[name=\"6\"]",
            "html": "<div class=\"nivo-slice\" name=\"6\" style=\"left: 510px; width: 85px; height: 480px; opacity: 0; overflow: hidden;\">",
            "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": "bf383541ad49",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0546925a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "div[name=\"7\"]",
            "html": "<div class=\"nivo-slice\" name=\"7\" style=\"left: 595px; width: 85px; height: 480px; opacity: 0; overflow: hidden;\">",
            "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": "4ed3899d36f4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6c701a27"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "div[name=\"8\"]",
            "html": "<div class=\"nivo-slice\" name=\"8\" style=\"left: 680px; width: 85px; height: 480px; opacity: 0; overflow: hidden;\">",
            "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": "90dbd18f47f8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b1a691c3"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "div[name=\"9\"]",
            "html": "<div class=\"nivo-slice\" name=\"9\" style=\"left: 765px; width: 85px; height: 480px; opacity: 0; overflow: hidden;\">",
            "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": "7bb9749894e2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-133cc19d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "div[name=\"10\"]",
            "html": "<div class=\"nivo-slice\" name=\"10\" style=\"left: 850px; width: 85px; height: 480px; opacity: 0; overflow: hidden;\">",
            "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": "4a4d2830c15e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3caa6abe"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "div[name=\"11\"]",
            "html": "<div class=\"nivo-slice\" name=\"11\" style=\"left: 935px; width: 85px; height: 480px; opacity: 0; overflow: hidden;\">",
            "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": "8e62fa614ad4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9ea00935"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "div[name=\"12\"]",
            "html": "<div class=\"nivo-slice\" name=\"12\" style=\"left: 1020px; width: 85px; height: 480px; opacity: 0; overflow: hidden;\">",
            "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": "c27722680c58",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0bc26565"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "div[name=\"13\"]",
            "html": "<div class=\"nivo-slice\" name=\"13\" style=\"left: 1105px; width: 85px; height: 480px; opacity: 0; overflow: hidden;\">",
            "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": "664adcbc4d6e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-97cf5cc0"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "div[name=\"14\"]",
            "html": "<div class=\"nivo-slice\" name=\"14\" style=\"left: 1190px; width: 90px; height: 480px; opacity: 0; overflow: hidden;\">",
            "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": "66c8b53112dd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8bef82bb"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".slider-servcomm",
            "html": "<div class=\"panel-pane pane-views pane-home-slider-blocks slider-servcomm purple-bg\">",
            "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": "c6189ae41bed",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5b9456e7"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".slider-lifestyle",
            "html": "<div class=\"panel-pane pane-views pane-home-slider-blocks slider-lifestyle turquoise-bg\">",
            "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": "3dcf292f07bb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d901635c"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".slider-infos",
            "html": "<div class=\"panel-pane pane-views pane-home-slider-blocks slider-infos red-bg\">",
            "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": "ff714fd789aa",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b5f080c1"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".slider-forms",
            "html": "<div class=\"panel-pane pane-views pane-home-slider-blocks slider-forms greendark-bg\">",
            "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": "734695ec1ae2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b08ebb59"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#node-12",
            "html": "<div class=\"panel-pane pane-views pane-home-blocks front-block\" id=\"node-12\" style=\"height: 815px;\">",
            "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": "cae20d5ef655",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a0d4e6be"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#node-13",
            "html": "<div class=\"panel-pane pane-views pane-home-blocks front-block\" id=\"node-13\">",
            "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": "11f7d2f03bd2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-11b018d2"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#news",
            "html": "<div class=\"panel-pane pane-views pane-news front-block\" id=\"news\">",
            "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": "783d7ef34a43",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cb8cf225"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#agenda",
            "html": "<div class=\"panel-pane pane-views pane-events front-block\" id=\"agenda\" style=\"height: 604px;\">",
            "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": "f1b857861f62",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e09e976a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#block-block-1",
            "html": "<div id=\"block-block-1\" class=\"block block-block\">",
            "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": "8e968ceffca8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e25746aa"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".phone",
            "html": "<div class=\"phone\"><a href=\"tel:+3271229340\">+32(0)71/22.93.40</a></div>",
            "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": "002b3f440448",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-05be248d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".fax",
            "html": "<div class=\"fax\">+32(0)71/21.91.06</div>",
            "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": "86f68f4e625b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d5c8588e"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#\\37 fcabfe4911afec8b5b8fd80ef54fc7b1cfad1d3394",
            "html": "<span id=\"7fcabfe4911afec8b5b8fd80ef54fc7b1cfad1d3394\"><a href=\"mailto:courrier@ham-sur-heure-nalinnes.be\">courrier@ham-sur-heure-nalinnes.be</a></span>",
            "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": "a5f4dbd00f01",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-93d7ac5d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".location",
            "html": "<div class=\"location\">\nProvince de Hainaut<br>\nArrondissement de Thuin<br>\nChemin d'Oultre-Heure, 20<br>\nB-6120 Ham-sur-Heure\n</div>",
            "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": "ade01fb00566",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-aa773a97"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#block-menu-block-2",
            "html": "<div id=\"block-menu-block-2\" class=\"block block-menu-block\">",
            "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": "99b6cc13dadf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b7599fa7"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#block-menu-block-3",
            "html": "<div id=\"block-menu-block-3\" class=\"block block-menu-block\">",
            "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": "dc1214148fe6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7a3a37c8"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#block-menu-block-4",
            "html": "<div id=\"block-menu-block-4\" class=\"block block-menu-block\">",
            "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": "8c10b24c9204",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4a9f6779"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#copyright",
            "html": "<div id=\"copyright\">\n\t\t<p>Copyright © 2017 Commune d'Ham-sur-Heure-Nalinnes - Developed by <a href=\"http://www.lemoncom.be\" target=\"_blank\" title=\"LemonCom - Events &amp; Web Agency\">LemonCom</a></p>\n\t</div>",
            "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": "ca6d6226000a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0a6a8f7e"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#popup-text",
            "html": "<div id=\"popup-text\">\n      <p>En poursuivant la navigation sur ce site, vous acceptez la collecte de vos données dans le cadre du traitement de vos demandes éventuelles.</p>          </div>",
            "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": "bc9a42f706df",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9b364e26"
          }
        ],
        "outcomeCount": 1301,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 94
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2156,
          "failed": 179,
          "cantTell": 102,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_content_in_landmark",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "heading_markup_misuse",
          "html_lang_exists",
          "img_alt_redundant",
          "img_alt_valid",
          "skip_main_exists",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "table_headers_exists",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<html class=\"js\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema#\" xmlns:skos=\"http://www.w3.org/2004/02/skos/core#\" xmlns:sioct=\"http://rdfs.org/sioc/types#\" xmlns:sioc=\"http://rdfs.org/sioc/ns#\" xmlns:rdfs=\"http://www.w3.org/2000/01/rdf-schema#\" xmlns:foaf=\"http://xmlns.com/foaf/0.1/\" xmlns:dc=\"http://purl.org/dc/terms/\" xmlns:content=\"http://purl.org/rss/1.0/modules/content/\" dir=\"ltr\" version=\"XHTML+RDFa 1.0\" xml:lang=\"fr\" xmlns=\"http://www.w3.org/1999/xhtml\">",
            "message": "The HTML attribute(s) \"version\" is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "037e1e140a8c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8d7145d5"
          },
          {
            "rule": "html_lang_exists",
            "xpath": null,
            "html": "<html class=\"js\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema#\" xmlns:skos=\"http://www.w3.org/2004/02/skos/core#\" xmlns:sioct=\"http://rdfs.org/sioc/types#\" xmlns:sioc=\"http://rdfs.org/sioc/ns#\" xmlns:rdfs=\"http://www.w3.org/2000/01/rdf-schema#\" xmlns:foaf=\"http://xmlns.com/foaf/0.1/\" xmlns:dc=\"http://purl.org/dc/terms/\" xmlns:content=\"http://purl.org/rss/1.0/modules/content/\" dir=\"ltr\" version=\"XHTML+RDFa 1.0\" xml:lang=\"fr\" xmlns=\"http://www.w3.org/1999/xhtml\">",
            "message": "Page detected as XHTML 1.0 with only an 'xml:lang' attribute. Confirm that page is only delivered via xml mime type",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "73e108c86e80",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4e27accf"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<head profile=\"http://www.w3.org/1999/xhtml/vocab\">",
            "message": "The HTML attribute(s) \"profile\" is deprecated for the <head> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b4200ce8d0a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4807e488"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "670a468200a1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link media=\"all\" href=\"https://www.ham-sur-heure-nalinnes.be/sites/default/files/css/css_xE-rWrJf-fncB6ztZfd2huxqgxu4WO-qwma6Xer30m4.css\" rel=\"stylesheet\" type=\"text/css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e6eafcd65e3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6290486b"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link media=\"all\" href=\"https://www.ham-sur-heure-nalinnes.be/sites/default/files/css/css_xE-rWrJf-fncB6ztZfd2huxqgxu4WO-qwma6Xer30m4.css\" rel=\"stylesheet\" type=\"text/css\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "64bd7f973263",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ddce290b"
          },
          {
            "rule": "skip_main_exists",
            "xpath": null,
            "html": "<body class=\"html front not-logged-in no-sidebars page-accueil eu-cookie-compliance-processed eu-cookie-compliance-popup-open eu-cookie-compliance-status-null mobile\">",
            "message": "The page does not provide a way to quickly navigate to the main content (ARIA \"main\" landmark or a skip link)",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e13f34e448a5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2c158e35"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"slicknav_btn slicknav_collapsed\" tabindex=\"0\" role=\"button\" aria-haspopup=\"true\" href=\"#\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "84046b403a72",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-76b35cdc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"slicknav_btn slicknav_collapsed\" tabindex=\"0\" role=\"button\" aria-haspopup=\"true\" href=\"#\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4499b3204a25",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c18a18aa"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h1>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "db6ce7ded060",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-642a24d8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a rel=\"home\" title=\"Retour à la page d'accueil\" href=\"/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8171d2c0d8fb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6957ca15"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"link\" href=\"/recherche\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5e0cacd1dea6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bfe81026"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"link\" href=\"/recherche\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a5527c05d0e8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-119fcdcc"
          },
          {
            "rule": "img_alt_valid",
            "xpath": null,
            "html": "<img style=\"display: inline;\" src=\"https://www.ham-sur-heure-nalinnes.be/sites/default/files/styles/slider/public/slider/ham-sur-heure-nalinnes-le-chateau-d-ham-sur-heures-nalinnes.jpg?itok=M4h62UHF\" class=\"nivo-main-image\">",
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa50d3343bcb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-46af1c4f"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ebd66df8ee3d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f9d40766"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 42px and weight of 800",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "82f787be6388",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9c97642b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 28px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "124d656c1404",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-61d6b2cc"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e8c66ea16ac",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6e7f9087"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/la-commune/les-services-communaux/secretariat-communal\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b08376eec8a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bcc1072d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/la-commune/les-services-communaux/secretariat-communal\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb40a2fe6241",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-70057597"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/la-commune/les-services-communaux/secretariat-du-bourgmestre\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11dac2425077",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cdec9583"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/la-commune/les-services-communaux/secretariat-du-bourgmestre\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ba106aade6c0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-60caf623"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/la-commune/les-services-communaux/service-enseignement-culture\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d6e5a98e3102",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3191bf0a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/la-commune/les-services-communaux/service-enseignement-culture\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4384ec73ca04",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4efbd79c"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/la-commune/les-services-communaux/service-environnement-developpement-durable-bien-etre-animal\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "876b46316fbe",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-976c87e8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/la-commune/les-services-communaux/service-environnement-developpement-durable-bien-etre-animal\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "36a91bfa7257",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-af1bc349"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/la-commune/les-services-communaux/service-etat-civil-population\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f5904de92b0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a047b228"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/la-commune/les-services-communaux/service-etat-civil-population\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e52128a8af96",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-799eae7f"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/la-commune/les-services-communaux/service-finances\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a9db64c3076",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2d4c85ab"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/la-commune/les-services-communaux/service-finances\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "05ae65bf4be4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bdbda422"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/la-commune/les-services-communaux/service-gestion-des-ressources-humaines\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6c478c7d1caf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ba0aea57"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/la-commune/les-services-communaux/service-gestion-des-ressources-humaines\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "afc9537b83c1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a552c777"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/la-commune/les-services-communaux/service-informatique\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9469360de694",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-07f128af"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/la-commune/les-services-communaux/service-informatique\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c049f5dc077d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-218e49b4"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/la-commune/les-services-communaux/service-marches-publics\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2aa2aafbead3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-829944ed"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/la-commune/les-services-communaux/service-marches-publics\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4417c0d1d0d3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2e3a6b4e"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/la-commune/les-services-communaux/service-travaux\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3db33c7a6f23",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9aad6f8c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/la-commune/les-services-communaux/service-travaux\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e0ff12699e1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5461de1b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/la-commune/les-services-communaux/service-urbanisme-mobilite-logement\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff597a262eee",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-41a3ce1d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/la-commune/les-services-communaux/service-urbanisme-mobilite-logement\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "774f8f850cee",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c835cc8f"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/la-commune/les-services-communaux/service-vie-associative-famille-sports-commerces\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a9aaf8f3cee",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cac75b5a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/la-commune/les-services-communaux/service-vie-associative-famille-sports-commerces\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a4cb8e6fcdac",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c89277f7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"pane-title\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 14px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "133885de1603",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-49409488"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a rel=\"nofollow\" target=\"_blank\" title=\"Agence Locale pour l'Emploi\" href=\"http://www.alenalinnes.net/PAGES/presentation_ale/adresse_et_disponibilites.html\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e52afa22d64d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b0658cb9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a rel=\"nofollow\" target=\"_blank\" title=\"Agence Locale pour l'Emploi\" href=\"http://www.alenalinnes.net/PAGES/presentation_ale/adresse_et_disponibilites.html\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2cb481906ce5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0818fb05"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"nofollow\" target=\"_blank\" title=\"Agence Locale pour l'Emploi\" href=\"http://www.alenalinnes.net/PAGES/presentation_ale/adresse_et_disponibilites.html\">",
            "message": "Text contrast of 3.60 with its background is less than the WCAG AA minimum requirements for text of size 12.32px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8a0945220d0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-44936dc3"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"Bibliothèques\" href=\"/la-commune/la-culture/reseau-communal-de-lecture-publique\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "757c343f8d88",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-45fda314"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Bibliothèques\" href=\"/la-commune/la-culture/reseau-communal-de-lecture-publique\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c54de705101",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b8a98629"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Bibliothèques\" href=\"/la-commune/la-culture/reseau-communal-de-lecture-publique\">",
            "message": "Text contrast of 3.60 with its background is less than the WCAG AA minimum requirements for text of size 12.32px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8bfd66dcaa8f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85eb8f22"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Centre sportif\" href=\"/la-commune/le-sport/le-centre-sportif-jules-roulin-dorvillez\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0637c7489d88",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9af72d3c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Centre sportif\" href=\"/la-commune/le-sport/le-centre-sportif-jules-roulin-dorvillez\">",
            "message": "Text contrast of 3.60 with its background is less than the WCAG AA minimum requirements for text of size 12.32px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c872c09c00d8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f241aa30"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"CPAS\" href=\"/la-commune/le-cpas/le-cpas-de-ham-sur-heure-nalinnes\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a6cce474c22b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3096ef02"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"CPAS\" href=\"/la-commune/le-cpas/le-cpas-de-ham-sur-heure-nalinnes\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb17fc2eec6a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-91c9c2dc"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"CPAS\" href=\"/la-commune/le-cpas/le-cpas-de-ham-sur-heure-nalinnes\">",
            "message": "Text contrast of 3.60 with its background is less than the WCAG AA minimum requirements for text of size 12.32px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b41b9f84204",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-13bc56e6"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a rel=\"nofollow\" target=\"_blank\" title=\"Crèche communale\" href=\"http://www.ham-sur-heure-nalinnes.be/la-commune/la-famille/creche-communale-les-tchots-des-couturelles\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f449509f66b5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-699eff8f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a rel=\"nofollow\" target=\"_blank\" title=\"Crèche communale\" href=\"http://www.ham-sur-heure-nalinnes.be/la-commune/la-famille/creche-communale-les-tchots-des-couturelles\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ad375562741",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-98d6318f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"nofollow\" target=\"_blank\" title=\"Crèche communale\" href=\"http://www.ham-sur-heure-nalinnes.be/la-commune/la-famille/creche-communale-les-tchots-des-couturelles\">",
            "message": "Text contrast of 3.60 with its background is less than the WCAG AA minimum requirements for text of size 12.32px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "33acfac791d7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1dd139de"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"Ecoles communales\" href=\"/la-commune/l-enseignement/les-ecoles-communales\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f22017b79b0e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-aea3798f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Ecoles communales\" href=\"/la-commune/l-enseignement/les-ecoles-communales\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "26e7d57d09a3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c80e7a79"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Ecoles communales\" href=\"/la-commune/l-enseignement/les-ecoles-communales\">",
            "message": "Text contrast of 3.60 with its background is less than the WCAG AA minimum requirements for text of size 12.32px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9947b7f37735",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6bd941ab"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"Service technique\" href=\"/la-commune/service-technique\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b0a153f1e59",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a2d1b865"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Service technique\" href=\"/la-commune/service-technique\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b48c86c27ad3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ada28714"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Service technique\" href=\"/la-commune/service-technique\">",
            "message": "Text contrast of 3.60 with its background is less than the WCAG AA minimum requirements for text of size 12.32px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a2e757c7decb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f6baa594"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a rel=\"nofollow\" target=\"_blank\" title=\"Zone de Police Germinalt\" href=\"http://www.germinalt.be/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a62eb037f3a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-62f00dc1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a rel=\"nofollow\" target=\"_blank\" title=\"Zone de Police Germinalt\" href=\"http://www.germinalt.be/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d84ed7880e9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6e8ea2b3"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"nofollow\" target=\"_blank\" title=\"Zone de Police Germinalt\" href=\"http://www.germinalt.be/\">",
            "message": "Text contrast of 3.60 with its background is less than the WCAG AA minimum requirements for text of size 12.32px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c4f2656a150",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3fc1e928"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a rel=\"nofollow\" target=\"_blank\" title=\"Zone de Secours Hainaut Est (ZOHE)\" href=\"http://www.zohe.be/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d70e73743a0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-eef957f5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a rel=\"nofollow\" target=\"_blank\" title=\"Zone de Secours Hainaut Est (ZOHE)\" href=\"http://www.zohe.be/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "539eafff1d93",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-45763abe"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"nofollow\" target=\"_blank\" title=\"Zone de Secours Hainaut Est (ZOHE)\" href=\"http://www.zohe.be/\">",
            "message": "Text contrast of 3.60 with its background is less than the WCAG AA minimum requirements for text of size 12.32px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0bd93072b3ff",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-034e3a41"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a rel=\"nofollow\" target=\"_blank\" title=\"Dossier sécurité\" href=\"https://ham-sur-heure-nalinnes.be/vie-pratique/organiser-un-evenement-dans-la-commune/dossier-de-securite\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef61b1632b40",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a61a6103"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"Location salles\" href=\"https://ham-sur-heure-nalinnes.be/vie-pratique/location-de-salle-communale\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e0419e9e0ee",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4fdf07ed"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Location salles\" href=\"https://ham-sur-heure-nalinnes.be/vie-pratique/location-de-salle-communale\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e9c45469e0b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f5f13f0a"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a rel=\"nofollow\" target=\"_blank\" title=\"Vade Mecum Event\" href=\"https://ham-sur-heure-nalinnes.be/sites/default/files/upload/vade_mecum_event_2025.pdf\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "015e13bb6e76",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-91ae671a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a rel=\"nofollow\" target=\"_blank\" title=\"Vade Mecum Event\" href=\"https://ham-sur-heure-nalinnes.be/sites/default/files/upload/vade_mecum_event_2025.pdf\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f88f4ad48d4a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-927049a0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"pane-title\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 14px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/commande-de-documents/commande-de-documents\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "42c23a4b6483",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-764e1523"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/commande-de-documents/commande-de-documents\">",
            "message": "Text contrast of 3.28 with its background is less than the WCAG AA minimum requirements for text of size 12.32px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "88d91945a368",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a1af243"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 class=\"field-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d6acf1ddb703",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-494f3cee"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p class=\"field-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e11b1ef18e80",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d1f910d1"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"button\" title=\"Le mot du Bourgmestre f.f.\" href=\"/le-mot-du-bourgmestre-ff\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5fee47d90de9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-913e4e39"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"button\" title=\"Le mot du Bourgmestre f.f.\" href=\"/le-mot-du-bourgmestre-ff\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "47534384e9d4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7fd5baaa"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 class=\"field-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2 class=\"field-content\">",
            "message": "Text contrast of 1.77 with its background is less than the WCAG AA minimum requirements for text of size 15.4px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b45e2471b1e1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-348b4111"
          },
          {
            "rule": "table_headers_exists",
            "xpath": null,
            "html": "<table style=\"width:100%\">",
            "message": "Table has no headers identified",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d520f257227f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6414d7f1"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<table style=\"width:100%\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe9cce4dfa97",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cc2c1826"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"mailto:courrier@ham-sur-heure-nalinnes.be\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b3ef6ae726cf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1dbf464e"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"button\" title=\"Horaire & Permanences\" href=\"/acces-rapide/horaire-permanences\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6a0b020eb137",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-abf55e3d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"button\" title=\"Horaire & Permanences\" href=\"/acces-rapide/horaire-permanences\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "842ac5706b0f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0b7b0087"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"button\" title=\"Horaire & Permanences\" href=\"/acces-rapide/horaire-permanences\">",
            "message": "Text contrast of 1.77 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7bc562c04d6d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-32d01cf3"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 class=\"pane-title\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "17f855d777c7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-260beedd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/actualites/divers/avis-aux-commercants-independants-de-notre-commune-connaissez-vous-la-prime-velo-cargo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a626d8dc5a9f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7d821b9a"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/actualites/divers/avis-aux-commercants-independants-de-notre-commune-connaissez-vous-la-prime-velo-cargo\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f47156afb23b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-97e42257"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3 class=\"field-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d8297889d55",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fe52e1d4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/actualites/divers/avis-aux-commercants-independants-de-notre-commune-connaissez-vous-la-prime-velo-cargo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span content=\"2026-05-05T10:11:00+02:00\" datatype=\"xsd:dateTime\" property=\"dc:date\" class=\"date-display-single\">",
            "message": "Text contrast of 3.84 with its background is less than the WCAG AA minimum requirements for text of size 11.2px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8247ded5b977",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-26410a64"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"bg\" title=\"Voir les actualités de la catégorie Divers\" href=\"/actualites/divers\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "948bd85193e9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d74289fa"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"bg\" title=\"Voir les actualités de la catégorie Divers\" href=\"/actualites/divers\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8027346af10c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a3e61499"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a class=\"bg\" title=\"Voir les actualités de la catégorie Divers\" href=\"/actualites/divers\">",
            "message": "Undersized target \"a\" does not have sufficient spacing of 12 CSS pixels from another target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "64c3c96f8561",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d3db6fb9"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "09f7434f5293",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a86234de"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Avis aux commerçants / indépendants de notre Commune : connaissez-vous la prime vélo cargo ?\" href=\"/actualites/divers/avis-aux-commercants-independants-de-notre-commune-connaissez-vous-la-prime-velo-cargo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d4f933338386",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-042dddef"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/actualites/la-commune/communique-fermeture-d-un-chemin-ndeg5-marbaix-la-tour-pour-raisons-de-sante-publique-et-de-protection-du-bien-etre-animal\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bc16008e5bf2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5214efab"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/actualites/la-commune/communique-fermeture-d-un-chemin-ndeg5-marbaix-la-tour-pour-raisons-de-sante-publique-et-de-protection-du-bien-etre-animal\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "27a4dc0b6e3a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-61278e28"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3 class=\"field-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/actualites/la-commune/communique-fermeture-d-un-chemin-ndeg5-marbaix-la-tour-pour-raisons-de-sante-publique-et-de-protection-du-bien-etre-animal\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/actualites/la-commune/communique-fermeture-d-un-chemin-ndeg5-marbaix-la-tour-pour-raisons-de-sante-publique-et-de-protection-du-bien-etre-animal\">",
            "message": "Text contrast of 2.04 with its background is less than the WCAG AA minimum requirements for text of size 16.8px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d51bfc6fc9f3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3586023b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span content=\"2026-05-04T16:20:00+02:00\" datatype=\"xsd:dateTime\" property=\"dc:date\" class=\"date-display-single\">",
            "message": "Text contrast of 3.84 with its background is less than the WCAG AA minimum requirements for text of size 11.2px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8580c27e66d2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d8be7a6d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"bg\" title=\"Voir les actualités de la catégorie La Commune\" href=\"/actualites/la-commune\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9758c226db3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-897c10f0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"bg\" title=\"Voir les actualités de la catégorie La Commune\" href=\"/actualites/la-commune\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e385e43c9fc1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7c169370"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a class=\"bg\" title=\"Voir les actualités de la catégorie La Commune\" href=\"/actualites/la-commune\">",
            "message": "Undersized target \"a\" does not have sufficient spacing of 12 CSS pixels from another target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "638cf3855eea",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0962b232"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"bg\" title=\"Voir les actualités de la catégorie La Commune\" href=\"/actualites/la-commune\">",
            "message": "Text contrast of 2.04 with its background is less than the WCAG AA minimum requirements for text of size 11.2px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "10218f612f86",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b322579a"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Communiqué : Fermeture d’un chemin (n°5 – Marbaix-la-Tour) pour raisons de santé publique et de protection du bien-être animal\" href=\"/actualites/la-commune/communique-fermeture-d-un-chemin-ndeg5-marbaix-la-tour-pour-raisons-de-sante-publique-et-de-protection-du-bien-etre-animal\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "82a8e44d2780",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-66c84b43"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Communiqué : Fermeture d’un chemin (n°5 – Marbaix-la-Tour) pour raisons de santé publique et de protection du bien-être animal\" href=\"/actualites/la-commune/communique-fermeture-d-un-chemin-ndeg5-marbaix-la-tour-pour-raisons-de-sante-publique-et-de-protection-du-bien-etre-animal\">",
            "message": "Text contrast of 2.04 with its background is less than the WCAG AA minimum requirements for text of size 12.6px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "86f01b8de41e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dde4dce1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/actualites/la-commune/les-bureaux-de-l-administration-communale-seront-fermes-en-ce-1er-mai-2026-et-il-n-y-aura-pas-de-permanence-etat-civil-population-ce-samedi-2-mai-2026\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cdfea1be9112",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a1c97d69"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/actualites/la-commune/les-bureaux-de-l-administration-communale-seront-fermes-en-ce-1er-mai-2026-et-il-n-y-aura-pas-de-permanence-etat-civil-population-ce-samedi-2-mai-2026\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "350d50572351",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f6e43e81"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h3 class=\"field-content\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ee7325a529b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3a4a7ff2"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3 class=\"field-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/actualites/la-commune/les-bureaux-de-l-administration-communale-seront-fermes-en-ce-1er-mai-2026-et-il-n-y-aura-pas-de-permanence-etat-civil-population-ce-samedi-2-mai-2026\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/actualites/la-commune/les-bureaux-de-l-administration-communale-seront-fermes-en-ce-1er-mai-2026-et-il-n-y-aura-pas-de-permanence-etat-civil-population-ce-samedi-2-mai-2026\">",
            "message": "Text contrast of 2.04 with its background is less than the WCAG AA minimum requirements for text of size 16.8px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7243998f612",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8616ed1d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span content=\"2026-04-30T15:36:00+02:00\" datatype=\"xsd:dateTime\" property=\"dc:date\" class=\"date-display-single\">",
            "message": "Text contrast of 3.84 with its background is less than the WCAG AA minimum requirements for text of size 11.2px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf25f4b59a22",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3fe32608"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"bg\" title=\"Voir les actualités de la catégorie La Commune\" href=\"/actualites/la-commune\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"bg\" title=\"Voir les actualités de la catégorie La Commune\" href=\"/actualites/la-commune\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a class=\"bg\" title=\"Voir les actualités de la catégorie La Commune\" href=\"/actualites/la-commune\">",
            "message": "Undersized target \"a\" does not have sufficient spacing of 12 CSS pixels from another target \"a\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"bg\" title=\"Voir les actualités de la catégorie La Commune\" href=\"/actualites/la-commune\">",
            "message": "Text contrast of 2.04 with its background is less than the WCAG AA minimum requirements for text of size 11.2px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Les bureaux de l'Administration communale seront fermés en ce 1er mai 2026 et il n'y aura pas de permanence Etat Civil / Population ce samedi 2 mai 2026\" href=\"/actualites/la-commune/les-bureaux-de-l-administration-communale-seront-fermes-en-ce-1er-mai-2026-et-il-n-y-aura-pas-de-permanence-etat-civil-population-ce-samedi-2-mai-2026\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a5a7ffe18508",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6ebcf4eb"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Les bureaux de l'Administration communale seront fermés en ce 1er mai 2026 et il n'y aura pas de permanence Etat Civil / Population ce samedi 2 mai 2026\" href=\"/actualites/la-commune/les-bureaux-de-l-administration-communale-seront-fermes-en-ce-1er-mai-2026-et-il-n-y-aura-pas-de-permanence-etat-civil-population-ce-samedi-2-mai-2026\">",
            "message": "Text contrast of 2.04 with its background is less than the WCAG AA minimum requirements for text of size 12.6px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "adbf0d4b7805",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-822109c6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/actualites/la-commune/arrete-de-police-relatif-a-la-fete-de-la-musique-des-1er-et-2-mai-2026-a-ham-sur-heure\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7cee2bbf3562",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-585168a8"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"/actualites/la-commune/arrete-de-police-relatif-a-la-fete-de-la-musique-des-1er-et-2-mai-2026-a-ham-sur-heure\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1dfd76140bd6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6533b1d9"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3 class=\"field-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/actualites/la-commune/arrete-de-police-relatif-a-la-fete-de-la-musique-des-1er-et-2-mai-2026-a-ham-sur-heure\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/actualites/la-commune/arrete-de-police-relatif-a-la-fete-de-la-musique-des-1er-et-2-mai-2026-a-ham-sur-heure\">",
            "message": "Text contrast of 2.04 with its background is less than the WCAG AA minimum requirements for text of size 16.8px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "42ebed776d57",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8137cc10"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span content=\"2026-04-29T11:08:00+02:00\" datatype=\"xsd:dateTime\" property=\"dc:date\" class=\"date-display-single\">",
            "message": "Text contrast of 3.84 with its background is less than the WCAG AA minimum requirements for text of size 11.2px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9268c076c4e8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-eb0ce99c"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"bg\" title=\"Voir les actualités de la catégorie La Commune\" href=\"/actualites/la-commune\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"bg\" title=\"Voir les actualités de la catégorie La Commune\" href=\"/actualites/la-commune\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"bg\" title=\"Voir les actualités de la catégorie La Commune\" href=\"/actualites/la-commune\">",
            "message": "Text contrast of 2.04 with its background is less than the WCAG AA minimum requirements for text of size 11.2px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Arrêté de police relatif à la Fête de la musique des 1er et 2 mai 2026 à Ham-sur-Heure\" href=\"/actualites/la-commune/arrete-de-police-relatif-a-la-fete-de-la-musique-des-1er-et-2-mai-2026-a-ham-sur-heure\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c81f83b0bf9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-175a20a0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Arrêté de police relatif à la Fête de la musique des 1er et 2 mai 2026 à Ham-sur-Heure\" href=\"/actualites/la-commune/arrete-de-police-relatif-a-la-fete-de-la-musique-des-1er-et-2-mai-2026-a-ham-sur-heure\">",
            "message": "Text contrast of 2.04 with its background is less than the WCAG AA minimum requirements for text of size 12.6px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "15cae3094f20",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2a73960e"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"button\" title=\"Voir toutes les actualités\" href=\"/actualites\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "961d30fd6d90",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-defb95fe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"button\" title=\"Voir toutes les actualités\" href=\"/actualites\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4da0c743da06",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c7ed37ea"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 class=\"pane-title\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2 class=\"pane-title\">",
            "message": "Text contrast of 3.60 with its background is less than the WCAG AA minimum requirements for text of size 15.4px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f0a02321518b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1ebd3cff"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3 class=\"field-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/agenda/6e-marche-des-partisans-d-art\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "72bf28bbccef",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-68fca865"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/agenda/6e-marche-des-partisans-d-art\">",
            "message": "Text contrast of 3.60 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d12ed47d8f22",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dee07a14"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3 class=\"field-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/agenda/atelier-citoyen-fabrication-de-produit-multi-usage\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "31f24315b9c8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-02d07957"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/agenda/atelier-citoyen-fabrication-de-produit-multi-usage\">",
            "message": "Text contrast of 2.04 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "393c1cefce04",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d965037f"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h3 class=\"field-content\">",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3 class=\"field-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/agenda/conference-seniors-mars-1919-chateau-de-ham-sur-heure-le-marechal-britannique-haig-rend-hommage-aux-dirigeants-belges-responsables-des-services-secrets-des-renseignements\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b713c3fcc9c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-67f7123f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/agenda/conference-seniors-mars-1919-chateau-de-ham-sur-heure-le-marechal-britannique-haig-rend-hommage-aux-dirigeants-belges-responsables-des-services-secrets-des-renseignements\">",
            "message": "Text contrast of 2.04 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6a2c8b845236",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cf7e00db"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3 class=\"field-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/agenda/kiosque-des-auteurs-dominique-costermans\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6fb6dc50fcbe",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6ae1af84"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/agenda/kiosque-des-auteurs-dominique-costermans\">",
            "message": "Text contrast of 2.04 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e11c527bdbed",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-56690a59"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3 class=\"field-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/agenda/conference-seniors-l-egypte-des-altesses\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e638bbb83f27",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-39a6e5a0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/agenda/conference-seniors-l-egypte-des-altesses\">",
            "message": "Text contrast of 2.04 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "846699e8d9d1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a1383159"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"button\" title=\"Voir l'agenda\" href=\"/agenda\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "49b97b04638a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cd8ea5da"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"button\" title=\"Voir l'agenda\" href=\"/agenda\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "283b5807e4a7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f6d8b9ab"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"button\" title=\"Voir l'agenda\" href=\"/agenda\">",
            "message": "Text contrast of 3.60 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d895b0e86d2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-02404783"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a rel=\"home\" title=\"Retour à la page d'accueil\" href=\"/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6a20ac64a1f9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8f77bd43"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a rel=\"home\" title=\"Retour à la page d'accueil\" href=\"/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "img_alt_redundant",
            "xpath": null,
            "html": "<img height=\"80px\" width=\"180px\" alt=\"Commune de Ham-sur-Heure-Nalinnes\" src=\"/sites/all/themes/hshn/images/ham-sur-heure-nalinnes-logo-footer2.gif\">",
            "message": "Link text is repeated in an image 'alt' value within the same link",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd7bd926da23",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-15ad427f"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"tel:+3271229340\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c64efa1eeb86",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-84f3d920"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"tel:+3271229340\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4952107f3232",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9d662b89"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"fax\">",
            "message": "Confirm this text '+32(0)71/21.91.06' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a62d47e28a8d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f8f68be6"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"mailto:courrier@ham-sur-heure-nalinnes.be\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eac6e94ad894",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6a951ea0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"mailto:courrier@ham-sur-heure-nalinnes.be\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"LemonCom - Events & Web Agency\" target=\"_blank\" href=\"http://www.lemoncom.be\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cfac6b96102c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ba63f87c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"LemonCom - Events & Web Agency\" target=\"_blank\" href=\"http://www.lemoncom.be\">",
            "message": "Text contrast of 2.32 with its background is less than the WCAG AA minimum requirements for text of size 11.2px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f00a0d9e97c3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-98be937a"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button class=\"agree-button eu-cookie-compliance-default-button\" type=\"button\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b24a4ba50b6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2cf983cd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"agree-button eu-cookie-compliance-default-button\" type=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dac08f5c2f07",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-71d84b47"
          }
        ],
        "outcomeCount": 2353,
        "uniqueFailedCount": 146,
        "duplicateFailedCount": 33,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 33
    },
    {
      "submittedUrl": "https://www.hensies.be/",
      "finalUrl": "https://www.hensies.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Administration Communale Hensies &#8211; Administration Communale Hensies",
      "elapsedMs": 23958,
      "error": null,
      "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": 3987,
          "failed": 41,
          "cantTell": 13,
          "inapplicable": 46
        },
        "failedRules": [
          "color-contrast",
          "landmark-contentinfo-is-top-level",
          "landmark-no-duplicate-contentinfo",
          "landmark-unique",
          "link-name",
          "meta-viewport",
          "region"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-command-name",
          "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",
          "avoid-inline-spacing",
          "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-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "role-img-alt",
          "skip-link",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".dt-nav-menu > .menu-item-94218.depth-0.menu-item-object-page > a[data-level=\"1\"] > .item-content > .menu-item-text > .menu-text",
            "html": "<span class=\"menu-text\">Actualités</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.66 (foreground color: #136fef, background color: #1b1d1f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".elementor-element-dce774a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "02749415e087",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-37ce444d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".dt-nav-menu > .menu-item-96536.menu-item-has-children.has-children > a[href=\"#\"][data-level=\"1\"] > .item-content > .menu-item-text > .menu-text",
            "html": "<span class=\"menu-text\">Ma Commune</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.66 (foreground color: #136fef, background color: #1b1d1f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".elementor-element-dce774a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cdb6109b1fab",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-41fe2aa7"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".dt-nav-menu > .menu-item-96587.menu-item-has-children.has-children > a[href=\"#\"][data-level=\"1\"] > .item-content > .menu-item-text > .menu-text",
            "html": "<span class=\"menu-text\">Vie Politique</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.66 (foreground color: #136fef, background color: #1b1d1f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".elementor-element-dce774a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb157fb98fc9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7d20b477"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".dt-nav-menu > .menu-item-94363.menu-item-has-children.has-children > a[href=\"#\"][data-level=\"1\"] > .item-content > .menu-item-text > .menu-text",
            "html": "<span class=\"menu-text\">Economie</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.66 (foreground color: #136fef, background color: #1b1d1f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".elementor-element-dce774a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41e24eaf632b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9b9485f9"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".dt-nav-menu > .menu-item-94362.depth-0.menu-item-object-page > a[data-level=\"1\"] > .item-content > .menu-item-text > .menu-text",
            "html": "<span class=\"menu-text\">Loisirs</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.66 (foreground color: #136fef, background color: #1b1d1f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".elementor-element-dce774a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5a27ed1964c6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-892fc80b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".dt-nav-menu > .menu-item-96828.menu-item-type-custom.menu-item-object-custom > a[data-level=\"1\"] > .item-content > .menu-item-text > .menu-text",
            "html": "<span class=\"menu-text\">E-Guichet</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.66 (foreground color: #136fef, background color: #1b1d1f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".elementor-element-dce774a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc760017b470",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e8f98eb0"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".dt-nav-menu > .menu-item-97622.last.menu-item-type-custom > a[data-level=\"1\"] > .item-content > .menu-item-text > .menu-text",
            "html": "<span class=\"menu-text\">Publications</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.66 (foreground color: #136fef, background color: #1b1d1f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".elementor-element-dce774a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e3ca25d4ec76",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f0693a8d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"police/\"][rel=\"noopener\"][target=\"_blank\"]",
            "html": "<a href=\"https://www.hensies.be/police/\" target=\"_blank\" rel=\"noopener\">Police</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.71 (foreground color: #0159d3, background color: #1b1d1f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".elementor-element-dce774a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fcfdf1d7a76d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-82464864"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"cultes/\"][rel=\"noopener\"][target=\"_blank\"]",
            "html": "<a href=\"https://www.hensies.be/cultes/\" target=\"_blank\" rel=\"noopener\">Cultes</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.71 (foreground color: #0159d3, background color: #1b1d1f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".elementor-element-dce774a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c90959f4174",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b6e6b3a7"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(3) > a[rel=\"noopener\"][target=\"_blank\"]",
            "html": "<a href=\"https://www.hensies.be/reglements-taxes/\" target=\"_blank\" rel=\"noopener\">Règlements-taxes</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.71 (foreground color: #0159d3, background color: #1b1d1f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".elementor-element-dce774a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "950ddad5da4d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0129f103"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"epn/\"][rel=\"noopener\"][target=\"_blank\"]",
            "html": "<a href=\"https://www.hensies.be/epn/\" target=\"_blank\" rel=\"noopener\">Maison de quartier – EPN</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.71 (foreground color: #0159d3, background color: #1b1d1f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".elementor-element-dce774a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b346d4fb7f9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4db8e11e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(5) > a[rel=\"noopener\"][target=\"_blank\"]",
            "html": "<a href=\"https://www.hensies.be/wp-content/uploads/2026/02/Calendrier-des-fetes-2026-.xls\" target=\"_blank\" rel=\"noopener\">Calendrier des fêtes</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.71 (foreground color: #0159d3, background color: #1b1d1f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".elementor-element-dce774a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a2dbc21009fa",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3fb088de"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(6) > a[rel=\"noopener\"][target=\"_blank\"]",
            "html": "<a href=\"https://www.hensies.be/declaration-sur-laccessibilite/\" target=\"_blank\" rel=\"noopener\">Déclaration sur l’accessibilité</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.71 (foreground color: #0159d3, background color: #1b1d1f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".elementor-element-dce774a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "afc6ba6a1354",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b6810f8e"
          },
          {
            "rule": "landmark-contentinfo-is-top-level",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-contentinfo-is-top-level?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".elementor-21569",
            "html": "<footer data-elementor-type=\"footer\" data-elementor-id=\"21569\" class=\"elementor elementor-21569 elementor-location-footer\" data-elementor-post-type=\"elementor_library\">",
            "message": "Contentinfo landmark should not be contained in another landmark",
            "fixSummary": "Fix any of the following:\n  The contentinfo landmark is contained in another landmark.",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "168b911a8db7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1d171b02"
          },
          {
            "rule": "landmark-no-duplicate-contentinfo",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-no-duplicate-contentinfo?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#footer",
            "html": "<footer id=\"footer\" class=\"footer solid-bg elementor-footer empty-footer\">",
            "message": "Document should not have more than one contentinfo landmark",
            "fixSummary": "Fix any of the following:\n  Document has more than one contentinfo landmark",
            "relatedPaths": [
              ".elementor-21569"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f8818882ade8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2c072ccb"
          },
          {
            "rule": "landmark-unique",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".the7-e-sticky-active > .elementor-column-gap-no.elementor-container > .elementor-element-e6970b7.elementor-col-33[data-id=\"e6970b7\"] > .elementor-widget-wrap.elementor-element-populated > .elementor-element-0b41c4b.sub-icon_align-side.sub-menu-position-tablet-justify > .elementor-widget-container > .horizontal-menu-wrap > .dt-nav-menu-horizontal--main.dt-nav-menu-horizontal__container.first-item-border-hide",
            "html": "<nav class=\"dt-nav-menu-horizontal--main dt-nav-menu-horizontal__container justify-content-fullwidth widget-divider-yes first-item-border-hide last-item-border-hide indicator-off\">",
            "message": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
            "fixSummary": "Fix any of the following:\n  The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable",
            "relatedPaths": [
              ".dt-nav-menu--main"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc0c8e09f9b0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6fa460a7"
          },
          {
            "rule": "landmark-unique",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#footer",
            "html": "<footer id=\"footer\" class=\"footer solid-bg elementor-footer empty-footer\">",
            "message": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
            "fixSummary": "Fix any of the following:\n  The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable",
            "relatedPaths": [
              ".elementor-21569"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab34205578a7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-76a8d2af"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".the7-e-sticky-active > .elementor-column-gap-no.elementor-container > .elementor-element-b0903f0.elementor-col-33[data-id=\"b0903f0\"] > .elementor-widget-wrap.elementor-element-populated > .elementor-element-10e1265.elementor-widget-image[data-id=\"10e1265\"] > .elementor-widget-container > a[href$=\"www.hensies.be\"]",
            "html": "<a href=\"https://www.hensies.be\">",
            "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": "e4a831b2d68a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dd6198f7"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".the7-e-sticky-active > .elementor-column-gap-no.elementor-container > .elementor-element-b0903f0.elementor-col-33[data-id=\"b0903f0\"] > .elementor-widget-wrap.elementor-element-populated > .elementor-element-a38cc30.elementor-absolute[data-id=\"a38cc30\"] > .elementor-widget-container > a[href$=\"www.hensies.be\"]",
            "html": "<a href=\"https://www.hensies.be\">\n\t\t\t\t\t\t\t<img width=\"300\" height=\"142\" src=\"https://www.hensies.be/wp-content/uploads/2024/10/hensies-logo-2-300x142-2.png\" class=\"attachment-full size-full wp-image-95425\" alt=\"\">\t\t\t\t\t\t\t\t</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": "dc1d66023562",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8bc6ae73"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".the7-e-sticky-active > .elementor-column-gap-no.elementor-container > .elementor-element-32bd4a2.elementor-col-33[data-id=\"32bd4a2\"] > .elementor-widget-wrap.elementor-element-populated > .elementor-element-92a8f09.elementor-widget-the7_icon_widget[data-id=\"92a8f09\"] > .elementor-widget-container > .the7-icon-wrapper.the7-elementor-widget > .elementor-icon",
            "html": "<a class=\"elementor-icon\" href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjUyMTU0IiwidG9nZ2xlIjpmYWxzZX0%3D\">",
            "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": "47335d5b3cbe",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-276a0746"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".post-id-98098.swiper-slide-duplicate-active[aria-label=\"1 / 5\"]:nth-child(1) > .the7-swiper-slide-inner > .e-loop-item-98098.post-98098.category-actualites > .elementor-element-47bc2cfc.elementor-top-section[data-id=\"47bc2cfc\"] > .elementor-column-gap-no.elementor-container > .elementor-element-72629b09.elementor-col-100[data-id=\"72629b09\"] > .elementor-widget-wrap.elementor-element-populated > .elementor-element-5644692.content-align-right[data-id=\"5644692\"] > .elementor-widget-container > .the7-image-container > .the7-image-wrapper.the7-transform-container.the7-elementor-widget > .layzr-bg-transparent.post-thumbnail-rollover.layzr-bg",
            "html": "<a class=\"post-thumbnail-rollover layzr-bg img-css-resize-wrapper layzr-bg-transparent\" href=\"https://www.hensies.be/strategie-genre-et-droits-des-femmes-2026-2029/\">",
            "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": "1a99288a3918",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-384f8250"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".post-id-98098.swiper-slide-active[aria-label=\"1 / 5\"] > .the7-swiper-slide-inner > .e-loop-item-98098.post-98098.category-actualites > .elementor-element-47bc2cfc.elementor-top-section[data-id=\"47bc2cfc\"] > .elementor-column-gap-no.elementor-container > .elementor-element-72629b09.elementor-col-100[data-id=\"72629b09\"] > .elementor-widget-wrap.elementor-element-populated > .elementor-element-5644692.content-align-right[data-id=\"5644692\"] > .elementor-widget-container > .the7-image-container > .the7-image-wrapper.the7-transform-container.the7-elementor-widget > .layzr-bg-transparent.post-thumbnail-rollover.layzr-bg",
            "html": "<a class=\"post-thumbnail-rollover layzr-bg img-css-resize-wrapper layzr-bg-transparent\" href=\"https://www.hensies.be/strategie-genre-et-droits-des-femmes-2026-2029/\">",
            "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": "f056f49e0cb5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1c00e46d"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".post-id-98098.swiper-slide-duplicate-active[aria-label=\"1 / 5\"]:nth-child(11) > .the7-swiper-slide-inner > .e-loop-item-98098.post-98098.category-actualites > .elementor-element-47bc2cfc.elementor-top-section[data-id=\"47bc2cfc\"] > .elementor-column-gap-no.elementor-container > .elementor-element-72629b09.elementor-col-100[data-id=\"72629b09\"] > .elementor-widget-wrap.elementor-element-populated > .elementor-element-5644692.content-align-right[data-id=\"5644692\"] > .elementor-widget-container > .the7-image-container > .the7-image-wrapper.the7-transform-container.the7-elementor-widget > .layzr-bg-transparent.post-thumbnail-rollover.layzr-bg",
            "html": "<a class=\"post-thumbnail-rollover layzr-bg img-css-resize-wrapper layzr-bg-transparent\" href=\"https://www.hensies.be/strategie-genre-et-droits-des-femmes-2026-2029/\">",
            "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": "43a7c3ee0ed4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dd114ee7"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".post-id-98041.swiper-slide-duplicate-active[aria-label=\"1 / 5\"]:nth-child(1) > .the7-swiper-slide-inner > .e-loop-item-98041.post-98041.category-agenda > .elementor-element-47bc2cfc.elementor-top-section[data-id=\"47bc2cfc\"] > .elementor-column-gap-no.elementor-container > .elementor-element-72629b09.elementor-col-100[data-id=\"72629b09\"] > .elementor-widget-wrap.elementor-element-populated > .elementor-element-5644692.content-align-right[data-id=\"5644692\"] > .elementor-widget-container > .the7-image-container > .the7-image-wrapper.the7-transform-container.the7-elementor-widget > .layzr-bg-transparent.post-thumbnail-rollover.layzr-bg",
            "html": "<a class=\"post-thumbnail-rollover layzr-bg img-css-resize-wrapper layzr-bg-transparent\" href=\"https://www.hensies.be/50-eme-anniversaire-de-la-fermeture-des-charbonnages-de-hensies-pommeroeul-les-28-et-29-mars/\">",
            "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": "0a85d81f4384",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-72d74e25"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".post-id-98025.swiper-slide-duplicate-next[aria-label=\"2 / 5\"]:nth-child(2) > .the7-swiper-slide-inner > .e-loop-item-98025.post-98025.category-agenda > .elementor-element-47bc2cfc.elementor-top-section[data-id=\"47bc2cfc\"] > .elementor-column-gap-no.elementor-container > .elementor-element-72629b09.elementor-col-100[data-id=\"72629b09\"] > .elementor-widget-wrap.elementor-element-populated > .elementor-element-5644692.content-align-right[data-id=\"5644692\"] > .elementor-widget-container > .the7-image-container > .the7-image-wrapper.the7-transform-container.the7-elementor-widget > .post-thumbnail-rollover.layzr-bg.img-css-resize-wrapper",
            "html": "<a class=\"post-thumbnail-rollover layzr-bg img-css-resize-wrapper\" href=\"https://www.hensies.be/operation-arc-en-ciel-1415-mars-2026/\">",
            "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": "98cb54703c43",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-48326839"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".post-id-97933[aria-label=\"3 / 5\"][data-swiper-slide-index=\"2\"]:nth-child(3) > .the7-swiper-slide-inner > .e-loop-item-97933.post-97933.category-agenda > .elementor-element-47bc2cfc.elementor-top-section[data-id=\"47bc2cfc\"] > .elementor-column-gap-no.elementor-container > .elementor-element-72629b09.elementor-col-100[data-id=\"72629b09\"] > .elementor-widget-wrap.elementor-element-populated > .elementor-element-5644692.content-align-right[data-id=\"5644692\"] > .elementor-widget-container > .the7-image-container > .the7-image-wrapper.the7-transform-container.the7-elementor-widget > .post-thumbnail-rollover.layzr-bg.img-css-resize-wrapper",
            "html": "<a class=\"post-thumbnail-rollover layzr-bg img-css-resize-wrapper\" href=\"https://www.hensies.be/concert-de-nouvel-an-a-thulin-17-janvier/\">",
            "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": "f69dee8cf832",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-758764a9"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".post-id-97929[aria-label=\"4 / 5\"][data-swiper-slide-index=\"3\"]:nth-child(4) > .the7-swiper-slide-inner > .e-loop-item-97929.post-97929.category-agenda > .elementor-element-47bc2cfc.elementor-top-section[data-id=\"47bc2cfc\"] > .elementor-column-gap-no.elementor-container > .elementor-element-72629b09.elementor-col-100[data-id=\"72629b09\"] > .elementor-widget-wrap.elementor-element-populated > .elementor-element-5644692.content-align-right[data-id=\"5644692\"] > .elementor-widget-container > .the7-image-container > .the7-image-wrapper.the7-transform-container.the7-elementor-widget > .post-thumbnail-rollover.layzr-bg.img-css-resize-wrapper",
            "html": "<a class=\"post-thumbnail-rollover layzr-bg img-css-resize-wrapper\" href=\"https://www.hensies.be/concert-de-noel-a-thulin-14-decembre/\">",
            "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": "3b0a3ee2766d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ce7d7854"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".post-id-97908.swiper-slide-prev[aria-label=\"5 / 5\"] > .the7-swiper-slide-inner > .e-loop-item-97908.post-97908.category-agenda > .elementor-element-47bc2cfc.elementor-top-section[data-id=\"47bc2cfc\"] > .elementor-column-gap-no.elementor-container > .elementor-element-72629b09.elementor-col-100[data-id=\"72629b09\"] > .elementor-widget-wrap.elementor-element-populated > .elementor-element-5644692.content-align-right[data-id=\"5644692\"] > .elementor-widget-container > .the7-image-container > .the7-image-wrapper.the7-transform-container.the7-elementor-widget > .post-thumbnail-rollover.layzr-bg.img-css-resize-wrapper",
            "html": "<a class=\"post-thumbnail-rollover layzr-bg img-css-resize-wrapper\" href=\"https://www.hensies.be/marche-de-noel-de-mons-et-visite-du-beffroi-samedi-13-decembre/\">",
            "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": "f8271f89753f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4c55585c"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".post-id-98041.swiper-slide-active[aria-label=\"1 / 5\"] > .the7-swiper-slide-inner > .e-loop-item-98041.post-98041.category-agenda > .elementor-element-47bc2cfc.elementor-top-section[data-id=\"47bc2cfc\"] > .elementor-column-gap-no.elementor-container > .elementor-element-72629b09.elementor-col-100[data-id=\"72629b09\"] > .elementor-widget-wrap.elementor-element-populated > .elementor-element-5644692.content-align-right[data-id=\"5644692\"] > .elementor-widget-container > .the7-image-container > .the7-image-wrapper.the7-transform-container.the7-elementor-widget > .layzr-bg-transparent.post-thumbnail-rollover.layzr-bg",
            "html": "<a class=\"post-thumbnail-rollover layzr-bg img-css-resize-wrapper layzr-bg-transparent\" href=\"https://www.hensies.be/50-eme-anniversaire-de-la-fermeture-des-charbonnages-de-hensies-pommeroeul-les-28-et-29-mars/\">",
            "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": "b04e2314649e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dae00a3a"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".post-id-98025.swiper-slide-next[aria-label=\"2 / 5\"] > .the7-swiper-slide-inner > .e-loop-item-98025.post-98025.category-agenda > .elementor-element-47bc2cfc.elementor-top-section[data-id=\"47bc2cfc\"] > .elementor-column-gap-no.elementor-container > .elementor-element-72629b09.elementor-col-100[data-id=\"72629b09\"] > .elementor-widget-wrap.elementor-element-populated > .elementor-element-5644692.content-align-right[data-id=\"5644692\"] > .elementor-widget-container > .the7-image-container > .the7-image-wrapper.the7-transform-container.the7-elementor-widget > .post-thumbnail-rollover.layzr-bg.img-css-resize-wrapper",
            "html": "<a class=\"post-thumbnail-rollover layzr-bg img-css-resize-wrapper\" href=\"https://www.hensies.be/operation-arc-en-ciel-1415-mars-2026/\">",
            "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": "e8eae8e3e9bc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fb3256f9"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".post-id-97933[aria-label=\"3 / 5\"][data-swiper-slide-index=\"2\"]:nth-child(8) > .the7-swiper-slide-inner > .e-loop-item-97933.post-97933.category-agenda > .elementor-element-47bc2cfc.elementor-top-section[data-id=\"47bc2cfc\"] > .elementor-column-gap-no.elementor-container > .elementor-element-72629b09.elementor-col-100[data-id=\"72629b09\"] > .elementor-widget-wrap.elementor-element-populated > .elementor-element-5644692.content-align-right[data-id=\"5644692\"] > .elementor-widget-container > .the7-image-container > .the7-image-wrapper.the7-transform-container.the7-elementor-widget > .post-thumbnail-rollover.layzr-bg.img-css-resize-wrapper",
            "html": "<a class=\"post-thumbnail-rollover layzr-bg img-css-resize-wrapper\" href=\"https://www.hensies.be/concert-de-nouvel-an-a-thulin-17-janvier/\">",
            "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": "510aa313df51",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a474e7e4"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".post-id-97929[aria-label=\"4 / 5\"][data-swiper-slide-index=\"3\"]:nth-child(9) > .the7-swiper-slide-inner > .e-loop-item-97929.post-97929.category-agenda > .elementor-element-47bc2cfc.elementor-top-section[data-id=\"47bc2cfc\"] > .elementor-column-gap-no.elementor-container > .elementor-element-72629b09.elementor-col-100[data-id=\"72629b09\"] > .elementor-widget-wrap.elementor-element-populated > .elementor-element-5644692.content-align-right[data-id=\"5644692\"] > .elementor-widget-container > .the7-image-container > .the7-image-wrapper.the7-transform-container.the7-elementor-widget > .post-thumbnail-rollover.layzr-bg.img-css-resize-wrapper",
            "html": "<a class=\"post-thumbnail-rollover layzr-bg img-css-resize-wrapper\" href=\"https://www.hensies.be/concert-de-noel-a-thulin-14-decembre/\">",
            "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": "6912d580d079",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-116968cf"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".post-id-97908.swiper-slide-duplicate-prev[aria-label=\"5 / 5\"] > .the7-swiper-slide-inner > .e-loop-item-97908.post-97908.category-agenda > .elementor-element-47bc2cfc.elementor-top-section[data-id=\"47bc2cfc\"] > .elementor-column-gap-no.elementor-container > .elementor-element-72629b09.elementor-col-100[data-id=\"72629b09\"] > .elementor-widget-wrap.elementor-element-populated > .elementor-element-5644692.content-align-right[data-id=\"5644692\"] > .elementor-widget-container > .the7-image-container > .the7-image-wrapper.the7-transform-container.the7-elementor-widget > .post-thumbnail-rollover.layzr-bg.img-css-resize-wrapper",
            "html": "<a class=\"post-thumbnail-rollover layzr-bg img-css-resize-wrapper\" href=\"https://www.hensies.be/marche-de-noel-de-mons-et-visite-du-beffroi-samedi-13-decembre/\">",
            "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": "df099b376f61",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b2bc1582"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".post-id-98041.swiper-slide-duplicate-active[aria-label=\"1 / 5\"]:nth-child(11) > .the7-swiper-slide-inner > .e-loop-item-98041.post-98041.category-agenda > .elementor-element-47bc2cfc.elementor-top-section[data-id=\"47bc2cfc\"] > .elementor-column-gap-no.elementor-container > .elementor-element-72629b09.elementor-col-100[data-id=\"72629b09\"] > .elementor-widget-wrap.elementor-element-populated > .elementor-element-5644692.content-align-right[data-id=\"5644692\"] > .elementor-widget-container > .the7-image-container > .the7-image-wrapper.the7-transform-container.the7-elementor-widget > .layzr-bg-transparent.post-thumbnail-rollover.layzr-bg",
            "html": "<a class=\"post-thumbnail-rollover layzr-bg img-css-resize-wrapper layzr-bg-transparent\" href=\"https://www.hensies.be/50-eme-anniversaire-de-la-fermeture-des-charbonnages-de-hensies-pommeroeul-les-28-et-29-mars/\">",
            "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": "2fd69833092b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c6cdbc6e"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".post-id-98025.swiper-slide-duplicate-next[aria-label=\"2 / 5\"]:nth-child(12) > .the7-swiper-slide-inner > .e-loop-item-98025.post-98025.category-agenda > .elementor-element-47bc2cfc.elementor-top-section[data-id=\"47bc2cfc\"] > .elementor-column-gap-no.elementor-container > .elementor-element-72629b09.elementor-col-100[data-id=\"72629b09\"] > .elementor-widget-wrap.elementor-element-populated > .elementor-element-5644692.content-align-right[data-id=\"5644692\"] > .elementor-widget-container > .the7-image-container > .the7-image-wrapper.the7-transform-container.the7-elementor-widget > .post-thumbnail-rollover.layzr-bg.img-css-resize-wrapper",
            "html": "<a class=\"post-thumbnail-rollover layzr-bg img-css-resize-wrapper\" href=\"https://www.hensies.be/operation-arc-en-ciel-1415-mars-2026/\">",
            "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": "8f0426000c11",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9af8b10c"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".post-id-97933[aria-label=\"3 / 5\"][data-swiper-slide-index=\"2\"]:nth-child(13) > .the7-swiper-slide-inner > .e-loop-item-97933.post-97933.category-agenda > .elementor-element-47bc2cfc.elementor-top-section[data-id=\"47bc2cfc\"] > .elementor-column-gap-no.elementor-container > .elementor-element-72629b09.elementor-col-100[data-id=\"72629b09\"] > .elementor-widget-wrap.elementor-element-populated > .elementor-element-5644692.content-align-right[data-id=\"5644692\"] > .elementor-widget-container > .the7-image-container > .the7-image-wrapper.the7-transform-container.the7-elementor-widget > .post-thumbnail-rollover.layzr-bg.img-css-resize-wrapper",
            "html": "<a class=\"post-thumbnail-rollover layzr-bg img-css-resize-wrapper\" href=\"https://www.hensies.be/concert-de-nouvel-an-a-thulin-17-janvier/\">",
            "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": "de3ae7651896",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4bb386f7"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".post-id-97929[aria-label=\"4 / 5\"][data-swiper-slide-index=\"3\"]:nth-child(14) > .the7-swiper-slide-inner > .e-loop-item-97929.post-97929.category-agenda > .elementor-element-47bc2cfc.elementor-top-section[data-id=\"47bc2cfc\"] > .elementor-column-gap-no.elementor-container > .elementor-element-72629b09.elementor-col-100[data-id=\"72629b09\"] > .elementor-widget-wrap.elementor-element-populated > .elementor-element-5644692.content-align-right[data-id=\"5644692\"] > .elementor-widget-container > .the7-image-container > .the7-image-wrapper.the7-transform-container.the7-elementor-widget > .post-thumbnail-rollover.layzr-bg.img-css-resize-wrapper",
            "html": "<a class=\"post-thumbnail-rollover layzr-bg img-css-resize-wrapper\" href=\"https://www.hensies.be/concert-de-noel-a-thulin-14-decembre/\">",
            "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": "7640ea40ec12",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4b9ea687"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".post-id-97908[aria-label=\"5 / 5\"][data-swiper-slide-index=\"4\"]:nth-child(15) > .the7-swiper-slide-inner > .e-loop-item-97908.post-97908.category-agenda > .elementor-element-47bc2cfc.elementor-top-section[data-id=\"47bc2cfc\"] > .elementor-column-gap-no.elementor-container > .elementor-element-72629b09.elementor-col-100[data-id=\"72629b09\"] > .elementor-widget-wrap.elementor-element-populated > .elementor-element-5644692.content-align-right[data-id=\"5644692\"] > .elementor-widget-container > .the7-image-container > .the7-image-wrapper.the7-transform-container.the7-elementor-widget > .post-thumbnail-rollover.layzr-bg.img-css-resize-wrapper",
            "html": "<a class=\"post-thumbnail-rollover layzr-bg img-css-resize-wrapper\" href=\"https://www.hensies.be/marche-de-noel-de-mons-et-visite-du-beffroi-samedi-13-decembre/\">",
            "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": "5075ddb1e827",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f446212e"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "a[rel=\"nofollow\"]",
            "html": "<a class=\"elementor-icon\" href=\"https://www.facebook.com/hensies\" target=\"_blank\" rel=\"nofollow\"></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": "0d59272b0888",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9f5160cf"
          },
          {
            "rule": "meta-viewport",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport?application=playwright",
            "impact": "moderate",
            "wcagSc": [
              "wcag2aa",
              "wcag144"
            ],
            "xpath": "meta[name=\"viewport\"]",
            "html": "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0\">",
            "message": "Zooming and scaling must not be disabled",
            "fixSummary": "Fix any of the following:\n  user-scalable on <meta> tag disables zooming on mobile devices",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "52feb29073e6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-98527d57"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".scroll-top",
            "html": "<a href=\"#\" class=\"scroll-top scroll-top-elementor-icon \">\n\t\t\t\t\t\t\t\t<span class=\"screen-reader-text\">Aller en haut</span>\n\t\t\t</a>",
            "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": "8a1dfe66b5f8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fd7a6640"
          }
        ],
        "outcomeCount": 4087,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 41
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 11013,
          "failed": 276,
          "cantTell": 221,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_attribute_valid",
          "aria_content_in_landmark",
          "aria_contentinfo_label_unique",
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_id_unique",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "input_label_visible",
          "label_name_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "svg_graphics_labelled",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<html style=\"--the7-vh: 6px;\" class=\"js supports no-touchevents no-forcetouch objectfit object-fit cssanimations no-cssgridlegacy cssgrid cssfilters csstransforms csstransforms3d csstransitions mobile-false not-iOS\" lang=\"fr-FR\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "798f574b8814",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4432bff3"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style id=\"wp-emoji-styles-inline-css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0a572572c55",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-df2e958f"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"#content\" class=\"skip-link screen-reader-text\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d6b68617baa",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f2c3bb97"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjczNjg5IiwidG9nZ2xlIjpmYWxzZX0%3D\" class=\"elementor-icon\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc10a3ff33bb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fadd4f6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjczNjg5IiwidG9nZ2xlIjpmYWxzZX0%3D\" class=\"elementor-icon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b19fcca7de02",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dbacca7c"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjczNjg5IiwidG9nZ2xlIjpmYWxzZX0%3D\" class=\"elementor-icon\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "20f0955cef74",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b7a7ce77"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xml:space=\"preserve\" style=\"enable-background:new 0 0 20 20;\" viewBox=\"0 0 20 20\" y=\"0px\" x=\"0px\" id=\"Layer_1\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.w3.org/2000/svg\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "14697f3c3eda",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b62a520c"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<svg xml:space=\"preserve\" style=\"enable-background:new 0 0 20 20;\" viewBox=\"0 0 20 20\" y=\"0px\" x=\"0px\" id=\"Layer_1\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.w3.org/2000/svg\">",
            "message": "The <svg> element has the id \"Layer_1\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7b58a42a1a9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-075e3469"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.hensies.be\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f3800d11e37",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d4f69cb4"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.hensies.be\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9709067f0c71",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6fb94b49"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.hensies.be\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.hensies.be\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjUyMTU0IiwidG9nZ2xlIjpmYWxzZX0%3D\" class=\"elementor-icon\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff020a7e628c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c59dffde"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjUyMTU0IiwidG9nZ2xlIjpmYWxzZX0%3D\" class=\"elementor-icon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "49fd24bb245a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5a603ef0"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjUyMTU0IiwidG9nZ2xlIjpmYWxzZX0%3D\" class=\"elementor-icon\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b2b019a82666",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1432fabd"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xml:space=\"preserve\" style=\"enable-background:new 0 0 48 48;\" viewBox=\"0 0 48 48\" y=\"0px\" x=\"0px\" id=\"Layer_1\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.w3.org/2000/svg\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ec524d0901c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-40254062"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<svg xml:space=\"preserve\" style=\"enable-background:new 0 0 48 48;\" viewBox=\"0 0 48 48\" y=\"0px\" x=\"0px\" id=\"Layer_1\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.w3.org/2000/svg\">",
            "message": "The <svg> element has the id \"Layer_1\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "31c3bbd279bb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9329ea98"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.sylvainb.eu/shop-default-page/shop-my-account/\" class=\"the7-login-wrapper the7-elementor-widget\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "52d5df027b4c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-35ca97f3"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.sylvainb.eu/shop-default-page/shop-my-account/\" class=\"the7-login-wrapper the7-elementor-widget\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3c08cfd0bfaf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a2102acc"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xml:space=\"preserve\" style=\"enable-background:new 0 0 48 48;\" viewBox=\"0 0 48 48\" y=\"0px\" x=\"0px\" id=\"Layer_1\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.w3.org/2000/svg\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<svg xml:space=\"preserve\" style=\"enable-background:new 0 0 48 48;\" viewBox=\"0 0 48 48\" y=\"0px\" x=\"0px\" id=\"Layer_1\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.w3.org/2000/svg\">",
            "message": "The <svg> element has the id \"Layer_1\" that is already in use",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h6 class=\"the7-heading-title elementor-size-default\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 50px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "442719ff6512",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-58c3a009"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<div aria-label=\"Previous slide\" tabindex=\"0\" role=\"button\" class=\"elementor-swiper-button elementor-swiper-button-prev\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e950c7b063e5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-932d025d"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<div aria-label=\"Next slide\" tabindex=\"0\" role=\"button\" class=\"elementor-swiper-button elementor-swiper-button-next\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d3f94cf82de5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ea0a7fc1"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "51db41203d18",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f459bb78"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.hensies.be/strategie-genre-et-droits-des-femmes-2026-2029/\" class=\"post-thumbnail-rollover layzr-bg img-css-resize-wrapper layzr-bg-transparent\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e663ba9bea17",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-131ab682"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.hensies.be/strategie-genre-et-droits-des-femmes-2026-2029/\" class=\"post-thumbnail-rollover layzr-bg img-css-resize-wrapper layzr-bg-transparent\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e2726cf691e9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cd2e0278"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.hensies.be/strategie-genre-et-droits-des-femmes-2026-2029/\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8809a285ff1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4d0c9321"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"box-button elementor-button elementor-size-md\" href=\"https://www.hensies.be/strategie-genre-et-droits-des-femmes-2026-2029/\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "96851fab3bdc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-00b46a2d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"box-button elementor-button elementor-size-md\" href=\"https://www.hensies.be/strategie-genre-et-droits-des-femmes-2026-2029/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b2142d23438",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4d200430"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.hensies.be/avis-denquete-publique-urbanisme/\" class=\"post-thumbnail-rollover layzr-bg img-css-resize-wrapper layzr-bg-transparent\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d2fe9a0a1976",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-32d115a4"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.hensies.be/avis-denquete-publique-urbanisme/\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eebbd4358c87",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4f0998e6"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"box-button elementor-button elementor-size-md\" href=\"https://www.hensies.be/avis-denquete-publique-urbanisme/\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8f9cddb7428",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-16587c27"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"box-button elementor-button elementor-size-md\" href=\"https://www.hensies.be/avis-denquete-publique-urbanisme/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eff3bb09ccad",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5e02ba35"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.hensies.be/avis-a-la-population-pour-la-vente-du-materiel-aquatique/\" class=\"post-thumbnail-rollover layzr-bg img-css-resize-wrapper layzr-bg-transparent\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b0e1c582202",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6f6d6cdf"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.hensies.be/avis-a-la-population-pour-la-vente-du-materiel-aquatique/\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bed5c55f90e9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0df3022e"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"box-button elementor-button elementor-size-md\" href=\"https://www.hensies.be/avis-a-la-population-pour-la-vente-du-materiel-aquatique/\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "72c71eecb966",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1c961ab5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"box-button elementor-button elementor-size-md\" href=\"https://www.hensies.be/avis-a-la-population-pour-la-vente-du-materiel-aquatique/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9470bc312fd2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6fdcd958"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.hensies.be/fermeture-administration-communale/\" class=\"post-thumbnail-rollover layzr-bg img-css-resize-wrapper layzr-bg-transparent\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "255bc200bcf3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4511b883"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.hensies.be/fermeture-administration-communale/\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fca82e8b01ab",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-88c806af"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"box-button elementor-button elementor-size-md\" href=\"https://www.hensies.be/fermeture-administration-communale/\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a9b9df2982cb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-73f17fc8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"box-button elementor-button elementor-size-md\" href=\"https://www.hensies.be/fermeture-administration-communale/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d42673f6de0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bc4a328d"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.hensies.be/permis-denvironnement-temporaire-autocrosspe2-2026-002/\" class=\"post-thumbnail-rollover layzr-bg img-css-resize-wrapper layzr-bg-transparent\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b3d2d66a152",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4cb39909"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.hensies.be/permis-denvironnement-temporaire-autocrosspe2-2026-002/\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "642c610b10fd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-303278b7"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"box-button elementor-button elementor-size-md\" href=\"https://www.hensies.be/permis-denvironnement-temporaire-autocrosspe2-2026-002/\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "76325e246f16",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-74371476"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"box-button elementor-button elementor-size-md\" href=\"https://www.hensies.be/permis-denvironnement-temporaire-autocrosspe2-2026-002/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c937c02359df",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b5f2f45c"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<style id=\"loop-89056\">",
            "message": "The <style> element has the id \"loop-89056\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c0c3d72730e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-188077b7"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.hensies.be/strategie-genre-et-droits-des-femmes-2026-2029/\" class=\"post-thumbnail-rollover layzr-bg img-css-resize-wrapper layzr-bg-transparent\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"box-button elementor-button elementor-size-md\" href=\"https://www.hensies.be/strategie-genre-et-droits-des-femmes-2026-2029/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"box-button elementor-button elementor-size-md\" href=\"https://www.hensies.be/avis-denquete-publique-urbanisme/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"box-button elementor-button elementor-size-md\" href=\"https://www.hensies.be/avis-a-la-population-pour-la-vente-du-materiel-aquatique/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"box-button elementor-button elementor-size-md\" href=\"https://www.hensies.be/fermeture-administration-communale/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"box-button elementor-button elementor-size-md\" href=\"https://www.hensies.be/permis-denvironnement-temporaire-autocrosspe2-2026-002/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<style id=\"loop-89056\">",
            "message": "The <style> element has the id \"loop-89056\" that is already in use",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.hensies.be/strategie-genre-et-droits-des-femmes-2026-2029/\" class=\"post-thumbnail-rollover layzr-bg img-css-resize-wrapper layzr-bg-transparent\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"box-button elementor-button elementor-size-md\" href=\"https://www.hensies.be/strategie-genre-et-droits-des-femmes-2026-2029/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"box-button elementor-button elementor-size-md\" href=\"https://www.hensies.be/avis-denquete-publique-urbanisme/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"box-button elementor-button elementor-size-md\" href=\"https://www.hensies.be/avis-a-la-population-pour-la-vente-du-materiel-aquatique/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"box-button elementor-button elementor-size-md\" href=\"https://www.hensies.be/fermeture-administration-communale/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"box-button elementor-button elementor-size-md\" href=\"https://www.hensies.be/permis-denvironnement-temporaire-autocrosspe2-2026-002/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button aria-current=\"true\" tabindex=\"0\" aria-label=\"Go to slide 01\" class=\"owl-dot active\" role=\"button\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "92c950c0004f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6e8b7aab"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button aria-current=\"true\" tabindex=\"0\" aria-label=\"Go to slide 01\" class=\"owl-dot active\" role=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9032f4fed667",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2f0aaa96"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<button aria-current=\"true\" tabindex=\"0\" aria-label=\"Go to slide 01\" class=\"owl-dot active\" role=\"button\">",
            "message": "Undersized target \"button\" does not have sufficient spacing of 12 CSS pixels from another target \"button\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "77e4f88c8420",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d5c0472d"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-current=\"true\" tabindex=\"0\" aria-label=\"Go to slide 01\" class=\"owl-dot active\" role=\"button\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "411e0a442cbb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bdb42816"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button tabindex=\"0\" aria-label=\"Go to slide 11\" class=\"owl-dot\" role=\"button\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d533a7503275",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fe97b829"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" aria-label=\"Go to slide 11\" class=\"owl-dot\" role=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cfcfdae4aae0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8111e40a"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"0\" aria-label=\"Go to slide 11\" class=\"owl-dot\" role=\"button\">",
            "message": "Undersized target \"button\" does not have sufficient spacing of 12 CSS pixels from another target \"button\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e3a4c8a6c23f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-22db05ad"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" aria-label=\"Go to slide 11\" class=\"owl-dot\" role=\"button\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "269dfcaa9fc2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-45c44865"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button tabindex=\"0\" aria-label=\"Go to slide 21\" class=\"owl-dot\" role=\"button\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8df1d170fcc3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bd508fe7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" aria-label=\"Go to slide 21\" class=\"owl-dot\" role=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3722659103fe",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c6e3c5b6"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"0\" aria-label=\"Go to slide 21\" class=\"owl-dot\" role=\"button\">",
            "message": "Undersized target \"button\" does not have sufficient spacing of 12 CSS pixels from another target \"button\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "23ad58b9708e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-41fb5ff8"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" aria-label=\"Go to slide 21\" class=\"owl-dot\" role=\"button\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "62e5fa4882fd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bbf92cc8"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button tabindex=\"0\" aria-label=\"Go to slide 31\" class=\"owl-dot\" role=\"button\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b9cdcc31412",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-04eaaaf4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" aria-label=\"Go to slide 31\" class=\"owl-dot\" role=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b97c2f91415d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fca15e19"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"0\" aria-label=\"Go to slide 31\" class=\"owl-dot\" role=\"button\">",
            "message": "Undersized target \"button\" does not have sufficient spacing of 12 CSS pixels from another target \"button\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "feaba5ba05fa",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c0dcb08e"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" aria-label=\"Go to slide 31\" class=\"owl-dot\" role=\"button\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "37320be61364",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f66a4c97"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button tabindex=\"0\" aria-label=\"Go to slide 41\" class=\"owl-dot\" role=\"button\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b30934ee893",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d558100b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" aria-label=\"Go to slide 41\" class=\"owl-dot\" role=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "efccf8405e21",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ecc88f00"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"0\" aria-label=\"Go to slide 41\" class=\"owl-dot\" role=\"button\">",
            "message": "Undersized target \"button\" does not have sufficient spacing of 12 CSS pixels from another target \"button\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d13c4ffff1b4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bb68f1bd"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" aria-label=\"Go to slide 41\" class=\"owl-dot\" role=\"button\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed5529251c6e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d138cead"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<div aria-controls=\"swiper-wrapper-fcf0613ebb1375f5\" aria-label=\"Previous slide\" role=\"button\" tabindex=\"0\" class=\"the7-swiper-button the7-swiper-button-prev elementor-icon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d2c4df5a188f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5828a394"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<svg xml:space=\"preserve\" style=\"enable-background:new 0 0 16 16;\" viewBox=\"0 0 16 16\" y=\"0px\" x=\"0px\" id=\"Layer_1\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.w3.org/2000/svg\">",
            "message": "The <svg> element has the id \"Layer_1\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ffd4ec296e4b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-386d93ef"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<div aria-controls=\"swiper-wrapper-fcf0613ebb1375f5\" aria-label=\"Next slide\" role=\"button\" tabindex=\"0\" class=\"the7-swiper-button the7-swiper-button-next elementor-icon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d64916e6625",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1c37f370"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<svg xml:space=\"preserve\" style=\"enable-background:new 0 0 16 16;\" viewBox=\"0 0 16 16\" y=\"0px\" x=\"0px\" id=\"Layer_1\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.w3.org/2000/svg\">",
            "message": "The <svg> element has the id \"Layer_1\" that is already in use",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.hensies.be/50-eme-anniversaire-de-la-fermeture-des-charbonnages-de-hensies-pommeroeul-les-28-et-29-mars/\" class=\"post-thumbnail-rollover layzr-bg img-css-resize-wrapper layzr-bg-transparent\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0610bd8cc4b6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4f3a849e"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.hensies.be/50-eme-anniversaire-de-la-fermeture-des-charbonnages-de-hensies-pommeroeul-les-28-et-29-mars/\" class=\"post-thumbnail-rollover layzr-bg img-css-resize-wrapper layzr-bg-transparent\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7a7bb7ba0d5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b6ac4a78"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.hensies.be/50-eme-anniversaire-de-la-fermeture-des-charbonnages-de-hensies-pommeroeul-les-28-et-29-mars/\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd3fcf2dca87",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a15c1216"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"box-button elementor-button elementor-size-md\" href=\"https://www.hensies.be/50-eme-anniversaire-de-la-fermeture-des-charbonnages-de-hensies-pommeroeul-les-28-et-29-mars/\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8be1c26c5a7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bdb5fd71"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"box-button elementor-button elementor-size-md\" href=\"https://www.hensies.be/50-eme-anniversaire-de-la-fermeture-des-charbonnages-de-hensies-pommeroeul-les-28-et-29-mars/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b41b608202b7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c53bd95c"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.hensies.be/operation-arc-en-ciel-1415-mars-2026/\" class=\"post-thumbnail-rollover layzr-bg img-css-resize-wrapper\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "950b4d8a9cad",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d93a0888"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.hensies.be/operation-arc-en-ciel-1415-mars-2026/\" class=\"post-thumbnail-rollover layzr-bg img-css-resize-wrapper\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "816c7e4ecff9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8cf23909"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.hensies.be/operation-arc-en-ciel-1415-mars-2026/\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a391e78734d3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-63b9c473"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"box-button elementor-button elementor-size-md\" href=\"https://www.hensies.be/operation-arc-en-ciel-1415-mars-2026/\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a6d4122436d2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ae8e1893"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"box-button elementor-button elementor-size-md\" href=\"https://www.hensies.be/operation-arc-en-ciel-1415-mars-2026/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "88bda149fca6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3a9fdd53"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.hensies.be/concert-de-nouvel-an-a-thulin-17-janvier/\" class=\"post-thumbnail-rollover layzr-bg img-css-resize-wrapper\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "88db2765860f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bd8654c0"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.hensies.be/concert-de-nouvel-an-a-thulin-17-janvier/\" class=\"post-thumbnail-rollover layzr-bg img-css-resize-wrapper\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11b68b20411a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5a3365e5"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.hensies.be/concert-de-nouvel-an-a-thulin-17-janvier/\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b8c1850207e3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c7eac815"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"box-button elementor-button elementor-size-md\" href=\"https://www.hensies.be/concert-de-nouvel-an-a-thulin-17-janvier/\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "06f6d6ef559d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-571b21d0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"box-button elementor-button elementor-size-md\" href=\"https://www.hensies.be/concert-de-nouvel-an-a-thulin-17-janvier/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf10acd100e5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-10aa700b"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.hensies.be/concert-de-noel-a-thulin-14-decembre/\" class=\"post-thumbnail-rollover layzr-bg img-css-resize-wrapper\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e8104c076deb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5177f77e"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.hensies.be/concert-de-noel-a-thulin-14-decembre/\" class=\"post-thumbnail-rollover layzr-bg img-css-resize-wrapper\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4610af8fe090",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-62dac219"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.hensies.be/concert-de-noel-a-thulin-14-decembre/\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "39f106a98cd7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d2d4dfdd"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"box-button elementor-button elementor-size-md\" href=\"https://www.hensies.be/concert-de-noel-a-thulin-14-decembre/\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "07d198d54ccf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9385798c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"box-button elementor-button elementor-size-md\" href=\"https://www.hensies.be/concert-de-noel-a-thulin-14-decembre/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf5f3aff28ea",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-aa1b04ce"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.hensies.be/marche-de-noel-de-mons-et-visite-du-beffroi-samedi-13-decembre/\" class=\"post-thumbnail-rollover layzr-bg img-css-resize-wrapper\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "434d79ae99ef",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e6026254"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.hensies.be/marche-de-noel-de-mons-et-visite-du-beffroi-samedi-13-decembre/\" class=\"post-thumbnail-rollover layzr-bg img-css-resize-wrapper\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "86f3e3e9d98f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-faebef87"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.hensies.be/marche-de-noel-de-mons-et-visite-du-beffroi-samedi-13-decembre/\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e6cdf07a5c25",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-46b8b704"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"box-button elementor-button elementor-size-md\" href=\"https://www.hensies.be/marche-de-noel-de-mons-et-visite-du-beffroi-samedi-13-decembre/\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ebda735e3d33",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cc655542"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"box-button elementor-button elementor-size-md\" href=\"https://www.hensies.be/marche-de-noel-de-mons-et-visite-du-beffroi-samedi-13-decembre/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d312aa5be9e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-40b11562"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.hensies.be/50-eme-anniversaire-de-la-fermeture-des-charbonnages-de-hensies-pommeroeul-les-28-et-29-mars/\" class=\"post-thumbnail-rollover layzr-bg img-css-resize-wrapper layzr-bg-transparent\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"box-button elementor-button elementor-size-md\" href=\"https://www.hensies.be/50-eme-anniversaire-de-la-fermeture-des-charbonnages-de-hensies-pommeroeul-les-28-et-29-mars/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.hensies.be/operation-arc-en-ciel-1415-mars-2026/\" class=\"post-thumbnail-rollover layzr-bg img-css-resize-wrapper\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"box-button elementor-button elementor-size-md\" href=\"https://www.hensies.be/operation-arc-en-ciel-1415-mars-2026/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.hensies.be/concert-de-nouvel-an-a-thulin-17-janvier/\" class=\"post-thumbnail-rollover layzr-bg img-css-resize-wrapper\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"box-button elementor-button elementor-size-md\" href=\"https://www.hensies.be/concert-de-nouvel-an-a-thulin-17-janvier/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.hensies.be/concert-de-noel-a-thulin-14-decembre/\" class=\"post-thumbnail-rollover layzr-bg img-css-resize-wrapper\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"box-button elementor-button elementor-size-md\" href=\"https://www.hensies.be/concert-de-noel-a-thulin-14-decembre/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.hensies.be/marche-de-noel-de-mons-et-visite-du-beffroi-samedi-13-decembre/\" class=\"post-thumbnail-rollover layzr-bg img-css-resize-wrapper\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"box-button elementor-button elementor-size-md\" href=\"https://www.hensies.be/marche-de-noel-de-mons-et-visite-du-beffroi-samedi-13-decembre/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.hensies.be/50-eme-anniversaire-de-la-fermeture-des-charbonnages-de-hensies-pommeroeul-les-28-et-29-mars/\" class=\"post-thumbnail-rollover layzr-bg img-css-resize-wrapper layzr-bg-transparent\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"box-button elementor-button elementor-size-md\" href=\"https://www.hensies.be/50-eme-anniversaire-de-la-fermeture-des-charbonnages-de-hensies-pommeroeul-les-28-et-29-mars/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.hensies.be/operation-arc-en-ciel-1415-mars-2026/\" class=\"post-thumbnail-rollover layzr-bg img-css-resize-wrapper\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"box-button elementor-button elementor-size-md\" href=\"https://www.hensies.be/operation-arc-en-ciel-1415-mars-2026/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.hensies.be/concert-de-nouvel-an-a-thulin-17-janvier/\" class=\"post-thumbnail-rollover layzr-bg img-css-resize-wrapper\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"box-button elementor-button elementor-size-md\" href=\"https://www.hensies.be/concert-de-nouvel-an-a-thulin-17-janvier/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.hensies.be/concert-de-noel-a-thulin-14-decembre/\" class=\"post-thumbnail-rollover layzr-bg img-css-resize-wrapper\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"box-button elementor-button elementor-size-md\" href=\"https://www.hensies.be/concert-de-noel-a-thulin-14-decembre/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.hensies.be/marche-de-noel-de-mons-et-visite-du-beffroi-samedi-13-decembre/\" class=\"post-thumbnail-rollover layzr-bg img-css-resize-wrapper\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"box-button elementor-button elementor-size-md\" href=\"https://www.hensies.be/marche-de-noel-de-mons-et-visite-du-beffroi-samedi-13-decembre/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button aria-current=\"true\" tabindex=\"0\" aria-label=\"Go to slide 01\" class=\"owl-dot active\" role=\"button\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button aria-current=\"true\" tabindex=\"0\" aria-label=\"Go to slide 01\" class=\"owl-dot active\" role=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<button aria-current=\"true\" tabindex=\"0\" aria-label=\"Go to slide 01\" class=\"owl-dot active\" role=\"button\">",
            "message": "Undersized target \"button\" does not have sufficient spacing of 12 CSS pixels from another target \"button\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-current=\"true\" tabindex=\"0\" aria-label=\"Go to slide 01\" class=\"owl-dot active\" role=\"button\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button tabindex=\"0\" aria-label=\"Go to slide 11\" class=\"owl-dot\" role=\"button\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" aria-label=\"Go to slide 11\" class=\"owl-dot\" role=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"0\" aria-label=\"Go to slide 11\" class=\"owl-dot\" role=\"button\">",
            "message": "Undersized target \"button\" does not have sufficient spacing of 12 CSS pixels from another target \"button\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" aria-label=\"Go to slide 11\" class=\"owl-dot\" role=\"button\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button tabindex=\"0\" aria-label=\"Go to slide 21\" class=\"owl-dot\" role=\"button\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" aria-label=\"Go to slide 21\" class=\"owl-dot\" role=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"0\" aria-label=\"Go to slide 21\" class=\"owl-dot\" role=\"button\">",
            "message": "Undersized target \"button\" does not have sufficient spacing of 12 CSS pixels from another target \"button\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" aria-label=\"Go to slide 21\" class=\"owl-dot\" role=\"button\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button tabindex=\"0\" aria-label=\"Go to slide 31\" class=\"owl-dot\" role=\"button\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" aria-label=\"Go to slide 31\" class=\"owl-dot\" role=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"0\" aria-label=\"Go to slide 31\" class=\"owl-dot\" role=\"button\">",
            "message": "Undersized target \"button\" does not have sufficient spacing of 12 CSS pixels from another target \"button\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" aria-label=\"Go to slide 31\" class=\"owl-dot\" role=\"button\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button tabindex=\"0\" aria-label=\"Go to slide 41\" class=\"owl-dot\" role=\"button\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" aria-label=\"Go to slide 41\" class=\"owl-dot\" role=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"0\" aria-label=\"Go to slide 41\" class=\"owl-dot\" role=\"button\">",
            "message": "Undersized target \"button\" does not have sufficient spacing of 12 CSS pixels from another target \"button\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" aria-label=\"Go to slide 41\" class=\"owl-dot\" role=\"button\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<div aria-controls=\"swiper-wrapper-4e84255fac9f64e5\" aria-label=\"Previous slide\" role=\"button\" tabindex=\"0\" class=\"the7-swiper-button the7-swiper-button-prev elementor-icon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a6df420be7b4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8cd717ca"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<svg xml:space=\"preserve\" style=\"enable-background:new 0 0 16 16;\" viewBox=\"0 0 16 16\" y=\"0px\" x=\"0px\" id=\"Layer_1\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.w3.org/2000/svg\">",
            "message": "The <svg> element has the id \"Layer_1\" that is already in use",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<div aria-controls=\"swiper-wrapper-4e84255fac9f64e5\" aria-label=\"Next slide\" role=\"button\" tabindex=\"0\" class=\"the7-swiper-button the7-swiper-button-next elementor-icon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df90c25b7fd7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-91003d5d"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<svg xml:space=\"preserve\" style=\"enable-background:new 0 0 16 16;\" viewBox=\"0 0 16 16\" y=\"0px\" x=\"0px\" id=\"Layer_1\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.w3.org/2000/svg\">",
            "message": "The <svg> element has the id \"Layer_1\" that is already in use",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"box-button elementor-button elementor-size-md\" aria-label=\"Ma Commune\" href=\"https://www.hensies.be/services/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d5004102106",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0a875d09"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a class=\"box-button elementor-button elementor-size-md\" aria-label=\"Ma Commune\" href=\"https://www.hensies.be/services/\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b2cf4695e83",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c01fc02a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"box-button elementor-button elementor-size-md\" aria-label=\"Economie\" href=\"https://www.hensies.be/plateforme-emploi/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c61d422ab66d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e1bde4dc"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a class=\"box-button elementor-button elementor-size-md\" aria-label=\"Economie\" href=\"https://www.hensies.be/plateforme-emploi/\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f794283f179d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d371a3fb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"box-button elementor-button elementor-size-md\" aria-label=\"Ecoles\" href=\"https://www.hensies.be/ecoles/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "16b440340e65",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dde80c90"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a class=\"box-button elementor-button elementor-size-md\" aria-label=\"Ecoles\" href=\"https://www.hensies.be/ecoles/\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ac0c0b20503",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c70b6de2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"box-button elementor-button elementor-size-md\" aria-label=\"Crèches\" href=\"https://www.hensies.be/creches/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c14f23292653",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e1ab6a7d"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a class=\"box-button elementor-button elementor-size-md\" aria-label=\"Crèches\" href=\"https://www.hensies.be/creches/\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af973673d2ee",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8106afa8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"box-button elementor-button elementor-size-md\" aria-label=\"E-Guichet\" href=\"https://hensies.e-guichet.be/auth/accueil\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "806e2c9f818e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2fcebbcc"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a class=\"box-button elementor-button elementor-size-md\" aria-label=\"E-Guichet\" href=\"https://hensies.e-guichet.be/auth/accueil\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "20948618672b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c6f41905"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"box-button elementor-button elementor-size-md\" aria-label=\"Publications\" target=\"_blank\" href=\"https://www.deliberations.be/hensies/publications#b_start=0\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4951d1764339",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-357cc8e7"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a class=\"box-button elementor-button elementor-size-md\" aria-label=\"Publications\" target=\"_blank\" href=\"https://www.deliberations.be/hensies/publications#b_start=0\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b75950839350",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-aef813b7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<u>",
            "message": "The <u> element is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"elementor-widget-container\">",
            "message": "Confirm this text 'Bourgmestre : Finances, Etat-Civil, Population, Urbanisme, Sécurité, Personnel, Communication' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "725a4d736999",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-565a7983"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"elementor-widget-container\">",
            "message": "Text contrast of 3.94 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bdc1d8486ba4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f538f499"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.hensies.be/college-communal/\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ddbcc99c476",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3edcbf87"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"elementor-widget-container\">",
            "message": "Confirm this text 'Travaux, Environnement, Agriculture, Fabriques d’Eglise' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"elementor-widget-container\">",
            "message": "Text contrast of 3.94 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.hensies.be/college-communal/\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"elementor-widget-container\">",
            "message": "Confirm this text 'Président du CPAS, Cohésion sociale' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"elementor-widget-container\">",
            "message": "Text contrast of 3.94 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.hensies.be/college-communal/\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"elementor-widget-container\">",
            "message": "Confirm this text 'Culture, Multiculturalité, Patrimoine, Associations patriotiques, Bien-être animal' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"elementor-widget-container\">",
            "message": "Text contrast of 3.94 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.hensies.be/college-communal/\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"elementor-widget-container\">",
            "message": "Confirm this text 'Sports, Evènements, Jeunesse, Logement, Tutelle des ASBL communales' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"elementor-widget-container\">",
            "message": "Text contrast of 3.94 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.hensies.be/college-communal/\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"elementor-widget-container\">",
            "message": "Confirm this text 'Enseignement, Petite-Enfance, Accueil Extrascolaire' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"elementor-widget-container\">",
            "message": "Text contrast of 3.94 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.hensies.be/college-communal/\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<style id=\"loop-90033\">",
            "message": "The <style> element has the id \"loop-90033\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "506316820e96",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2d2c9386"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"elementor-widget-container\">",
            "message": "Confirm this text 'Bourgmestre : Finances, Etat-Civil, Population, Urbanisme, Sécurité, Personnel, Communication' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"elementor-widget-container\">",
            "message": "Text contrast of 3.94 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"elementor-widget-container\">",
            "message": "Confirm this text 'Travaux, Environnement, Agriculture, Fabriques d’Eglise' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"elementor-widget-container\">",
            "message": "Text contrast of 3.94 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"elementor-widget-container\">",
            "message": "Confirm this text 'Président du CPAS, Cohésion sociale' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"elementor-widget-container\">",
            "message": "Text contrast of 3.94 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"elementor-widget-container\">",
            "message": "Confirm this text 'Culture, Multiculturalité, Patrimoine, Associations patriotiques, Bien-être animal' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"elementor-widget-container\">",
            "message": "Text contrast of 3.94 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"elementor-widget-container\">",
            "message": "Confirm this text 'Sports, Evènements, Jeunesse, Logement, Tutelle des ASBL communales' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"elementor-widget-container\">",
            "message": "Text contrast of 3.94 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"elementor-widget-container\">",
            "message": "Confirm this text 'Enseignement, Petite-Enfance, Accueil Extrascolaire' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"elementor-widget-container\">",
            "message": "Text contrast of 3.94 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<style id=\"loop-90033\">",
            "message": "The <style> element has the id \"loop-90033\" that is already in use",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"elementor-widget-container\">",
            "message": "Confirm this text 'Bourgmestre : Finances, Etat-Civil, Population, Urbanisme, Sécurité, Personnel, Communication' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"elementor-widget-container\">",
            "message": "Text contrast of 3.94 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"elementor-widget-container\">",
            "message": "Confirm this text 'Travaux, Environnement, Agriculture, Fabriques d’Eglise' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"elementor-widget-container\">",
            "message": "Text contrast of 3.94 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"elementor-widget-container\">",
            "message": "Confirm this text 'Président du CPAS, Cohésion sociale' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"elementor-widget-container\">",
            "message": "Text contrast of 3.94 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"elementor-widget-container\">",
            "message": "Confirm this text 'Culture, Multiculturalité, Patrimoine, Associations patriotiques, Bien-être animal' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"elementor-widget-container\">",
            "message": "Text contrast of 3.94 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"elementor-widget-container\">",
            "message": "Confirm this text 'Sports, Evènements, Jeunesse, Logement, Tutelle des ASBL communales' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"elementor-widget-container\">",
            "message": "Text contrast of 3.94 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"elementor-widget-container\">",
            "message": "Confirm this text 'Enseignement, Petite-Enfance, Accueil Extrascolaire' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"elementor-widget-container\">",
            "message": "Text contrast of 3.94 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button aria-current=\"true\" tabindex=\"0\" aria-label=\"Go to slide 01\" class=\"owl-dot active\" role=\"button\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button aria-current=\"true\" tabindex=\"0\" aria-label=\"Go to slide 01\" class=\"owl-dot active\" role=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-current=\"true\" tabindex=\"0\" aria-label=\"Go to slide 01\" class=\"owl-dot active\" role=\"button\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button tabindex=\"0\" aria-label=\"Go to slide 11\" class=\"owl-dot\" role=\"button\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" aria-label=\"Go to slide 11\" class=\"owl-dot\" role=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" aria-label=\"Go to slide 11\" class=\"owl-dot\" role=\"button\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button tabindex=\"0\" aria-label=\"Go to slide 21\" class=\"owl-dot\" role=\"button\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" aria-label=\"Go to slide 21\" class=\"owl-dot\" role=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" aria-label=\"Go to slide 21\" class=\"owl-dot\" role=\"button\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button tabindex=\"0\" aria-label=\"Go to slide 31\" class=\"owl-dot\" role=\"button\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" aria-label=\"Go to slide 31\" class=\"owl-dot\" role=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" aria-label=\"Go to slide 31\" class=\"owl-dot\" role=\"button\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button tabindex=\"0\" aria-label=\"Go to slide 41\" class=\"owl-dot\" role=\"button\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" aria-label=\"Go to slide 41\" class=\"owl-dot\" role=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" aria-label=\"Go to slide 41\" class=\"owl-dot\" role=\"button\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button tabindex=\"0\" aria-label=\"Go to slide 51\" class=\"owl-dot\" role=\"button\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "19cdb5249279",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a06ae514"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" aria-label=\"Go to slide 51\" class=\"owl-dot\" role=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f028eb9052e5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8c43b8f6"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button tabindex=\"0\" aria-label=\"Go to slide 51\" class=\"owl-dot\" role=\"button\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "76ef5785e332",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4b2edf08"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<div aria-controls=\"swiper-wrapper-5d591610b86968c24\" aria-label=\"Previous slide\" role=\"button\" tabindex=\"0\" class=\"the7-swiper-button the7-swiper-button-prev elementor-icon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "79a5bac3dcd3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dcdd20a3"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<svg xml:space=\"preserve\" style=\"enable-background:new 0 0 16 16;\" viewBox=\"0 0 16 16\" y=\"0px\" x=\"0px\" id=\"Layer_1\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.w3.org/2000/svg\">",
            "message": "The <svg> element has the id \"Layer_1\" that is already in use",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<div aria-controls=\"swiper-wrapper-5d591610b86968c24\" aria-label=\"Next slide\" role=\"button\" tabindex=\"0\" class=\"the7-swiper-button the7-swiper-button-next elementor-icon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bc40f2f1f471",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3d1320a0"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<svg xml:space=\"preserve\" style=\"enable-background:new 0 0 16 16;\" viewBox=\"0 0 16 16\" y=\"0px\" x=\"0px\" id=\"Layer_1\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.w3.org/2000/svg\">",
            "message": "The <svg> element has the id \"Layer_1\" that is already in use",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<a aria-label=\"Cadre transfrontalier : Proximité avec la France, offrant des opportunités économiques et culturelles.\" class=\"the7-icon-box-grid box-hover\">",
            "message": "The ARIA attributes \"aria-label\" are not valid for the element <a> with implicit ARIA role \"generic\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ba780c72767",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-15696d6d"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xml:space=\"preserve\" style=\"enable-background:new 0 0 16 16;\" viewBox=\"0 0 16 16\" y=\"0px\" x=\"0px\" id=\"Layer_1\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.w3.org/2000/svg\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f702f2bdc3c2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fde6ed75"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<svg xml:space=\"preserve\" style=\"enable-background:new 0 0 16 16;\" viewBox=\"0 0 16 16\" y=\"0px\" x=\"0px\" id=\"Layer_1\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.w3.org/2000/svg\">",
            "message": "The <svg> element has the id \"Layer_1\" that is already in use",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<a aria-label=\"Croissance démographique : Une légère augmentation de la population sur la dernière décennie.\" class=\"the7-icon-box-grid box-hover\">",
            "message": "The ARIA attributes \"aria-label\" are not valid for the element <a> with implicit ARIA role \"generic\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5bc04ca9e494",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-97a2ba49"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xml:space=\"preserve\" style=\"enable-background:new 0 0 16 16;\" viewBox=\"0 0 16 16\" y=\"0px\" x=\"0px\" id=\"Layer_1\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.w3.org/2000/svg\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<svg xml:space=\"preserve\" style=\"enable-background:new 0 0 16 16;\" viewBox=\"0 0 16 16\" y=\"0px\" x=\"0px\" id=\"Layer_1\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.w3.org/2000/svg\">",
            "message": "The <svg> element has the id \"Layer_1\" that is already in use",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<a aria-label=\"Services pour enfants : Un taux de couverture en petite enfance supérieur à la moyenne régionale.\" class=\"the7-icon-box-grid box-hover\">",
            "message": "The ARIA attributes \"aria-label\" are not valid for the element <a> with implicit ARIA role \"generic\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "881879b349a5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dcdfd0ab"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xml:space=\"preserve\" style=\"enable-background:new 0 0 16 16;\" viewBox=\"0 0 16 16\" y=\"0px\" x=\"0px\" id=\"Layer_1\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.w3.org/2000/svg\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<svg xml:space=\"preserve\" style=\"enable-background:new 0 0 16 16;\" viewBox=\"0 0 16 16\" y=\"0px\" x=\"0px\" id=\"Layer_1\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.w3.org/2000/svg\">",
            "message": "The <svg> element has the id \"Layer_1\" that is already in use",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<a aria-label=\"Immobilier abordable : Prix médian des maisons 2 ou 3 façades inférieur à la moyenne wallonne.\" class=\"the7-icon-box-grid box-hover\">",
            "message": "The ARIA attributes \"aria-label\" are not valid for the element <a> with implicit ARIA role \"generic\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b252fd597335",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e0923530"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xml:space=\"preserve\" style=\"enable-background:new 0 0 16 16;\" viewBox=\"0 0 16 16\" y=\"0px\" x=\"0px\" id=\"Layer_1\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.w3.org/2000/svg\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<svg xml:space=\"preserve\" style=\"enable-background:new 0 0 16 16;\" viewBox=\"0 0 16 16\" y=\"0px\" x=\"0px\" id=\"Layer_1\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.w3.org/2000/svg\">",
            "message": "The <svg> element has the id \"Layer_1\" that is already in use",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_contentinfo_label_unique",
            "xpath": null,
            "html": "<footer class=\"footer solid-bg elementor-footer empty-footer\" id=\"footer\">",
            "message": "Multiple elements with \"contentinfo\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a63f163f086",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a46a8d42"
          },
          {
            "rule": "aria_contentinfo_label_unique",
            "xpath": null,
            "html": "<footer data-elementor-post-type=\"elementor_library\" class=\"elementor elementor-21569 elementor-location-footer\" data-elementor-id=\"21569\" data-elementor-type=\"footer\">",
            "message": "Multiple elements with \"contentinfo\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4ea5a01ada7b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-feb4d6ac"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"active-item\" data-level=\"1\" href=\"https://www.hensies.be/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de6d256c33bf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2026a7f1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"menu-text\">",
            "message": "Text contrast of 4.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab26a24f8d5f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-53c5e74e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a data-level=\"1\" href=\"https://www.hensies.be/actualites/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a04df0a1d285",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-02259a3d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"menu-text\">",
            "message": "Text contrast of 3.66 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a data-level=\"1\" href=\"#\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "27860d6d9c4a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bc5ef5aa"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"menu-text\">",
            "message": "Text contrast of 3.66 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a data-level=\"1\" href=\"#\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"menu-text\">",
            "message": "Text contrast of 3.66 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a data-level=\"1\" href=\"#\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"menu-text\">",
            "message": "Text contrast of 3.66 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a data-level=\"1\" href=\"https://www.hensies.be/loisirs/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f3a2271e0e7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a0c9fcce"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"menu-text\">",
            "message": "Text contrast of 3.66 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a data-level=\"1\" href=\"https://hensies.e-guichet.be/auth/accueil\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3c48d8c078f7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-344f679e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"menu-text\">",
            "message": "Text contrast of 3.66 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a data-level=\"1\" href=\"https://www.deliberations.be/hensies/publications#b_start=0\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe71ebb3994e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d75b4185"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"menu-text\">",
            "message": "Text contrast of 3.66 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"noopener\" target=\"_blank\" href=\"https://www.hensies.be/police/\">",
            "message": "Text contrast of 2.71 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a10921cf382e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1707c573"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"noopener\" target=\"_blank\" href=\"https://www.hensies.be/cultes/\">",
            "message": "Text contrast of 2.71 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "988eb03281b7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-39eec573"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"noopener\" target=\"_blank\" href=\"https://www.hensies.be/reglements-taxes/\">",
            "message": "Text contrast of 2.71 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "986b727e48b8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b2144466"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"noopener\" target=\"_blank\" href=\"https://www.hensies.be/epn/\">",
            "message": "Text contrast of 2.71 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f034b73f26e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2bf0a25c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"noopener\" target=\"_blank\" href=\"https://www.hensies.be/wp-content/uploads/2026/02/Calendrier-des-fetes-2026-.xls\">",
            "message": "Text contrast of 2.71 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a42059aecdd5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3e8d39cd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a rel=\"noopener\" target=\"_blank\" href=\"https://www.hensies.be/declaration-sur-laccessibilite/\">",
            "message": "Text contrast of 2.71 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "82a5e3dbef49",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-07b6a8b5"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a rel=\"nofollow\" target=\"_blank\" href=\"https://www.facebook.com/hensies\" class=\"elementor-icon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "61e272f92067",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-93c4cd82"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a rel=\"nofollow\" target=\"_blank\" href=\"https://www.facebook.com/hensies\" class=\"elementor-icon\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fff31b13889e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7ba8513d"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a rel=\"nofollow\" target=\"_blank\" href=\"https://www.facebook.com/hensies\" class=\"elementor-icon\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "66b8931f31ef",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3d8387ce"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"box-button elementor-button elementor-size-xs\" href=\"https://www.hensies.be/politique-de-confidentialite/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e4c241c248d2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b103b08d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"box-button elementor-button elementor-size-xs\" href=\"https://www.hensies.be/mentions-legales/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd9dbb021a52",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2e605589"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"scroll-top scroll-top-elementor-icon \" href=\"#\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b66d22befd49",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c3ac634d"
          }
        ],
        "outcomeCount": 11351,
        "uniqueFailedCount": 140,
        "duplicateFailedCount": 136,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 136
    },
    {
      "submittedUrl": "https://www.honnelles.be/",
      "finalUrl": "https://www.honnelles.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Accueil — Honnelles",
      "elapsedMs": 18094,
      "error": null,
      "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": 1513,
          "failed": 7,
          "cantTell": 25,
          "inapplicable": 43
        },
        "failedRules": [
          "aria-allowed-role",
          "aria-required-children",
          "region"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-command-name",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "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",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Ma commune\"]",
            "html": "<label aria-label=\"Ma commune\" for=\"navitem-ma-commune\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "87962909537f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fb93ab52"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Vivre à Honnelles\"]",
            "html": "<label aria-label=\"Vivre à Honnelles\" for=\"navitem-vivre-a-honnelles\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "396b537b4f99",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f7eb63b1"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Bouger et découvrir\"]",
            "html": "<label aria-label=\"Bouger et découvrir\" for=\"navitem-bouger-et-decouvrir\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ea5c5fdfb6d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-61dac7b6"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"En un clic\"]",
            "html": "<label aria-label=\"En un clic\" for=\"navitem-en-un-clic\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe186d128fad",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1cd97163"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[for=\"navitem-avis-et-enquetes-1\"]",
            "html": "<label aria-label=\"Avis et enquêtes\" for=\"navitem-avis-et-enquetes-1\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d42e453f1f56",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7da521d9"
          },
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#portal-globalnav",
            "html": "<ul class=\"navbar-nav\" id=\"portal-globalnav\" role=\"menubar\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: [role=button]",
            "relatedPaths": [
              "label[aria-label=\"Ma commune\"]",
              "label[aria-label=\"Vivre à Honnelles\"]",
              "label[aria-label=\"Bouger et découvrir\"]",
              "label[aria-label=\"En un clic\"]",
              "label[for=\"navitem-avis-et-enquetes-1\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "605367fa0334",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8565635e"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#portal-colophon",
            "html": "<div id=\"portal-colophon\">",
            "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": "9e4478378d75",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-edf401d2"
          }
        ],
        "outcomeCount": 1588,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 7
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3297,
          "failed": 49,
          "cantTell": 31,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_complementary_labelled",
          "aria_content_in_landmark",
          "aria_id_unique",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "input_label_visible",
          "label_name_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "svg_graphics_labelled",
          "text_block_heading"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style>",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0caed6907fd3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b81717"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6726e149fb45",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9ad5fff9"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"https://www.honnelles.be/++webresource++d5804eac-48ee-5c69-8389-75ac65829cb3/++plone++facetednavigation/faceted-jquery.min.css\" data-bundle=\"faceted.jquery\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d3c9c182344d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b23ee2d5"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"https://www.honnelles.be/++webresource++f28a6f54-5e30-527b-9e10-86209cb03ba8//++theme++honnelles/dist/css/theme.css\" data-bundle=\"diazo\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "06fb3f2eba01",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cb89de37"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.honnelles.be/#content\" class=\"show-on-focus\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9aabbd882b1f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0f8a3f10"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.w3.org/2000/svg\" width=\"260\" viewBox=\"0 0 260 68\" height=\"68\" fill=\"none\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c537ad0bb3be",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5b63770a"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#portal-globalnav-collapse\" class=\"navbar-toggler\" aria-label=\"Activer/désactiver la navigation\" aria-expanded=\"false\" aria-controls=\"navbarNav\">",
            "message": "The 'id' \"navbarNav\" specified for the ARIA property 'aria-controls' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed56a9a26f81",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7be75485"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#portal-globalnav-collapse\" class=\"navbar-toggler\" aria-label=\"Activer/désactiver la navigation\" aria-expanded=\"false\" aria-controls=\"navbarNav\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c62054118eab",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-55b9b791"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"#offcanvasSearch\" data-bs-toggle=\"offcanvas\" data-bs-target=\"#offcanvasSearch\" aria-controls=\"offcanvasSearch\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c2ff1cb636d7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a652846"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div style=\"\" id=\"1777883847353\" class=\"portalMessage info\">",
            "message": "Confirm this text 'Information' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "15505f5ecd82",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3c48c8c0"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\" aria-label=\"Acceptez tous les cookies\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0c2fb393de69",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f4c83f57"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\" aria-label=\"Acceptez tous les cookies\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7501123a3204",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-11d7452b"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\" aria-label=\"Acceptez tous les cookies\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bcfae239459a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4f9b556e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.honnelles.be/@@consent\" data-pat-plone-modal=\"{\"prependContent\": \"\"}\" class=\"pat-plone-modal\" aria-label=\"En savoir plus et paramétrer les cookies\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "83bb0bf69ad8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a0d57aca"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a href=\"https://www.honnelles.be/@@consent\" data-pat-plone-modal=\"{\"prependContent\": \"\"}\" class=\"pat-plone-modal\" aria-label=\"En savoir plus et paramétrer les cookies\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ab0d5174af5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5185db74"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\" aria-label=\"Refuser tous les cookies\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0ccb49d4a76f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9e6f9182"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\" aria-label=\"Refuser tous les cookies\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "706ee65e742b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-37e5941e"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\" aria-label=\"Refuser tous les cookies\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b74c53b0f060",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4abe1a5a"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside id=\"global_statusmessage\" class=\"col-12\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fbc435829152",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d6a7e678"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" viewBox=\"0 0 20 20\" height=\"20\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b5010e58b81",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1cec4d95"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d4626d0373a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a4dedb7"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 18.46 24\" height=\"24\" data-name=\"Calque 1\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c39ab8a78c5e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-83cbdf7f"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 28.18 19.82\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f83ce580494b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-eba9678b"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "69a886ad0959",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ec9aff45"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.honnelles.be/actualites\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa4e6842ddb1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-903b8156"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.honnelles.be/agenda\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "593759bd3392",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f1a84215"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.honnelles.be/bulletins-communaux-collection\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c2dd04255a11",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-000021f8"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 45.47 39.41\" fill=\"000\" class=\"plone-icon\" aria-labelledby=\"title\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e51c5dffe974",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-270a7b63"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 45.47 39.41\" fill=\"000\" class=\"plone-icon\" aria-labelledby=\"title\">",
            "message": "The 'id' \"title\" specified for the ARIA property 'aria-labelledby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d94a02e1bc25",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-48380baf"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 18.46 24\" height=\"24\" data-name=\"Calque 1\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" viewBox=\"0 0 24 24\" height=\"24\" fill=\"#000\" class=\"plone-icon plone-icon\" aria-labelledby=\"title\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a21ea63b17d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e12d8145"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" viewBox=\"0 0 24 24\" height=\"24\" fill=\"#000\" class=\"plone-icon plone-icon\" aria-labelledby=\"title\">",
            "message": "The 'id' \"title\" specified for the ARIA property 'aria-labelledby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "82d305b93af6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-76ce2cda"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" viewBox=\"0 0 24 24\" height=\"24\" fill=\"#000\" class=\"plone-icon plone-icon\" aria-labelledby=\"title\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" viewBox=\"0 0 24 24\" height=\"24\" fill=\"#000\" class=\"plone-icon plone-icon\" aria-labelledby=\"title\">",
            "message": "The 'id' \"title\" specified for the ARIA property 'aria-labelledby' value is not valid",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.honnelles.be/#content-header\" class=\"show-on-focus skip-before-footer\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aab19c8f39c5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0d674d0f"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5993de55bf26",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"text\">",
            "message": "Confirm this text 'Commune de' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d3f89ca7f7f8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-88d337a4"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text 'HONNELLES' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d2e932dc82e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-94d3c6bd"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.honnelles.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "523cfee2283d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e22b7acb"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.honnelles.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "136137a3c9d5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1550fa54"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.honnelles.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "630388902e2a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-529611f8"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.honnelles.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f26ab91877e4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b0fca495"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.honnelles.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bced6018bb47",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dd763a35"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.honnelles.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b202df416ea1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1cee6a28"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.honnelles.be/annuaire/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4611d13615e1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-80e08fed"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.honnelles.be/annuaire/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2cf009688a99",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e6bdf0bb"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "30e4809c65d5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6e7f9087"
          }
        ],
        "outcomeCount": 3387,
        "uniqueFailedCount": 44,
        "duplicateFailedCount": 5,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 5
    },
    {
      "submittedUrl": "https://www.jurbise.be/",
      "finalUrl": "https://www.jurbise.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Commune de Jurbise",
      "elapsedMs": 9829,
      "error": null,
      "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": 715,
          "failed": 48,
          "cantTell": 9,
          "inapplicable": 55
        },
        "failedRules": [
          "aria-hidden-focus",
          "color-contrast",
          "landmark-one-main",
          "meta-viewport",
          "page-has-heading-one",
          "region"
        ],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-conditional-attr",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "landmark-contentinfo-is-top-level",
          "landmark-no-duplicate-contentinfo",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport-large",
          "nested-interactive",
          "presentation-role-conflict",
          "region"
        ],
        "failures": [
          {
            "rule": "aria-hidden-focus",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".clone[aria-hidden=\"true\"]:nth-child(1)",
            "html": "<li class=\"clone\" aria-hidden=\"true\" style=\"width: 1172px; float: left; display: block;\">",
            "message": "ARIA hidden element must not be focusable or contain focusable elements",
            "fixSummary": "Fix all of the following:\n  Focusable content should have tabindex=\"-1\" or be removed from the DOM",
            "relatedPaths": [
              ".clone[aria-hidden=\"true\"]:nth-child(1) > .linkimg",
              ".clone[aria-hidden=\"true\"]:nth-child(1) > .flex-caption > .flex-caption-inner > h2 > a",
              ".clone[aria-hidden=\"true\"]:nth-child(1) > .read-next-link > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "13a397096f1e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-48676e3f"
          },
          {
            "rule": "aria-hidden-focus",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".clone[aria-hidden=\"true\"]:nth-child(10)",
            "html": "<li style=\"width: 1172px; float: left; display: block;\" class=\"clone\" aria-hidden=\"true\">",
            "message": "ARIA hidden element must not be focusable or contain focusable elements",
            "fixSummary": "Fix all of the following:\n  Focusable content should have tabindex=\"-1\" or be removed from the DOM",
            "relatedPaths": [
              ".clone[aria-hidden=\"true\"]:nth-child(10) > .linkimg",
              ".clone[aria-hidden=\"true\"]:nth-child(10) > .flex-caption > .flex-caption-inner > h2 > a",
              ".clone[aria-hidden=\"true\"]:nth-child(10) > .read-next-link > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "db69305b9570",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1db1c37b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".icon-megaphone",
            "html": "<a class=\"icon-megaphone\" href=\"https://www.jurbise.be/je-trouve/avis-enquetes\">&nbsp;&nbsp;&nbsp;Avis / Enquêtes</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.39 (foreground color: #5d995d, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "51a616185fa6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c5694262"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".icon-service",
            "html": "<a class=\"icon-service\" href=\"https://jurbise.egovflow.be/\" target=\"_blank\">&nbsp;&nbsp;&nbsp;E-guichet</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.39 (foreground color: #5d995d, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c6dea8b95438",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-68686936"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".icon-cpas",
            "html": "<a class=\"icon-cpas\" href=\"https://www.jurbise.be/ma-commune/social/c-p-a-s\">&nbsp;&nbsp;&nbsp;CPAS</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.39 (foreground color: #5d995d, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "541dae04a3f0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4ab97579"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".icon-warning",
            "html": "<a class=\"icon-warning\" href=\"https://www.jurbise.be/ma-commune/bon-a-savoir/betterstreet/betterstreet\">Signaler un problème</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.39 (foreground color: #5d995d, background color: #ffffff, font size: 12.8pt (17px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bfe7d4af5aac",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-90a65bce"
          },
          {
            "rule": "landmark-one-main",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "html",
            "html": "<html lang=\"fr\" xml:lang=\"fr\" xmlns=\"http://www.w3.org/19...\" class=\"js flexbox canvas ca...\">",
            "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": "97bca65fdfe6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b00be0"
          },
          {
            "rule": "meta-viewport",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport?application=playwright",
            "impact": "moderate",
            "wcagSc": [
              "wcag2aa",
              "wcag144"
            ],
            "xpath": "meta[name=\"viewport\"]",
            "html": "<meta content=\"width=device-width, minimum-scale=1.0, maximum-scale=1.0\" name=\"viewport\">",
            "message": "Zooming and scaling must not be disabled",
            "fixSummary": "Fix any of the following:\n  maximum-scale on <meta> tag disables zooming on mobile devices",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c768c7268dad",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-98527d57"
          },
          {
            "rule": "page-has-heading-one",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "html",
            "html": "<html lang=\"fr\" xml:lang=\"fr\" xmlns=\"http://www.w3.org/19...\" class=\"js flexbox canvas ca...\">",
            "message": "Page should contain a level-one heading",
            "fixSummary": "Fix all of the following:\n  Page must have a level-one heading",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "beb6ded70532",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ee8d7590"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#gdpr-consent-banner > span",
            "html": "<span>Ce site utilise des cookies pour vous fournir une expérience optimale (lecture de vidéos, affichage de plans et de contenus issus des réseaux sociaux notamment).</span>",
            "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": "879fa480bfee",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-10afa511"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "a[rel=\"#pb_2\"]",
            "html": "<a href=\"https://www.jurbise.be/@@consent\" rel=\"#pb_2\" class=\"link-overlay\" style=\"cursor: pointer;\">En savoir plus et personnaliser</a>",
            "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": "bc97c21a4e76",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8bf68378"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#top-actions",
            "html": "<div id=\"top-actions\">",
            "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": "a26ceac7dafe",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-611321ac"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#top-logo",
            "html": "<div id=\"top-logo\">",
            "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": "08a179c9dd14",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ab469cd8"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".hiddenStructure:nth-child(3)",
            "html": "<p class=\"hiddenStructure\">\n<a accesskey=\"2\" href=\"https://www.jurbise.be/#content\">Aller au contenu.</a> |\n\n  <a accesskey=\"6\" href=\"https://www.jurbise.be/#portal-globalnav\">Aller à la navigation</a>\n</p>",
            "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": "704d7e707958",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8b4cab70"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".hiddenStructure:nth-child(4)",
            "html": "<p class=\"hiddenStructure\">Navigation</p>",
            "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": "4b9593ef1c25",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-70bfdf1d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "h5",
            "html": "<h5 class=\"hiddenStructure\">Navigation</h5>",
            "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": "dc853cacbdbd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5a996fd3"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-1",
            "html": "<div class=\"bloc-1 bloc-document quick-access \">",
            "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": "3756968c968e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ecd8c824"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "li:nth-child(2) > .linkimg",
            "html": "<a class=\"linkimg\" href=\"https://www.jurbise.be/evenements/vente-de-lasagnes-par-le-conseil-communal-des-jeunes\">",
            "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": "ddd246932b34",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ec9532bd"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "li:nth-child(2) > .flex-caption > .flex-caption-inner > h2",
            "html": "<h2>\n<a href=\"https://www.jurbise.be/evenements/vente-de-lasagnes-par-le-conseil-communal-des-jeunes\">Vente de lasagnes par le Conseil communal des Jeunes</a>\n</h2>",
            "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": "aadbe0669435",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-275c7798"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "li:nth-child(2) > .read-next-link",
            "html": "<div class=\"read-next-link\">\n<a href=\"https://www.jurbise.be/evenements/vente-de-lasagnes-par-le-conseil-communal-des-jeunes\">Lire la suite</a>\n</div>",
            "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": "464f4330afd7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7ecc8b5e"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".flex-active-slide > .linkimg",
            "html": "<a class=\"linkimg\" href=\"https://www.jurbise.be/evenements/apero-litteraire-a-la-rencontre-des-auteurs-jurbisiens\">",
            "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": "5f9a5d59c4ac",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-88fe0e0d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".flex-active-slide > .flex-caption > .flex-caption-inner > h2",
            "html": "<h2>\n<a href=\"https://www.jurbise.be/evenements/apero-litteraire-a-la-rencontre-des-auteurs-jurbisiens\">Apéro littéraire : à la rencontre des auteurs jurbisiens</a>\n</h2>",
            "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": "fd74296d28c6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7a1ae282"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".flex-active-slide > .read-next-link",
            "html": "<div class=\"read-next-link\">\n<a href=\"https://www.jurbise.be/evenements/apero-litteraire-a-la-rencontre-des-auteurs-jurbisiens\">Lire la suite</a>\n</div>",
            "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": "624f1d616016",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9f4d6af3"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "li:nth-child(4) > .linkimg",
            "html": "<a class=\"linkimg\" href=\"https://www.jurbise.be/evenements/festival-mondial-du-folklore-de-saint-ghislain\">",
            "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": "4461e44cce05",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e5c35186"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "li:nth-child(4) > .flex-caption > .flex-caption-inner > h2",
            "html": "<h2>\n<a href=\"https://www.jurbise.be/evenements/festival-mondial-du-folklore-de-saint-ghislain\">Festival Mondial du Folklore de Saint-Ghislain</a>\n</h2>",
            "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": "1f3abf430044",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e57779fe"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "li:nth-child(4) > .read-next-link",
            "html": "<div class=\"read-next-link\">\n<a href=\"https://www.jurbise.be/evenements/festival-mondial-du-folklore-de-saint-ghislain\">Lire la suite</a>\n</div>",
            "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": "81a5420777aa",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bb27b980"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "li:nth-child(5) > .linkimg",
            "html": "<a class=\"linkimg\" href=\"https://www.jurbise.be/evenements/marche-les-virees-du-terroir-4\">",
            "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": "1a4393415ddf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-508331dc"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "li:nth-child(5) > .flex-caption > .flex-caption-inner > h2",
            "html": "<h2>\n<a href=\"https://www.jurbise.be/evenements/marche-les-virees-du-terroir-4\">Marché \"Les Virées du Terroir\" - Saison 2026</a>\n</h2>",
            "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": "f367da2bb555",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-536749bc"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "li:nth-child(5) > .read-next-link",
            "html": "<div class=\"read-next-link\">\n<a href=\"https://www.jurbise.be/evenements/marche-les-virees-du-terroir-4\">Lire la suite</a>\n</div>",
            "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": "6ba5d32cb4ce",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2de649ad"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "li:nth-child(6) > .linkimg",
            "html": "<a class=\"linkimg\" href=\"https://www.jurbise.be/actualites/jurbise-participe-au-printemps-au-naturel-2026\">",
            "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": "b78cd337888b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-37191bca"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "li:nth-child(6) > .flex-caption > .flex-caption-inner > h2",
            "html": "<h2>\n<a href=\"https://www.jurbise.be/actualites/jurbise-participe-au-printemps-au-naturel-2026\">Jurbise participe au Printemps au Naturel 2026</a>\n</h2>",
            "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": "1f46608acecc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1cac5953"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "li:nth-child(6) > .read-next-link",
            "html": "<div class=\"read-next-link\">\n<a href=\"https://www.jurbise.be/actualites/jurbise-participe-au-printemps-au-naturel-2026\">Lire la suite</a>\n</div>",
            "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": "c0aeb08fb7d3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f230ff64"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "li:nth-child(7) > .linkimg",
            "html": "<a class=\"linkimg\" href=\"https://www.jurbise.be/evenements/copy_of_collecte-printaniere-des-encombrants-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",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9b0276c01d5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d5bc838d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "li:nth-child(7) > .flex-caption > .flex-caption-inner > h2",
            "html": "<h2>\n<a href=\"https://www.jurbise.be/evenements/copy_of_collecte-printaniere-des-encombrants-1\">Collecte printanière des encombrants</a>\n</h2>",
            "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": "041cba18a9cc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2f32846e"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "li:nth-child(7) > .read-next-link",
            "html": "<div class=\"read-next-link\">\n<a href=\"https://www.jurbise.be/evenements/copy_of_collecte-printaniere-des-encombrants-1\">Lire la suite</a>\n</div>",
            "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": "3453e8554841",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1d07da76"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "li:nth-child(8) > .linkimg",
            "html": "<a class=\"linkimg\" href=\"https://www.jurbise.be/evenements/copy_of_les-commercants-de-jurbise-en-fete-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",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d763c9a5dc1c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-256d52f8"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "li:nth-child(8) > .flex-caption > .flex-caption-inner > h2",
            "html": "<h2>\n<a href=\"https://www.jurbise.be/evenements/copy_of_les-commercants-de-jurbise-en-fete-1\">Les Commerçants de Jurbise en Fête</a>\n</h2>",
            "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": "f4024384c1a6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b52c9081"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "li:nth-child(8) > .read-next-link",
            "html": "<div class=\"read-next-link\">\n<a href=\"https://www.jurbise.be/evenements/copy_of_les-commercants-de-jurbise-en-fete-1\">Lire la suite</a>\n</div>",
            "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": "8289f29f9daa",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8623d6f2"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "li:nth-child(9) > .linkimg",
            "html": "<a class=\"linkimg\" href=\"https://www.jurbise.be/evenements/copy2_of_marche-des-createurs-de-jurbise\">",
            "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": "c35832cc45ae",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9e3dd13f"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "li:nth-child(9) > .flex-caption > .flex-caption-inner > h2",
            "html": "<h2>\n<a href=\"https://www.jurbise.be/evenements/copy2_of_marche-des-createurs-de-jurbise\">Marché des Créateurs de Jurbise</a>\n</h2>",
            "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": "c81b46244280",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3344587a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "li:nth-child(9) > .read-next-link",
            "html": "<div class=\"read-next-link\">\n<a href=\"https://www.jurbise.be/evenements/copy2_of_marche-des-createurs-de-jurbise\">Lire la suite</a>\n</div>",
            "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": "05e803bac5a8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-66e692c8"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "ol",
            "html": "<ol class=\"flex-control-nav flex-control-paging\"><li><a class=\"flex-active\">1</a></li><li><a>2</a></li><li><a>3</a></li><li><a>4</a></li><li><a>5</a></li><li><a>6</a></li><li><a>7</a></li><li><a>8</a></li></ol>",
            "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": "4d3b9b53a0bf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4846dd49"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-3 > .titre-rss > .titre",
            "html": "<a class=\"titre\" href=\"https://www.jurbise.be/actualites/index\">\n<h2>Actualités</h2>\n</a>",
            "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": "c9fcadeab9ed",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1b86520d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-3 > .results.parsable-content",
            "html": "<div class=\"results parsable-content\">",
            "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": "ca22fd2f4a04",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c8a5ffa1"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-3 > .voir-tout-content",
            "html": "<div class=\"voir-tout-content\">\n<a class=\"voir-tout\" href=\"https://www.jurbise.be/actualites/index\">\n                       Voir l'ensemble des actualités\n                      </a>\n</div>",
            "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": "fbbc79023de2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7cc37511"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-4 > .titre-rss > .titre",
            "html": "<a class=\"titre\" href=\"https://www.jurbise.be/evenements/index\">\n<h2>Événements</h2>\n</a>",
            "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": "1f761eb0e95d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-90435234"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-4 > .results.parsable-content",
            "html": "<div class=\"results parsable-content\">",
            "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": "830b82f54259",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d7f3459e"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-4 > .voir-tout-content",
            "html": "<div class=\"voir-tout-content\">\n<a class=\"voir-tout\" href=\"https://www.jurbise.be/evenements/index\">\n                       Voir l'ensemble des Événements\n                      </a>\n</div>",
            "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": "e6b9c9276f1e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1afa911b"
          }
        ],
        "outcomeCount": 827,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 48
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2287,
          "failed": 61,
          "cantTell": 26,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_content_in_landmark",
          "aria_contentinfo_misuse",
          "aria_hidden_nontabbable",
          "element_attribute_deprecated",
          "element_tabbable_visible",
          "heading_content_exists",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a80c1a9c16ee",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9ad5fff9"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style>",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "26c6d07a56e1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b81717"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a86790012002",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3aebe2312243",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ced9415b"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "97c56ffcf56a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1b601da8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "115b2f2cb382",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fdf321ae"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "549c7ab78cb8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c8dbfadd"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul id=\"portal-siteactions\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6dc3426e1bdf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8b43a333"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Plan du site\" href=\"https://www.jurbise.be/sitemap\" accesskey=\"3\">",
            "message": "Text contrast of 2.08 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe13361e121e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8583103c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Accessibilité\" href=\"https://www.jurbise.be/accessibility-info\" accesskey=\"0\">",
            "message": "Text contrast of 2.08 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4f60ca301efa",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4f6d56f6"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Contact\" href=\"https://www.jurbise.be/contact/contact\" accesskey=\"9\">",
            "message": "Text contrast of 2.08 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "81f12a5ae8a3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c20281e8"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a title=\"Commune de Jurbise\" id=\"portal-logo-link\" href=\"https://www.jurbise.be\" accesskey=\"1\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "74bd00542333",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-74a5d734"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a id=\"search-btn\" href=\"#\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "730f22254eb1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4dede3db"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e0373fcef074",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6e7f9087"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.jurbise.be/je-trouve/avis-enquetes\" class=\"icon-megaphone\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "86329edc5a5d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cca9a314"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.jurbise.be/je-trouve/avis-enquetes\" class=\"icon-megaphone\">",
            "message": "Text contrast of 3.40 with its background is less than the WCAG AA minimum requirements for text of size 17px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b339adabc4c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cf6e231a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://jurbise.egovflow.be/\" class=\"icon-service\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b89cc102bfdf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1c3c7cda"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://jurbise.egovflow.be/\" class=\"icon-service\">",
            "message": "Text contrast of 3.40 with its background is less than the WCAG AA minimum requirements for text of size 17px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "907fca0617dc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7b7a26b7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.jurbise.be/ma-commune/social/c-p-a-s\" class=\"icon-cpas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5bb7e081b63f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c3a61e74"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.jurbise.be/ma-commune/social/c-p-a-s\" class=\"icon-cpas\">",
            "message": "Text contrast of 3.40 with its background is less than the WCAG AA minimum requirements for text of size 17px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d7ba6414428",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5bbb8963"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.jurbise.be/ma-commune/bon-a-savoir/betterstreet/betterstreet\" class=\"icon-warning\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "242c605da53a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b3c82d5a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.jurbise.be/ma-commune/bon-a-savoir/betterstreet/betterstreet\" class=\"icon-warning\">",
            "message": "Text contrast of 3.40 with its background is less than the WCAG AA minimum requirements for text of size 17px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cdfdfcfba1cb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5c99c789"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul style=\"width: 2000%; transition-duration: 0s; transform: translate3d(-600px, 0px, 0px);\" class=\"slides\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70fcdac60257",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-be93c057"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://www.jurbise.be/evenements/copy2_of_marche-des-createurs-de-jurbise\" class=\"linkimg\">",
            "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6249a560fac0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0ca9b92e"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.jurbise.be/evenements/copy2_of_marche-des-createurs-de-jurbise\" class=\"linkimg\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d20e3f710143",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fd096d17"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18c3fa00a950",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d8cc0148"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://www.jurbise.be/evenements/copy2_of_marche-des-createurs-de-jurbise\">",
            "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "42e3c996b67e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-92f5d477"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.jurbise.be/evenements/copy2_of_marche-des-createurs-de-jurbise\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f914036e8bae",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-39cf6e7c"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<a href=\"https://www.jurbise.be/evenements/marche-les-virees-du-terroir-4\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Les Virées du Terroir\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac3012f24450",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bc655d8b"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://www.jurbise.be/evenements/vente-de-lasagnes-par-le-conseil-communal-des-jeunes\" class=\"linkimg\">",
            "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0386eab2edbb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-86c03fc0"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://www.jurbise.be/evenements/vente-de-lasagnes-par-le-conseil-communal-des-jeunes\">",
            "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4100ddfecee8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ee6ebd40"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ol class=\"flex-control-nav flex-control-paging\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c6c40cd4495f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-54c79cfb"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a class=\"flex-active\">",
            "message": "Text contrast of 1.80 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a7b8f97ffd2c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4668e356"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a>",
            "message": "Text contrast of 2.45 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "136336aa9b20",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ab436cca"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a>",
            "message": "Text contrast of 2.45 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a>",
            "message": "Text contrast of 2.45 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a>",
            "message": "Text contrast of 2.45 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a>",
            "message": "Text contrast of 2.45 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a>",
            "message": "Text contrast of 2.45 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a>",
            "message": "Text contrast of 2.45 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.jurbise.be/actualites/index\" class=\"titre\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "03e2258d412f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4096c4bb"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\" standard-results\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "66aa6ffc79e4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4a9e0863"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<h3>",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"The Armed Man\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1d178097c92f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f3754680"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.jurbise.be/actualites/index\" class=\"voir-tout\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d2b7da5f9fd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c3b8a7a9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.jurbise.be/actualites/index\" class=\"voir-tout\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9470310c2e6d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b99eeded"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.jurbise.be/evenements/index\" class=\"titre\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "23446c2b015b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6498580e"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\" standard-results\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"indexview-categories\">",
            "message": "Confirm this text 'Exposition' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "311c3a8781c4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-760c93f3"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"indexview-categories\">",
            "message": "Confirm this text 'Divers' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"indexview-categories\">",
            "message": "Confirm this text 'Littérature &Poésie' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"indexview-categories\">",
            "message": "Confirm this text 'Sport' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"indexview-categories\">",
            "message": "Confirm this text 'Brocantes & Marchés' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<h3>",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Les Virées du Terroir\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"indexview-categories\">",
            "message": "Confirm this text 'Sport' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"indexview-categories\">",
            "message": "Confirm this text 'Divers' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"indexview-categories\">",
            "message": "Confirm this text 'Divers' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<h3>",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Jeux de cartes et jeux de société\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.jurbise.be/evenements/index\" class=\"voir-tout\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f4a8ebb859cd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c8425a83"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.jurbise.be/evenements/index\" class=\"voir-tout\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60f96b001258",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e06f5a6e"
          },
          {
            "rule": "aria_contentinfo_misuse",
            "xpath": null,
            "html": "<footer id=\"portal-footer-wrapper\">",
            "message": "Element with \"contentinfo\" role is present without an element with \"main\" role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9087b9b795a9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6a24b034"
          }
        ],
        "outcomeCount": 2355,
        "uniqueFailedCount": 44,
        "duplicateFailedCount": 17,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 17
    },
    {
      "submittedUrl": "https://www.lalouviere.be/",
      "finalUrl": "https://www.lalouviere.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Accueil — La Louvière",
      "elapsedMs": 10763,
      "error": null,
      "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": 1749,
          "failed": 7,
          "cantTell": 74,
          "inapplicable": 43
        },
        "failedRules": [
          "aria-allowed-role",
          "aria-required-children",
          "region"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-command-name",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "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",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Ma Ville\"]",
            "html": "<label aria-label=\"Ma Ville\" for=\"navitem-ma-ville\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e8e15dd5b3d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d789072d"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Vivre à La Louvière\"]",
            "html": "<label aria-label=\"Vivre à La Louvière\" for=\"navitem-vivre-a-la-louviere\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b28b2288c858",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1919b3a6"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Que faire à La Louvière\"]",
            "html": "<label aria-label=\"Que faire à La Louvière\" for=\"navitem-que-faire-a-la-louviere\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a7cdd3ace207",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0f429515"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Ça me concerne\"]",
            "html": "<label aria-label=\"Ça me concerne\" for=\"navitem-je-suis\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c498b21f7fb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c4a428ae"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Je cherche\"]",
            "html": "<label aria-label=\"Je cherche\" for=\"navitem-je-trouve\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "84699e0700a3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2b02e431"
          },
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#portal-globalnav",
            "html": "<ul class=\"navbar-nav\" id=\"portal-globalnav\" role=\"menubar\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: [role=button]",
            "relatedPaths": [
              "label[aria-label=\"Ma Ville\"]",
              "label[aria-label=\"Vivre à La Louvière\"]",
              "label[aria-label=\"Que faire à La Louvière\"]",
              "label[aria-label=\"Ça me concerne\"]",
              "label[aria-label=\"Je cherche\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f6256c5ca39c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8565635e"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#portal-colophon",
            "html": "<div id=\"portal-colophon\">",
            "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": "f07fb5d244d3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-edf401d2"
          }
        ],
        "outcomeCount": 1873,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 7
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3573,
          "failed": 89,
          "cantTell": 47,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_complementary_labelled",
          "aria_content_in_landmark",
          "aria_id_unique",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "svg_graphics_labelled",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style>",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9784f8d5d64b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b81717"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf8694ea9028",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9ad5fff9"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"https://www.lalouviere.be/++webresource++d5804eac-48ee-5c69-8389-75ac65829cb3/++plone++facetednavigation/faceted-jquery.min.css\" data-bundle=\"faceted.jquery\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "15ddd026810d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ca581d55"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"https://www.lalouviere.be/++webresource++b522c8d8-b6d1-52b5-90f2-b926c15b1204//++theme++lalouviere/dist/css/theme.css\" data-bundle=\"diazo\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da7d7f660027",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-12025894"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.lalouviere.be/#content\" class=\"show-on-focus\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1249ebeaf4ad",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8596d17b"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"181\" viewBox=\"0 0 181 57\" height=\"57\" fill=\"none\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "abdd9c690e13",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2af4e6b4"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#portal-globalnav-collapse\" class=\"navbar-toggler\" aria-label=\"Activer/désactiver la navigation\" aria-expanded=\"false\" aria-controls=\"navbarNav\">",
            "message": "The 'id' \"navbarNav\" specified for the ARIA property 'aria-controls' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c3343f5f1581",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7be75485"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#portal-globalnav-collapse\" class=\"navbar-toggler\" aria-label=\"Activer/désactiver la navigation\" aria-expanded=\"false\" aria-controls=\"navbarNav\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c939e2d4f67",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-55b9b791"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"#offcanvasSearch\" data-bs-toggle=\"offcanvas\" data-bs-target=\"#offcanvasSearch\" aria-controls=\"offcanvasSearch\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2115359feab7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a652846"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"swiper-banner-content\">",
            "message": "Confirm this text 'Vous êtes au centre de tout' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "36ea47ab57f6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e5962066"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"swiper-banner-title\">",
            "message": "Verify the contrast ratio of the text with shadow meets the WCAG AA minimum requirements for text of size 35px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c2750b278db5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bda9cecc"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"swiper-banner-content\">",
            "message": "Confirm this text 'Vous êtes au centre de tout' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"swiper-banner-title\">",
            "message": "Verify the contrast ratio of the text with shadow meets the WCAG AA minimum requirements for text of size 35px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"swiper-banner-content\">",
            "message": "Confirm this text 'Vous êtes au centre de tout' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"swiper-banner-title\">",
            "message": "Verify the contrast ratio of the text with shadow meets the WCAG AA minimum requirements for text of size 35px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"swiper-banner-content\">",
            "message": "Confirm this text 'Vous êtes au centre de tout' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"swiper-banner-title\">",
            "message": "Verify the contrast ratio of the text with shadow meets the WCAG AA minimum requirements for text of size 35px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"swiper-banner-content\">",
            "message": "Confirm this text 'Vous êtes au centre de tout' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"swiper-banner-title\">",
            "message": "Verify the contrast ratio of the text with shadow meets the WCAG AA minimum requirements for text of size 35px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"swiper-banner-content\">",
            "message": "Confirm this text 'Vous êtes au centre de tout' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"swiper-banner-title\">",
            "message": "Verify the contrast ratio of the text with shadow meets the WCAG AA minimum requirements for text of size 35px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"swiper-banner-content\">",
            "message": "Confirm this text 'Vous êtes au centre de tout' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"swiper-banner-title\">",
            "message": "Verify the contrast ratio of the text with shadow meets the WCAG AA minimum requirements for text of size 35px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<div aria-disabled=\"false\" aria-controls=\"swiper-wrapper-b21b56ac1a629f1d\" aria-label=\"Élément suivant\" role=\"button\" tabindex=\"0\" class=\"swiper-button-next\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "218483f38fc2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1b3cf56b"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside id=\"global_statusmessage\" class=\"col-12\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b8c94dd50a0b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d6a7e678"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Comment peut-on vous aider aujourd'hui ?' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9aa8e342feaa",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f2bf52aa"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/@@search\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c3d6c05fc621",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b7b22d45"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"/@@search\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d8e875e84ff",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-eb56ca46"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48.01 35.28\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "47375dbda372",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-99505c7e"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 23.5 19.23\" fill=\"#000\" class=\"plone-icon\" aria-labelledby=\"title\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ae84247cab99",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8fb3f986"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 23.5 19.23\" fill=\"#000\" class=\"plone-icon\" aria-labelledby=\"title\">",
            "message": "The 'id' \"title\" specified for the ARIA property 'aria-labelledby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "45abdb79be7b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-76e1b79e"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e6a7f25ce0e6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ec9aff45"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 28.18 19.82\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1dc716457ec",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-eba9678b"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 28 34.12\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a36aa1514803",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e3dfa86a"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.40 with its background is less than the WCAG AA minimum requirements for text of size 10px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e6401c92ac59",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span datetime=\"2026-05-04T11:31:00+00:00\" data-pat-display-time=\"from-now: true\" class=\"pat-display-time\">",
            "message": "Text contrast of 4.40 with its background is less than the WCAG AA minimum requirements for text of size 10px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be2eac240719",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cb29f8e2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.40 with its background is less than the WCAG AA minimum requirements for text of size 10px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span datetime=\"2026-04-22T08:51:29+00:00\" data-pat-display-time=\"from-now: true\" class=\"pat-display-time\">",
            "message": "Text contrast of 4.40 with its background is less than the WCAG AA minimum requirements for text of size 10px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "56eed0edc899",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b30ca366"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.40 with its background is less than the WCAG AA minimum requirements for text of size 10px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span datetime=\"2026-04-29T08:37:55+00:00\" data-pat-display-time=\"from-now: true\" class=\"pat-display-time\">",
            "message": "Text contrast of 4.40 with its background is less than the WCAG AA minimum requirements for text of size 10px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a82fa08a6ce1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c65f6791"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.40 with its background is less than the WCAG AA minimum requirements for text of size 10px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span datetime=\"2026-04-23T11:55:18+00:00\" data-pat-display-time=\"from-now: true\" class=\"pat-display-time\">",
            "message": "Text contrast of 4.40 with its background is less than the WCAG AA minimum requirements for text of size 10px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5fdfdad077f6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d07cf070"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.40 with its background is less than the WCAG AA minimum requirements for text of size 10px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span datetime=\"2025-04-24T11:49:00+00:00\" data-pat-display-time=\"from-now: true\" class=\"pat-display-time\">",
            "message": "Text contrast of 4.40 with its background is less than the WCAG AA minimum requirements for text of size 10px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ef3b38973b3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-47e7964e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.40 with its background is less than the WCAG AA minimum requirements for text of size 10px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span datetime=\"2026-04-14T11:44:14+00:00\" data-pat-display-time=\"from-now: true\" class=\"pat-display-time\">",
            "message": "Text contrast of 4.40 with its background is less than the WCAG AA minimum requirements for text of size 10px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "33cf5295801e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3d4634b0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.40 with its background is less than the WCAG AA minimum requirements for text of size 10px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span datetime=\"2026-03-25T07:26:43+00:00\" data-pat-display-time=\"from-now: true\" class=\"pat-display-time\">",
            "message": "Text contrast of 4.40 with its background is less than the WCAG AA minimum requirements for text of size 10px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8251cdfefb37",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2b3320c4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.40 with its background is less than the WCAG AA minimum requirements for text of size 10px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span datetime=\"2026-03-20T09:05:29+00:00\" data-pat-display-time=\"from-now: true\" class=\"pat-display-time\">",
            "message": "Text contrast of 4.40 with its background is less than the WCAG AA minimum requirements for text of size 10px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3dcce1ff5b0f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f7547226"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.40 with its background is less than the WCAG AA minimum requirements for text of size 10px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span datetime=\"2026-01-26T12:43:00+00:00\" data-pat-display-time=\"from-now: true\" class=\"pat-display-time\">",
            "message": "Text contrast of 4.40 with its background is less than the WCAG AA minimum requirements for text of size 10px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5628cfec25a5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cd240a03"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.40 with its background is less than the WCAG AA minimum requirements for text of size 10px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span datetime=\"2026-01-26T12:37:09+00:00\" data-pat-display-time=\"from-now: true\" class=\"pat-display-time\">",
            "message": "Text contrast of 4.40 with its background is less than the WCAG AA minimum requirements for text of size 10px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c0c2fe509f3e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-eca9669b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.40 with its background is less than the WCAG AA minimum requirements for text of size 10px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span datetime=\"2025-01-16T10:06:00+00:00\" data-pat-display-time=\"from-now: true\" class=\"pat-display-time\">",
            "message": "Text contrast of 4.40 with its background is less than the WCAG AA minimum requirements for text of size 10px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "688096464509",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-409c60cc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<div aria-disabled=\"false\" aria-controls=\"swiper-wrapper-c681c0a8738ee813\" aria-label=\"Élément suivant\" role=\"button\" tabindex=\"0\" class=\"swiper-button-next\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2246aea7bf3e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-195d8b5f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.lalouviere.be/actualites\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "683228d99420",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bf874da0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"from_on\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ec5da840970",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-228b9fcd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"day\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cbb90cba0f25",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ecfe7a85"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a79108c88dc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d3810c24"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "74453971c570",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-61d6b2cc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.lalouviere.be/agenda\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da5241e74899",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-76064ca7"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7fc42ee4b6dd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.lalouviere.be/#content-header\" class=\"show-on-focus skip-before-footer\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd7bae6dddd6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-612d938f"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" viewBox=\"0 0 20 24\" height=\"24\" fill=\"#000\" class=\"plone-icon plone-icon\" aria-labelledby=\"title\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5431e9427b7b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-159fd873"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" viewBox=\"0 0 20 24\" height=\"24\" fill=\"#000\" class=\"plone-icon plone-icon\" aria-labelledby=\"title\">",
            "message": "The 'id' \"title\" specified for the ARIA property 'aria-labelledby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e95cb146acd9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c6d6602f"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" viewBox=\"0 0 20 24\" height=\"24\" fill=\"#000\" class=\"plone-icon plone-icon\" aria-labelledby=\"title\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" viewBox=\"0 0 20 24\" height=\"24\" fill=\"#000\" class=\"plone-icon plone-icon\" aria-labelledby=\"title\">",
            "message": "The 'id' \"title\" specified for the ARIA property 'aria-labelledby' value is not valid",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f1988391287d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a4dedb7"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a title=\"Facebook (Nouvelle fenêtre)\" target=\"_blank\" href=\"https://www.facebook.com/VilleLaLouviere\" class=\"table_image\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "95eb06e51684",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7b94f3c0"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2035.56\" fill=\"#000\" data-name=\"Calque 2\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c30ffcd04345",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6911264f"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a title=\"Instagram (Nouvelle fenêtre)\" target=\"_blank\" href=\"https://www.instagram.com/lalouviere_ville/\" class=\"table_image\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bebd70a1de00",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-91c99e97"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" fill=\"#000\" class=\"plone-icon\" aria-labelledby=\"title\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "97c0b283ed7b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-42111521"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" fill=\"#000\" class=\"plone-icon\" aria-labelledby=\"title\">",
            "message": "The 'id' \"title\" specified for the ARIA property 'aria-labelledby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc0713133599",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-25a37d30"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a title=\"Youtube (Nouvelle fenêtre)\" target=\"_blank\" href=\"https://www.youtube.com/channel/UCS6D5W5JJg6KkRfoqZkmnLw\" class=\"table_image\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "357186ffe51a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-84fe5941"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 756.99 533.33\" fill=\"#000\" data-name=\"Calque 2\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b5a174ad6bcd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d5612f3b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.lalouviere.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f52f7ff0b54e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-76f76841"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.lalouviere.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "535afbf67c00",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a6f2844a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.lalouviere.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf45013c3674",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8c932632"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.lalouviere.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea118ff99565",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f7e1307d"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.lalouviere.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ab0a6506e4d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b5a23962"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.lalouviere.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f0194ed64106",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3a34335a"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.lalouviere.be/annuaire/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b8650a726f9b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9318278a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.lalouviere.be/annuaire/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "958db72a5479",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-25a2f262"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "603fe912d9d4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6e7f9087"
          }
        ],
        "outcomeCount": 3698,
        "uniqueFailedCount": 62,
        "duplicateFailedCount": 27,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 27
    },
    {
      "submittedUrl": "https://www.leroeulx.be/",
      "finalUrl": "https://www.leroeulx.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Ville du Roeulx",
      "elapsedMs": 10871,
      "error": null,
      "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": 552,
          "failed": 33,
          "cantTell": 29,
          "inapplicable": 44
        },
        "failedRules": [
          "color-contrast",
          "empty-heading",
          "landmark-one-main",
          "link-in-text-block",
          "link-name",
          "meta-viewport",
          "page-has-heading-one",
          "region"
        ],
        "passedRules": [
          "accesskeys",
          "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-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "definition-list",
          "dlitem",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "landmark-contentinfo-is-top-level",
          "landmark-no-duplicate-contentinfo",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport-large",
          "nested-interactive",
          "presentation-role-conflict",
          "region",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".bloc-4 > .titre-rss > .titre > h2",
            "html": "<h2>Événements</h2>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.22 (foreground color: #e8ebcc, background color: #ffffff, font size: 112.5pt (150px), font weight: bold). Expected contrast ratio of 3:1",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cafb1f92a45a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c24153b3"
          },
          {
            "rule": "empty-heading",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/empty-heading?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": ".footer-bloc:nth-child(1)",
            "html": "<h2 class=\"footer-bloc\" style=\"color:#FFFFFF;\"><img alt=\"\" height=\"105\" src=\"resolveuid/9c4eb91ea3404bbfb184c75ed9cf2905/@@images/image/preview\" width=\"225\"></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": "701b940834b1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6bdb3ad4"
          },
          {
            "rule": "landmark-one-main",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "html",
            "html": "<html lang=\"fr\" xml:lang=\"fr\" xmlns=\"http://www.w3.org/19...\" class=\"js flexbox canvas ca...\">",
            "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": "26c236bf2897",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b00be0"
          },
          {
            "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": "dd > p > a",
            "html": "<a href=\"https://www.leroeulx.be/e-guichet\">www.leroeulx.be/e-guichet</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.73:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1919a7, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "dd > p"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "789d27d14890",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-832b27bd"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".icon-mail",
            "html": "<a class=\"icon-mail\" href=\"https://www.leroeulx.be/contact-info\">&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": "2f125d91b382",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d4df306b"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".icon-facebook-1",
            "html": "<a class=\"icon-facebook-1\" href=\"https://www.facebook.com/leroeulx/\" target=\"_blank\">&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": "37155f467db6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6713019f"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".icon-youtube",
            "html": "<a class=\"icon-youtube\" href=\" https://www.youtube.com/c/VilleduRoeulx7070\" target=\"_blank\">&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": "cef6ca601839",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ca30f57d"
          },
          {
            "rule": "meta-viewport",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport?application=playwright",
            "impact": "moderate",
            "wcagSc": [
              "wcag2aa",
              "wcag144"
            ],
            "xpath": "meta[name=\"viewport\"]",
            "html": "<meta content=\"width=device-width, minimum-scale=1.0, maximum-scale=1.0\" name=\"viewport\">",
            "message": "Zooming and scaling must not be disabled",
            "fixSummary": "Fix any of the following:\n  maximum-scale on <meta> tag disables zooming on mobile devices",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8f9597fe53d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-98527d57"
          },
          {
            "rule": "page-has-heading-one",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "html",
            "html": "<html lang=\"fr\" xml:lang=\"fr\" xmlns=\"http://www.w3.org/19...\" class=\"js flexbox canvas ca...\">",
            "message": "Page should contain a level-one heading",
            "fixSummary": "Fix all of the following:\n  Page must have a level-one heading",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e6d05e29e9f1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ee8d7590"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#\\31 776855193109 > dt",
            "html": "<dt>Avertissement</dt>",
            "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": "ddbe4d2c1e0c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7dd3712d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#\\31 776855193109 > dd",
            "html": "<dd>",
            "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": "00f70339b079",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bd45114a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#gdpr-consent-banner > span",
            "html": "<span>Ce site utilise des cookies pour vous fournir une expérience optimale (lecture de vidéos, affichage de plans et de contenus issus des réseaux sociaux notamment).</span>",
            "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": "1a27b024453b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-10afa511"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "a[rel=\"#pb_3\"]",
            "html": "<a href=\"https://www.leroeulx.be/@@consent\" rel=\"#pb_3\" class=\"link-overlay\" style=\"cursor: pointer;\">En savoir plus et personnaliser</a>",
            "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": "726761315a8d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f3bb921c"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#top-menu-je-suis > .actionMenuHeader",
            "html": "<dt class=\"actionMenuHeader\">\n<a href=\"https://www.leroeulx.be/je-suis\" title=\"\">Je suis</a>\n</dt>",
            "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": "244a857cbc40",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-54cc8a82"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#top-menu-je-trouve > .actionMenuHeader",
            "html": "<dt class=\"actionMenuHeader\">\n<a href=\"https://www.leroeulx.be/je-trouve\" title=\"\">Je trouve</a>\n</dt>",
            "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": "00d512fe8d53",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d0c2a74f"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#portal-personaltools-wrapper",
            "html": "<div id=\"portal-personaltools-wrapper\">",
            "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": "37feb6e78a15",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0621ffd4"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#portal-siteactions",
            "html": "<ul id=\"portal-siteactions\">\n<li id=\"siteaction-contact\"><a accesskey=\"9\" href=\"https://www.leroeulx.be/ma-commune/formulaire-de-contact\" title=\"Contact\">Contact</a></li>\n</ul>",
            "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": "5e57bd69a5a4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5d90ae7c"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#top-logo",
            "html": "<div id=\"top-logo\">",
            "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": "083c59fb2363",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ab469cd8"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".hiddenStructure:nth-child(3)",
            "html": "<p class=\"hiddenStructure\">\n<a accesskey=\"2\" href=\"https://www.leroeulx.be/#content\">Aller au contenu.</a> |\n\n  <a accesskey=\"6\" href=\"https://www.leroeulx.be/#portal-globalnav\">Aller à la navigation</a>\n</p>",
            "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": "b549b6970f1e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8b4cab70"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".hiddenStructure:nth-child(4)",
            "html": "<p class=\"hiddenStructure\">Navigation</p>",
            "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": "1015a39e018e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-70bfdf1d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "h5",
            "html": "<h5 class=\"hiddenStructure\">Navigation</h5>",
            "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": "a6f0c2d42d95",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5a996fd3"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-1",
            "html": "<div class=\"bloc-1 bloc-document quick-access \">",
            "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": "d46599f831cd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ecd8c824"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slick-slide00",
            "html": "<div class=\"slick-slide slick-current slick-active\" data-slick-index=\"0\" aria-hidden=\"false\" style=\"width: 1145px;\" tabindex=\"0\" role=\"tabpanel\" id=\"slick-slide00\" aria-describedby=\"slick-slide-control00\">",
            "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": "aa0875b123d6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-76f854f7"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".slick-dots",
            "html": "<ul class=\"slick-dots\" style=\"display: block;\" role=\"tablist\">",
            "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": "270f4ae5a4c9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c9217522"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-3 > .titre-rss > .titre",
            "html": "<a class=\"titre\" href=\"https://www.leroeulx.be/actualites/actualites\">\n<h2>Actualités</h2>\n</a>",
            "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": "7717e55987ea",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1b86520d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-3 > .results.parsable-content",
            "html": "<div class=\"results parsable-content\">",
            "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": "d632fbca47ca",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c8a5ffa1"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-3 > .voir-tout-content",
            "html": "<div class=\"voir-tout-content\">\n<a class=\"voir-tout\" href=\"https://www.leroeulx.be/actualites/actualites\">\n                       Voir l'ensemble des actualités\n                      </a>\n</div>",
            "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": "0ddf548cf381",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7cc37511"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-4 > .titre-rss > .titre",
            "html": "<a class=\"titre\" href=\"https://www.leroeulx.be/evenements/evenements\">\n<h2>Événements</h2>\n</a>",
            "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": "29a6e985c911",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-90435234"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "a[title=\"Don de sang au Roeulx\"]",
            "html": "<a href=\"https://www.leroeulx.be/evenements/don-de-sang-au-roeulx-080526\" title=\"Don de sang au Roeulx\">",
            "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": "ed1e0de14e5d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dedeefca"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "a[title=\"Soumonce en batterie au Roeulx\"]",
            "html": "<a href=\"https://www.leroeulx.be/evenements/soumonce-en-batterie-au-roeulx-2\" title=\"Soumonce en batterie au Roeulx\">",
            "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": "17f4265d84d8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-98601007"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "a[title=\"Repair Café Le Roeulx\"]",
            "html": "<a href=\"https://www.leroeulx.be/evenements/repair-cafe-le-roeulx-1\" title=\"Repair Café Le Roeulx\">",
            "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": "258db1ae75bb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d3fa7592"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-4 > .voir-tout-content",
            "html": "<div class=\"voir-tout-content\">\n<a class=\"voir-tout\" href=\"https://www.leroeulx.be/evenements/evenements\">\n                       Voir l'ensemble des Événements\n                      </a>\n</div>",
            "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": "472158f6d61d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1afa911b"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-5",
            "html": "<div class=\"bloc-5 bloc-document sites-partenaires \">",
            "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": "67fc1abdce4c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c98404ea"
          }
        ],
        "outcomeCount": 658,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 33
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2057,
          "failed": 97,
          "cantTell": 42,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_accessiblename_exists",
          "aria_content_in_landmark",
          "aria_contentinfo_misuse",
          "aria_keyboard_handler_exists",
          "aria_widget_labelled",
          "element_attribute_deprecated",
          "element_id_unique",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "heading_content_exists",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f96c3357b51",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9ad5fff9"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style>",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3d3ac345ffed",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b81717"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e85b8653917b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<dl id=\"1776855193109\" class=\"messagesviewlet-significant\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2117c599206b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-48b692cb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d6d4dfd65827",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ced9415b"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7178a46c4317",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1b601da8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dd813232c972",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fdf321ae"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c52d7d36fac",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c8dbfadd"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<dl id=\"top-menu-je-suis\" class=\"actionMenu deactivated\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "00c3469b5fc8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6a973988"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<dl id=\"top-menu-je-trouve\" class=\"actionMenu deactivated\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a01e62111e4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-52a2b3b7"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul id=\"portal-siteactions\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3c92353de01b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8b43a333"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a title=\"Ville du Roeulx\" id=\"portal-logo-link\" href=\"https://www.leroeulx.be\" accesskey=\"1\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "33857cd8490b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c3209dae"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a id=\"search-btn\" href=\"#\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe82f015c884",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4dede3db"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\"quick-access-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b0e34f296222",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-eda0d5c0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.leroeulx.be/ma-commune/services-communaux/accueil\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f927faeb7b42",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6565e6f6"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.leroeulx.be/ma-commune/services-communaux/e-guichet\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a2237d2bc046",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bd26a6c4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.leroeulx.be/travaux\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf582b1e8ad9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d1bf9694"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.leroeulx.be/ma-commune/social/cpas\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5abe8d064806",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a83926b2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.deliberations.be/le-roeulx/publications\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "067456f48cb4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-617dbc76"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.leroeulx.be/tht\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a406809e881",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4ef379f9"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text 'Hainaut' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f469c63bc434",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-94d3c6bd"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d6098553402",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d8cc0148"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.leroeulx.be/actualites/la-ville-du-roeulx-lance-sa-newsletter\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac8a179f7720",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ef420ebf"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.leroeulx.be/actualites/la-ville-du-roeulx-lance-sa-newsletter\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.leroeulx.be/actualites/la-ville-du-roeulx-lance-sa-newsletter\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<div aria-describedby=\"slick-slide-control00\" id=\"slick-slide00\" role=\"tabpanel\" tabindex=\"0\" aria-hidden=\"false\" data-slick-index=\"0\" style=\"width: 683px;\" class=\"slick-slide slick-current slick-active\">",
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2217606e02a7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2776dfdb"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://www.leroeulx.be/actualites/ete-solidaire-2026-les-candidatures-sont-ouvertes\" class=\"linkimg\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3388d5c88d67",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-12191210"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f07a0c56947",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f9d40766"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://www.leroeulx.be/actualites/ete-solidaire-2026-les-candidatures-sont-ouvertes\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6eda34831ade",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-abfba435"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://www.leroeulx.be/actualites/ete-solidaire-2026-les-candidatures-sont-ouvertes\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dcd7eb3f335c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-493afa1b"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://www.leroeulx.be/actualites/ete-solidaire-2026-les-candidatures-sont-ouvertes\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://www.leroeulx.be/actualites/ete-solidaire-2026-les-candidatures-sont-ouvertes\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f1de494d9ac",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b72ebc6d"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<div aria-describedby=\"slick-slide-control01\" id=\"slick-slide01\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"1\" style=\"width: 683px;\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6268b61661bc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d0afeb9c"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.leroeulx.be/actualites/lutte-contre-le-frelon-asiatique-suivi-du-piegeage-printanier\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2de0fc065bb7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a472ea7f"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.leroeulx.be/actualites/lutte-contre-le-frelon-asiatique-suivi-du-piegeage-printanier\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.leroeulx.be/actualites/lutte-contre-le-frelon-asiatique-suivi-du-piegeage-printanier\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.leroeulx.be/actualites/lutte-contre-le-frelon-asiatique-suivi-du-piegeage-printanier\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0bf6ed597843",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f4874799"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<div aria-describedby=\"slick-slide-control02\" id=\"slick-slide02\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"2\" style=\"width: 683px;\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "517f11f9876e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-55c7d7d7"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.leroeulx.be/actualites/boucle-du-hainaut-interview-du-collectif-citoyen-et-point-sur-le-dossier\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "81386d28bd77",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f663d973"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.leroeulx.be/actualites/boucle-du-hainaut-interview-du-collectif-citoyen-et-point-sur-le-dossier\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.leroeulx.be/actualites/boucle-du-hainaut-interview-du-collectif-citoyen-et-point-sur-le-dossier\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.leroeulx.be/actualites/boucle-du-hainaut-interview-du-collectif-citoyen-et-point-sur-le-dossier\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "858d796ef73b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-81cc8446"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<div aria-describedby=\"slick-slide-control03\" id=\"slick-slide03\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"3\" style=\"width: 683px;\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc7f087596a3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ce6425cd"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.leroeulx.be/actualites/la-ville-du-roeulx-lance-sa-newsletter\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.leroeulx.be/actualites/la-ville-du-roeulx-lance-sa-newsletter\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.leroeulx.be/actualites/la-ville-du-roeulx-lance-sa-newsletter\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.leroeulx.be/actualites/la-ville-du-roeulx-lance-sa-newsletter\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d5f8b56e416a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-86026f0a"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.leroeulx.be/actualites/ete-solidaire-2026-les-candidatures-sont-ouvertes\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e79a3049e66",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8aedec3c"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.leroeulx.be/actualites/ete-solidaire-2026-les-candidatures-sont-ouvertes\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.leroeulx.be/actualites/ete-solidaire-2026-les-candidatures-sont-ouvertes\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.leroeulx.be/actualites/ete-solidaire-2026-les-candidatures-sont-ouvertes\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7218fe4f544d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-805962ca"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.leroeulx.be/actualites/lutte-contre-le-frelon-asiatique-suivi-du-piegeage-printanier\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.leroeulx.be/actualites/lutte-contre-le-frelon-asiatique-suivi-du-piegeage-printanier\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.leroeulx.be/actualites/lutte-contre-le-frelon-asiatique-suivi-du-piegeage-printanier\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.leroeulx.be/actualites/lutte-contre-le-frelon-asiatique-suivi-du-piegeage-printanier\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.leroeulx.be/actualites/boucle-du-hainaut-interview-du-collectif-citoyen-et-point-sur-le-dossier\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.leroeulx.be/actualites/boucle-du-hainaut-interview-du-collectif-citoyen-et-point-sur-le-dossier\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.leroeulx.be/actualites/boucle-du-hainaut-interview-du-collectif-citoyen-et-point-sur-le-dossier\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.leroeulx.be/actualites/boucle-du-hainaut-interview-du-collectif-citoyen-et-point-sur-le-dossier\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.leroeulx.be/actualites/la-ville-du-roeulx-lance-sa-newsletter\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.leroeulx.be/actualites/la-ville-du-roeulx-lance-sa-newsletter\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.leroeulx.be/actualites/la-ville-du-roeulx-lance-sa-newsletter\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.leroeulx.be/actualites/la-ville-du-roeulx-lance-sa-newsletter\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul role=\"tablist\" style=\"display: block;\" class=\"slick-dots\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "14445ae58ee1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-20fa3850"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<ul role=\"tablist\" style=\"display: block;\" class=\"slick-dots\">",
            "message": "Verify the <ul> element with \"tablist\" role has keyboard access",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7bf9b3991d83",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-de6c1d9b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button aria-selected=\"true\" tabindex=\"0\" aria-label=\"1 of 4\" aria-controls=\"slick-slide00\" id=\"slick-slide-control00\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a3502f23bf8b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5952a7e4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"2 of 4\" aria-controls=\"slick-slide01\" id=\"slick-slide-control01\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60d5b529e91d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-74715159"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"3 of 4\" aria-controls=\"slick-slide02\" id=\"slick-slide-control02\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d635957da92",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-025a7ea4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"4 of 4\" aria-controls=\"slick-slide03\" id=\"slick-slide-control03\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5bde06964c2e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c31ff3dc"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.leroeulx.be/actualites/actualites\" class=\"titre\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5110b00d24ea",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-37882cb4"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.leroeulx.be/actualites/actualites\" class=\"titre\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eccec2f8651c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dc2b2688"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\" standard-results\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ee8cdc65cde",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4a9e0863"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.leroeulx.be/actualites/actualites\" class=\"voir-tout\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d80cdbf0938d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9fed3f64"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.leroeulx.be/actualites/actualites\" class=\"voir-tout\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d9707d93c017",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9147d13d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.leroeulx.be/evenements/evenements\" class=\"titre\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "42459b3f87f7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-930bed56"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.leroeulx.be/evenements/evenements\" class=\"titre\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c813633989dd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7c4c1292"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\" standard-results\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.leroeulx.be/evenements/evenements\" class=\"voir-tout\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ad3ff011cc4d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-06efb61c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.leroeulx.be/evenements/evenements\" class=\"voir-tout\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e8f48f6c2b7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c65962b4"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div id=\"form-widgets-text\" class=\"richTextWidget richtext-field\">",
            "message": "The <div> element has the id \"form-widgets-text\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "49349b8362d1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-23c6087c"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bfbaad697f39",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6e7f9087"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.leroeulxtourisme.be/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3fd8aa1bc9a7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-45307644"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.leroeulxculture.be/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7598b15bfa0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c4501278"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://www.leroeulxsport.be/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "45a3657fffa1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ae5ca3fd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.leroeulxcommerces.be/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "96d189b6366e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1ea28ccc"
          },
          {
            "rule": "aria_contentinfo_misuse",
            "xpath": null,
            "html": "<footer id=\"portal-footer-wrapper\">",
            "message": "Element with \"contentinfo\" role is present without an element with \"main\" role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f085d85beab7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6a24b034"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2 style=\"color:#FFFFFF;\" class=\"footer-bloc\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe33a15876da",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-76a5543f"
          },
          {
            "rule": "aria_accessiblename_exists",
            "xpath": null,
            "html": "<h2 style=\"color:#FFFFFF;\" class=\"footer-bloc\">",
            "message": "Element <h2> with \"heading\" role has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf2882dce1b5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9788c8f7"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Grand'Place 1, 7070 Le Roeulx' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "233a2b75e4ed",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f2bf52aa"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text '064/310.740' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 2168,
        "uniqueFailedCount": 64,
        "duplicateFailedCount": 33,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 33
    },
    {
      "submittedUrl": "https://www.lens.be/",
      "finalUrl": "https://www.lens.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Accueil — Commune de Lens",
      "elapsedMs": 20058,
      "error": null,
      "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": 4980,
          "failed": 7,
          "cantTell": 42,
          "inapplicable": 43
        },
        "failedRules": [
          "aria-allowed-role",
          "aria-required-children",
          "heading-order",
          "region"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-command-name",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "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",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Ma commune\"]",
            "html": "<label aria-label=\"Ma commune\" for=\"navitem-ma-commune\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dafefd44f307",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fb93ab52"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Vivre à Lens\"]",
            "html": "<label aria-label=\"Vivre à Lens\" for=\"navitem-vivre-a\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc2aa8d00e48",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-225134ae"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Que faire\"]",
            "html": "<label aria-label=\"Que faire\" for=\"navitem-que-faire\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "614908668080",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a54c0d43"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Je trouve\"]",
            "html": "<label aria-label=\"Je trouve\" for=\"navitem-en-un-clic\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5809c2f04ce6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-95636ade"
          },
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#portal-globalnav",
            "html": "<ul class=\"navbar-nav\" id=\"portal-globalnav\" role=\"menubar\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: [role=button]",
            "relatedPaths": [
              "label[aria-label=\"Ma commune\"]",
              "label[aria-label=\"Vivre à Lens\"]",
              "label[aria-label=\"Que faire\"]",
              "label[aria-label=\"Je trouve\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "43046dc11435",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8565635e"
          },
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "a[title=\"Bienvenue à Lens\"] > .swiper_title > h3",
            "html": "<h3>Bienvenue à Lens</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": "6796cfab1d10",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b13260fa"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#portal-colophon",
            "html": "<div id=\"portal-colophon\">",
            "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": "a22ddec881a8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-edf401d2"
          }
        ],
        "outcomeCount": 5072,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 7
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 17659,
          "failed": 51,
          "cantTell": 36,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_complementary_labelled",
          "aria_content_in_landmark",
          "aria_id_unique",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "input_label_visible",
          "label_name_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "svg_graphics_labelled",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style>",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea39b49a3c88",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b81717"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "16c70da23735",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9ad5fff9"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"https://www.lens.be/++webresource++d5804eac-48ee-5c69-8389-75ac65829cb3/++plone++facetednavigation/faceted-jquery.min.css\" data-bundle=\"faceted.jquery\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be7b71798ff2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4f7395d7"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"https://www.lens.be/++webresource++99c85a75-f53c-58dc-a837-4e3f826978e7//++theme++lens/dist/css/theme.css\" data-bundle=\"diazo\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "05a1524499f1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-907bfd91"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.lens.be/#content\" class=\"show-on-focus\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a146453caa42",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5888ef30"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"165\" viewBox=\"0 0 165 69\" height=\"69\" fill=\"none\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c074e8eed16",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2d6e8ef3"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#portal-globalnav-collapse\" class=\"navbar-toggler\" aria-label=\"Activer/désactiver la navigation\" aria-expanded=\"false\" aria-controls=\"navbarNav\">",
            "message": "The 'id' \"navbarNav\" specified for the ARIA property 'aria-controls' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "713cd5801ebe",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7be75485"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#portal-globalnav-collapse\" class=\"navbar-toggler\" aria-label=\"Activer/désactiver la navigation\" aria-expanded=\"false\" aria-controls=\"navbarNav\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "820349f4d476",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-55b9b791"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"#offcanvasSearch\" data-bs-toggle=\"offcanvas\" data-bs-target=\"#offcanvasSearch\" aria-controls=\"offcanvasSearch\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "62fe3842e38c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a652846"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\" aria-label=\"Acceptez tous les cookies\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ece42318d2fc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f4c83f57"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\" aria-label=\"Acceptez tous les cookies\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "afc6dc51091a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f761d507"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\" aria-label=\"Acceptez tous les cookies\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c99eb6f0e58",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-11d7452b"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\" aria-label=\"Acceptez tous les cookies\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a83a612a457d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4f9b556e"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.lens.be/@@consent\" data-pat-plone-modal=\"{\"prependContent\": \"\"}\" class=\"pat-plone-modal\" aria-label=\"En savoir plus et paramétrer les cookies\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "73d904c16610",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-38f579ad"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.lens.be/@@consent\" data-pat-plone-modal=\"{\"prependContent\": \"\"}\" class=\"pat-plone-modal\" aria-label=\"En savoir plus et paramétrer les cookies\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b343c73f0e39",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-debe2329"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a href=\"https://www.lens.be/@@consent\" data-pat-plone-modal=\"{\"prependContent\": \"\"}\" class=\"pat-plone-modal\" aria-label=\"En savoir plus et paramétrer les cookies\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "718cd82927fc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-30ec3baf"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\" aria-label=\"Refuser tous les cookies\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd98e710b1b6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9e6f9182"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\" aria-label=\"Refuser tous les cookies\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ae5c4b97dd2e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-877f508f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\" aria-label=\"Refuser tous les cookies\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ba7c16645516",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-37e5941e"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\" aria-label=\"Refuser tous les cookies\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4afd64071eaa",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4abe1a5a"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside id=\"global_statusmessage\" class=\"col-12\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "774a574a3e5f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d6a7e678"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6c56e205dbcd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-61d6b2cc"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "562717b8d6af",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7acebded"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "69df2402eddb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a4dedb7"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Nous contacter' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a97de2042a15",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-abe54ce3"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 23.5 19.23\" fill=\"#000\" class=\"plone-icon\" aria-labelledby=\"title\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ae1d1cb2e4f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8fb3f986"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 23.5 19.23\" fill=\"#000\" class=\"plone-icon\" aria-labelledby=\"title\">",
            "message": "The 'id' \"title\" specified for the ARIA property 'aria-labelledby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "74c70baac15d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-76e1b79e"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Démarches et infos pratiques' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48.01 35.28\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04cf02a659d0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9f29be8f"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'E-guichet' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 28 34.12\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "26ea47ecfa9c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e3dfa86a"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Info Travaux' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "815190f1927c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ec9aff45"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'CPAS' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"swiper_category\">",
            "message": "Confirm this text 'Travaux' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4ece6031399c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-812c55c0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.lens.be/actualites\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ba79eb98dda7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e82415fa"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"swiper_category\">",
            "message": "Confirm this text 'Théâtre et spectacle' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"swiper_category\">",
            "message": "Confirm this text 'Théâtre et spectacle' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"swiper_category\">",
            "message": "Confirm this text 'Fête et folklore' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.lens.be/agenda\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8482af6bad57",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b40fb665"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.lens.be/#content-header\" class=\"show-on-focus skip-before-footer\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da118ebee495",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-282c343c"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df5a7cb230db",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3910be04e997",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f769354b"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c61f198780c8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1b5a7192"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3759c61e841f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ea7883a7"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.lens.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a1d37733c7e8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-52f7fa0b"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.lens.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f646104ca1f6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1e2f70f3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.lens.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e829acc068b7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d05e759d"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.lens.be/annuaire/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dfe9b14d14f8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0d32c1ff"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.lens.be/annuaire/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e205e2d7c3bc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b06fb131"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d25e5e09eed6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6e7f9087"
          }
        ],
        "outcomeCount": 17741,
        "uniqueFailedCount": 44,
        "duplicateFailedCount": 7,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 7
    },
    {
      "submittedUrl": "https://www.les-bons-villers.be/",
      "finalUrl": "https://www.les-bons-villers.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Bons Villers - La commune",
      "elapsedMs": 9108,
      "error": null,
      "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": 456,
          "failed": 26,
          "cantTell": 14,
          "inapplicable": 47
        },
        "failedRules": [
          "landmark-one-main",
          "link-name",
          "meta-viewport",
          "page-has-heading-one",
          "region"
        ],
        "passedRules": [
          "accesskeys",
          "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-required-children",
          "aria-required-parent",
          "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",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "landmark-contentinfo-is-top-level",
          "landmark-no-duplicate-contentinfo",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport-large",
          "nested-interactive",
          "presentation-role-conflict",
          "region",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "landmark-one-main",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "html",
            "html": "<html lang=\"fr\" xml:lang=\"fr\" xmlns=\"http://www.w3.org/19...\" class=\"js flexbox canvas ca...\">",
            "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": "4800032c36a0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b00be0"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "#slick-slide00 > .flex-caption > .flex-caption-inner > p > a",
            "html": "<a href=\"https://www.les-bons-villers.be/actualites/inscription-a-lachat-groupe-de-cameras-privees\" tabindex=\"0\"></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": "c18c417f0844",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cc229b2a"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".icon-facebook-1",
            "html": "<a class=\"icon-facebook-1\" href=\"https://www.facebook.com/communebonsvillers/\" target=\"_blank\">&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": "ccd04096f59d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6713019f"
          },
          {
            "rule": "meta-viewport",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport?application=playwright",
            "impact": "moderate",
            "wcagSc": [
              "wcag2aa",
              "wcag144"
            ],
            "xpath": "meta[name=\"viewport\"]",
            "html": "<meta content=\"width=device-width, minimum-scale=1.0, maximum-scale=1.0\" name=\"viewport\">",
            "message": "Zooming and scaling must not be disabled",
            "fixSummary": "Fix any of the following:\n  maximum-scale on <meta> tag disables zooming on mobile devices",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d00ca60bd53",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-98527d57"
          },
          {
            "rule": "page-has-heading-one",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "html",
            "html": "<html lang=\"fr\" xml:lang=\"fr\" xmlns=\"http://www.w3.org/19...\" class=\"js flexbox canvas ca...\">",
            "message": "Page should contain a level-one heading",
            "fixSummary": "Fix all of the following:\n  Page must have a level-one heading",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2764e0051d58",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ee8d7590"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#gdpr-consent-banner > span",
            "html": "<span>Ce site utilise des cookies pour vous fournir une expérience optimale (lecture de vidéos, affichage de plans et de contenus issus des réseaux sociaux notamment).</span>",
            "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": "6052c514eb3f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-10afa511"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "a[rel=\"#pb_4\"]",
            "html": "<a href=\"https://www.les-bons-villers.be/@@consent\" rel=\"#pb_4\" class=\"link-overlay\" style=\"cursor: pointer;\">En savoir plus et personnaliser</a>",
            "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": "79ce7efa7c1f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b9a13803"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#portal-personaltools-wrapper > .hiddenStructure",
            "html": "<p class=\"hiddenStructure\">Outils personnels</p>",
            "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": "b6cf82586755",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-17ba9f70"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#personaltools-login",
            "html": "<a href=\"https://www.les-bons-villers.be/login\" id=\"personaltools-login\" rel=\"#pb_1\" class=\"link-overlay\" style=\"cursor: pointer;\">Se connecter</a>",
            "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": "933b6843a79c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d0bb690d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#portal-siteactions",
            "html": "<ul id=\"portal-siteactions\">\n<li id=\"siteaction-contact1\"><a accesskey=\"\" href=\"mailto:info@lesbonsvillers.be\" title=\"Contact\">Contact</a></li>\n</ul>",
            "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": "0bc52e3c93ca",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5d90ae7c"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#top-logo",
            "html": "<div id=\"top-logo\">",
            "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": "42af2669b497",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ab469cd8"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".hiddenStructure:nth-child(3)",
            "html": "<p class=\"hiddenStructure\">\n<a accesskey=\"2\" href=\"https://www.les-bons-villers.be/#content\">Aller au contenu.</a> |\n\n  <a accesskey=\"6\" href=\"https://www.les-bons-villers.be/#portal-globalnav\">Aller à la navigation</a>\n</p>",
            "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": "cb0110daa639",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8b4cab70"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".hiddenStructure:nth-child(4)",
            "html": "<p class=\"hiddenStructure\">Navigation</p>",
            "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": "8f11ae2f3ea0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-70bfdf1d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "h5",
            "html": "<h5 class=\"hiddenStructure\">Navigation</h5>",
            "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": "9b5a7b6f31f3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5a996fd3"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#cpskin-slogan",
            "html": "<div id=\"cpskin-slogan\">\n<div id=\"cpskin-slogan-titre\">Les Bons Villers</div>\n<div id=\"cpskin-slogan-description\"></div>\n</div>",
            "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": "f1cec9489e8f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b985c5b1"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-1",
            "html": "<div class=\"bloc-1 bloc-document quick-access \">",
            "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": "2f0b2cbfaa84",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ecd8c824"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".titre-slider",
            "html": "<div class=\"titre-slider\">\n<h2>À la une</h2>\n</div>",
            "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": "3cf57c8cbbd6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-76e9160f"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slick-slide00 > .linkimg",
            "html": "<a class=\"linkimg\" href=\"https://www.les-bons-villers.be/actualites/inscription-a-lachat-groupe-de-cameras-privees\" tabindex=\"0\">",
            "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": "97c0df9d0154",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-43330f2b"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slick-slide00 > .flex-caption",
            "html": "<div class=\"flex-caption\">",
            "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": "9ab733e544e9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-813b2b39"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".slick-dots",
            "html": "<ul class=\"slick-dots\" style=\"display: block;\" role=\"tablist\">",
            "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": "128b89be5789",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c9217522"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-4 > .titre-rss > .titre",
            "html": "<a class=\"titre\" href=\"https://www.les-bons-villers.be/actualites/index\">\n<h2>Actualités</h2>\n</a>",
            "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": "80c29a4a9249",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-90435234"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-4 > .results.parsable-content",
            "html": "<div class=\"results parsable-content\">",
            "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": "264a84ec63fc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d7f3459e"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-4 > .voir-tout-content",
            "html": "<div class=\"voir-tout-content\">\n<a class=\"voir-tout\" href=\"https://www.les-bons-villers.be/actualites/index\">\n                       Découvrez les actualités de la commune\n                      </a>\n</div>",
            "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": "7077f773561d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1afa911b"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-5 > .titre-rss > .titre",
            "html": "<a class=\"titre\" href=\"https://www.les-bons-villers.be/evenements/index\">\n<h2>Événements</h2>\n</a>",
            "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": "266072c36544",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b216da3b"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-5 > .results.parsable-content",
            "html": "<div class=\"results parsable-content\">",
            "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": "703aeabae7ea",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-49c3eae8"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-5 > .voir-tout-content",
            "html": "<div class=\"voir-tout-content\">\n<a class=\"voir-tout\" href=\"https://www.les-bons-villers.be/evenements/index\">\n                       Découvrez tous les événements qui ont lieux dans la commune\n                      </a>\n</div>",
            "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": "15b4dc9f4c92",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c9807012"
          }
        ],
        "outcomeCount": 543,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 26
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1621,
          "failed": 71,
          "cantTell": 28,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_content_in_landmark",
          "aria_contentinfo_misuse",
          "aria_keyboard_handler_exists",
          "aria_widget_labelled",
          "element_attribute_deprecated",
          "element_id_unique",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "heading_content_exists",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "svg_graphics_labelled",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d88c0b63d34",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9ad5fff9"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style>",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ecde5c828bdf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b81717"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f2eb306fffb9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5499b6b27651",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-62a9622d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "53c7e6e3eaa3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ced9415b"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c2d7aebbf317",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1b601da8"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a style=\"cursor: pointer;\" class=\"link-overlay\" rel=\"#pb_4\" href=\"https://www.les-bons-villers.be/@@consent\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "27d7c12018a5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cf6d7ace"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d5c8130d4c2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ddecc5e3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "843085a45196",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fdf321ae"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "10314907da56",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c8dbfadd"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul id=\"portal-siteactions\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da423ff6d5e6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8b43a333"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Contact\" href=\"mailto:info@lesbonsvillers.be\" accesskey=\"\">",
            "message": "Text contrast of 3.95 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b118b0d118c3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-eb119668"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a title=\"Bons Villers - La commune\" id=\"portal-logo-link\" href=\"https://www.les-bons-villers.be\" accesskey=\"1\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d6587c11415a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1496d6d4"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a id=\"search-btn\" href=\"#\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e25592237bb7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4dede3db"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg fill=\"none\" class=\"shape-path\" viewBox=\"0 0 1920 197.8\" preserveAspectRatio=\"xMinYMin meet\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea80c5a7b4c1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b8e5be76"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\"quick-access-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6de619afaf4a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-eda0d5c0"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/services-communaux\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac88b7ba1f49",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4611879f"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"/services-communaux\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"input\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "061420357518",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-de0a212b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.les-bons-villers.be/annuaire\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce2e0e4c0f84",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-15a4889d"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.les-bons-villers.be/annuaire\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b4af97c7360",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f8d92d29"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/ma-commune/services-communaux/travaux-et-mobilite-1/mobilinfo-les-bons-villers\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d9eb35ce7e1c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e18fd33b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://lesbonsvillers.guichet-citoyen.be/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a1f42f18f1d1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6bdbec1f"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div id=\"form-widgets-text\" class=\"richTextWidget richtext-field\">",
            "message": "The <div> element has the id \"form-widgets-text\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c17c655efa7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-23c6087c"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c77a0ff3866",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f9d40766"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button style=\"display: block;\" type=\"button\" aria-label=\"Previous\" class=\"slick-prev slick-arrow\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "12e05d7b5a8a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8acdcdb5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button style=\"display: block;\" type=\"button\" aria-label=\"Previous\" class=\"slick-prev slick-arrow\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "50a5c97b6e55",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d6b47eba"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0215e89b025c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d8cc0148"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.les-bons-villers.be/actualites/concours-des-meilleurs-trieurs-2026\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "812acc856ded",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0e34b437"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<div aria-describedby=\"slick-slide-control00\" id=\"slick-slide00\" role=\"tabpanel\" tabindex=\"0\" aria-hidden=\"false\" data-slick-index=\"0\" style=\"width: 711px;\" class=\"slick-slide slick-current slick-active\">",
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "73c88bd0d98b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-33eb0ec8"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://www.les-bons-villers.be/actualites/inscription-a-lachat-groupe-de-cameras-privees\" class=\"linkimg\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "244985098f80",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4b1b24e5"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://www.les-bons-villers.be/actualites/inscription-a-lachat-groupe-de-cameras-privees\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4986fb7f9750",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9909f7de"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a tabindex=\"0\" href=\"https://www.les-bons-villers.be/actualites/inscription-a-lachat-groupe-de-cameras-privees\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a6f9a02792b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8aaacd7f"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<div aria-describedby=\"slick-slide-control01\" id=\"slick-slide01\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"1\" style=\"width: 711px;\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6cbedc547d32",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7fb01450"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.les-bons-villers.be/actualites/reno-mon-village-isolez-votre-maison-avec-l2019aide-de-votre-commune\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb99dc25b645",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b7dccc36"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<div aria-describedby=\"slick-slide-control02\" id=\"slick-slide02\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"2\" style=\"width: 711px;\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a86245bb11e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f6ce9207"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.les-bons-villers.be/actualites/rejoignez-la-commission-locale-de-developpement-rural\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f62d0019b35e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-71348b63"
          },
          {
            "rule": "aria_widget_labelled",
            "xpath": null,
            "html": "<div aria-describedby=\"slick-slide-control03\" id=\"slick-slide03\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"3\" style=\"width: 711px;\" class=\"slick-slide\">",
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "597de24edb6b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-34f0331c"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.les-bons-villers.be/actualites/concours-des-meilleurs-trieurs-2026\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.les-bons-villers.be/actualites/inscription-a-lachat-groupe-de-cameras-privees\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b68d0c1f5326",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e9f77840"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.les-bons-villers.be/actualites/reno-mon-village-isolez-votre-maison-avec-l2019aide-de-votre-commune\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.les-bons-villers.be/actualites/rejoignez-la-commission-locale-de-developpement-rural\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a tabindex=\"-1\" href=\"https://www.les-bons-villers.be/actualites/concours-des-meilleurs-trieurs-2026\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button style=\"display: block;\" type=\"button\" aria-label=\"Next\" class=\"slick-next slick-arrow\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e18203fd425",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f6460cc2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button style=\"display: block;\" type=\"button\" aria-label=\"Next\" class=\"slick-next slick-arrow\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1ce6aabc88e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dfeea4c5"
          },
          {
            "rule": "aria_keyboard_handler_exists",
            "xpath": null,
            "html": "<ul role=\"tablist\" style=\"display: block;\" class=\"slick-dots\">",
            "message": "Verify the <ul> element with \"tablist\" role has keyboard access",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bfff55b72c53",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-de6c1d9b"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button aria-selected=\"true\" tabindex=\"0\" aria-label=\"1 of 4\" aria-controls=\"slick-slide00\" id=\"slick-slide-control00\" role=\"tab\" type=\"button\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a47c3bec1af",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1802932c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button aria-selected=\"true\" tabindex=\"0\" aria-label=\"1 of 4\" aria-controls=\"slick-slide00\" id=\"slick-slide-control00\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b87fa70d8ac",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5952a7e4"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"2 of 4\" aria-controls=\"slick-slide01\" id=\"slick-slide-control01\" role=\"tab\" type=\"button\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9f9ed748f4f0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-03b67932"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"2 of 4\" aria-controls=\"slick-slide01\" id=\"slick-slide-control01\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "06f623af5b1b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-74715159"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"3 of 4\" aria-controls=\"slick-slide02\" id=\"slick-slide-control02\" role=\"tab\" type=\"button\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b1917d75156",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-466c53f9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"3 of 4\" aria-controls=\"slick-slide02\" id=\"slick-slide-control02\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "514bb66ed590",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-025a7ea4"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"4 of 4\" aria-controls=\"slick-slide03\" id=\"slick-slide-control03\" role=\"tab\" type=\"button\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0828e0e49c3d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6634fa1c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button tabindex=\"-1\" aria-label=\"4 of 4\" aria-controls=\"slick-slide03\" id=\"slick-slide-control03\" role=\"tab\" type=\"button\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "203f3a66fa5d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c31ff3dc"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.les-bons-villers.be/actualites/index\" class=\"titre\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dd64d3bdcf12",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-13479342"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\" standard-results\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a06b53abffdd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4a9e0863"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.les-bons-villers.be/actualites/index\" class=\"voir-tout\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b3d449e708e9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b902a822"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.les-bons-villers.be/actualites/index\" class=\"voir-tout\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ada567b34e44",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-65830009"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.les-bons-villers.be/evenements/index\" class=\"titre\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "29e2d51a4579",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b835ea3a"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\" standard-results\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.les-bons-villers.be/evenements/index\" class=\"voir-tout\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf153494ebeb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1e5729f2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.les-bons-villers.be/evenements/index\" class=\"voir-tout\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "63e152d42fc2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-aa3e2f07"
          },
          {
            "rule": "aria_contentinfo_misuse",
            "xpath": null,
            "html": "<footer id=\"portal-footer-wrapper\">",
            "message": "Element with \"contentinfo\" role is present without an element with \"main\" role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b1edbfbcf86",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6a24b034"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Place de Frasnes 1, 6210 Les Bons Villers' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "389b52094bb6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f2bf52aa"
          }
        ],
        "outcomeCount": 1697,
        "uniqueFailedCount": 58,
        "duplicateFailedCount": 13,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 13
    },
    {
      "submittedUrl": "https://www.lessines.be/",
      "finalUrl": "https://www.lessines.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Lessines",
      "elapsedMs": 10789,
      "error": null,
      "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": 847,
          "failed": 59,
          "cantTell": 38,
          "inapplicable": 50
        },
        "failedRules": [
          "aria-hidden-focus",
          "landmark-one-main",
          "link-name",
          "meta-viewport",
          "page-has-heading-one",
          "region"
        ],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-conditional-attr",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "bypass",
          "color-contrast",
          "definition-list",
          "dlitem",
          "document-title",
          "empty-heading",
          "frame-tested",
          "frame-title",
          "frame-title-unique",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "landmark-contentinfo-is-top-level",
          "landmark-no-duplicate-contentinfo",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport-large",
          "nested-interactive",
          "presentation-role-conflict",
          "region"
        ],
        "failures": [
          {
            "rule": "aria-hidden-focus",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".clone[aria-hidden=\"true\"]:nth-child(1)",
            "html": "<li class=\"clone\" aria-hidden=\"true\" style=\"width: 1192px; float: left; display: block;\">",
            "message": "ARIA hidden element must not be focusable or contain focusable elements",
            "fixSummary": "Fix all of the following:\n  Focusable content should have tabindex=\"-1\" or be removed from the DOM",
            "relatedPaths": [
              ".clone[aria-hidden=\"true\"]:nth-child(1) > .linkimg",
              ".clone[aria-hidden=\"true\"]:nth-child(1) > .flex-caption > .flex-caption-inner > h2 > a",
              ".clone[aria-hidden=\"true\"]:nth-child(1) > .flex-caption > .flex-caption-inner > p > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b5ae2b4af10",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-48676e3f"
          },
          {
            "rule": "aria-hidden-focus",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".clone[aria-hidden=\"true\"]:nth-child(6)",
            "html": "<li style=\"width: 1192px; float: left; display: block;\" class=\"clone\" aria-hidden=\"true\">",
            "message": "ARIA hidden element must not be focusable or contain focusable elements",
            "fixSummary": "Fix all of the following:\n  Focusable content should have tabindex=\"-1\" or be removed from the DOM",
            "relatedPaths": [
              ".clone[aria-hidden=\"true\"]:nth-child(6) > .linkimg",
              ".clone[aria-hidden=\"true\"]:nth-child(6) > .flex-caption > .flex-caption-inner > h2 > a",
              ".clone[aria-hidden=\"true\"]:nth-child(6) > .flex-caption > .flex-caption-inner > p > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dda577964f7c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1c0d9bdf"
          },
          {
            "rule": "landmark-one-main",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "html",
            "html": "<html lang=\"fr\" xml:lang=\"fr\" xmlns=\"http://www.w3.org/19...\" class=\"js flexbox canvas ca...\">",
            "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": "6388e627e19f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b00be0"
          },
          {
            "rule": "landmark-one-main",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "iframe",
            "html": "<html><head></head><body></body></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": "8e9e8967c366",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e6b8472e"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".annuaire.icone-inner:nth-child(1) > a[href$=\"lessines.e-guichet.be/\"][target=\"_blank\"]",
            "html": "<a href=\"https://lessines.e-guichet.be/\" target=\"_blank\"><img alt=\"\" height=\"44\" src=\"https://www.lessines.be/eguichet.png/@@images/6bd26b6b-db8b-4a0f-a0f0-7681a96a9bbe.png\" title=\"Eguichet\" width=\"44\"> </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": "b0fa1415f801",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-559de725"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".annuaire.icone-inner:nth-child(3) > a",
            "html": "<a href=\"http://resolveuid/461db768a34e4d14bf6016fcbab2590e\"><img alt=\"\" height=\"44\" src=\"https://www.lessines.be/images-theme/icone-annuaire-ok.png/@@images/a05eb30b-0c02-4244-83bc-6629fe5fc361.png\" title=\"icone annuaire ok\" width=\"44\"> </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": "24e91ad93701",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5b4664e4"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".bloc-2 > .richTextWidget.richtext-field > .icone-container > .icone-inner:nth-child(4) > a",
            "html": "<a href=\"http://resolveuid/96c8b4923e4b453eb36e2b832a45f469\"><img alt=\"\" height=\"44\" src=\"https://www.lessines.be/images-theme/icone-info-ok.png/@@images/3e63d937-becd-4e58-8d35-6215902f8c65.png\" title=\"icone info ok\" width=\"44\"> </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": "96fa1eafa62a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-02eafc1f"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".mobilite > a",
            "html": "<a href=\"http://resolveuid/a6c863360de7439a9d2c372affa7c2fd\"><img alt=\"\" height=\"44\" src=\"https://www.lessines.be/images-theme/icone-mobilite-ok.png/@@images/cb9f8114-a12d-4b2c-b82f-9d74833fbf9f.png\" title=\"icone mobilite ok\" width=\"44\"> </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": "bcb6ae81ff6b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-aeff6b59"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".icone-inner:nth-child(6) > a",
            "html": "<a href=\"http://resolveuid/71e9e856f7694854a43bfc851810ebf5\"><img alt=\"\" height=\"44\" src=\"https://www.lessines.be/images-theme/icone-cpas-ok.png/@@images/33065832-f8bf-422f-9536-f406fe1f02ba.png\" title=\"icone cpas ok\" width=\"44\"> </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": "748fedf50051",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9d8393be"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".icone-container:nth-child(2) > .icone-inner:nth-child(1) > a:nth-child(3)",
            "html": "<a href=\"https://www.lessines.be/loisirs/tourisme/office-de-tourisme\"> </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": "3d40e72bf83b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-150abbac"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".cpas > a:nth-child(3)",
            "html": "<a href=\"https://www.lessines.be/ma-ville/autres-services/cpas\"> </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": "a3466f49d699",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d62fbdec"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".sport > a:nth-child(3)",
            "html": "<a href=\"https://www.lessines.be/loisirs/sports/lessines-sport\"> </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": "6438d087a1cb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-12619692"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".icone-inner:nth-child(4) > a:nth-child(3)",
            "html": "<a href=\"https://www.lessines.be/ma-ville/jeunes/animados\"> </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": "471ba60783aa",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4bfbfc2f"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".adl > a:nth-child(3)",
            "html": "<a href=\"https://www.lessines.be/economie/acteurs-economiques/actions-de-developpement-local\"> </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": "460b13aab863",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9a924cf8"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".last > .icone-inner:nth-child(2) > a:nth-child(3)",
            "html": "<a href=\"https://www.lessines.be/loisirs/culture/bibliotheque\"> </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": "2d0304db04b4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f8998dc9"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".culture > a:nth-child(3)",
            "html": "<a href=\"https://www.lessines.be/loisirs/culture/centre-culturel-rene-magritte\"> </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": "31bb806c0673",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8d31c6f3"
          },
          {
            "rule": "meta-viewport",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport?application=playwright",
            "impact": "moderate",
            "wcagSc": [
              "wcag2aa",
              "wcag144"
            ],
            "xpath": "meta[name=\"viewport\"]",
            "html": "<meta content=\"width=device-width, minimum-scale=1.0, maximum-scale=1.0\" name=\"viewport\">",
            "message": "Zooming and scaling must not be disabled",
            "fixSummary": "Fix any of the following:\n  maximum-scale on <meta> tag disables zooming on mobile devices",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d09a3c137c4e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-98527d57"
          },
          {
            "rule": "page-has-heading-one",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "html",
            "html": "<html lang=\"fr\" xml:lang=\"fr\" xmlns=\"http://www.w3.org/19...\" class=\"js flexbox canvas ca...\">",
            "message": "Page should contain a level-one heading",
            "fixSummary": "Fix all of the following:\n  Page must have a level-one heading",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "32a288bd4eed",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ee8d7590"
          },
          {
            "rule": "page-has-heading-one",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "iframe",
            "html": "<html><head></head><body></body></html>",
            "message": "Page should contain a level-one heading",
            "fixSummary": "Fix all of the following:\n  Page must have a level-one heading",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "65df1604a805",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dadc1ce2"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#gdpr-consent-banner > span",
            "html": "<span>Ce site utilise des cookies pour vous fournir une expérience optimale (lecture de vidéos, affichage de plans et de contenus issus des réseaux sociaux notamment).</span>",
            "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": "9bfe23229a91",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-10afa511"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "a[rel=\"#pb_4\"]",
            "html": "<a href=\"https://www.lessines.be/@@consent\" rel=\"#pb_4\" class=\"link-overlay\" style=\"cursor: pointer;\">En savoir plus et personnaliser</a>",
            "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": "88547af1eed0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b9a13803"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#top-menu-je-suis > .actionMenuHeader",
            "html": "<dt class=\"actionMenuHeader\">\n<a href=\"https://www.lessines.be/je-suis\" title=\"\">Je suis</a>\n</dt>",
            "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": "609270ca0f2e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-54cc8a82"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#top-menu-je-trouve > .actionMenuHeader",
            "html": "<dt class=\"actionMenuHeader\">\n<a href=\"https://www.lessines.be/je-trouve\" title=\"\">Je trouve</a>\n</dt>",
            "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": "c6c0e898a450",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d0c2a74f"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#search-action",
            "html": "<div id=\"search-action\"><a class=\"btn-search\" href=\"#\"><span class=\"ico-search\"></span><span>Chercher</span></a></div>",
            "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": "3b823980e858",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-044f2c98"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#portal-personaltools-wrapper > .hiddenStructure",
            "html": "<p class=\"hiddenStructure\">Outils personnels</p>",
            "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": "17a0fc18fd36",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-17ba9f70"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#personaltools-login",
            "html": "<a href=\"https://www.lessines.be/login\" id=\"personaltools-login\" rel=\"#pb_1\" class=\"link-overlay\" style=\"cursor: pointer;\">Mon compte</a>",
            "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": "0c37064875c5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d0bb690d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#top-logo",
            "html": "<div id=\"top-logo\">",
            "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": "d26a4ebd1d7d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ab469cd8"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".hiddenStructure:nth-child(3)",
            "html": "<p class=\"hiddenStructure\">\n<a accesskey=\"2\" href=\"https://www.lessines.be/#content\">Aller au contenu.</a> |\n\n  <a accesskey=\"6\" href=\"https://www.lessines.be/#portal-globalnav\">Aller à la navigation</a>\n</p>",
            "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": "0421d8c54283",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8b4cab70"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".hiddenStructure:nth-child(4)",
            "html": "<p class=\"hiddenStructure\">Navigation</p>",
            "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": "48af22dbb339",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-70bfdf1d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "h5",
            "html": "<h5 class=\"hiddenStructure\">Navigation</h5>",
            "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": "4c7e691e367c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5a996fd3"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .flex-viewport > .slides > li:nth-child(2) > .linkimg",
            "html": "<a class=\"linkimg\" href=\"https://www.lessines.be/ma-ville/vie-politique/conseil-communal/ordres-du-jour/2026/conseil-communal-du-29-avril\">",
            "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": "4d98c1d17f5d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8c5ec462"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .flex-viewport > .slides > li:nth-child(2) > .flex-caption",
            "html": "<div class=\"flex-caption\">",
            "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": "bd09eb661350",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ad3cd701"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .flex-viewport > .slides > .flex-active-slide > .linkimg",
            "html": "<a class=\"linkimg\" href=\"https://www.lessines.be/ma-ville/services-communaux/environnement-energie/concours-facades-fleuries/concours-facades-fleuries\">",
            "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": "36ca15e14626",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-44df24bc"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .flex-viewport > .slides > .flex-active-slide > .flex-caption",
            "html": "<div class=\"flex-caption\">",
            "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": "c32153823272",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c682a975"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .flex-viewport > .slides > li:nth-child(4) > .linkimg",
            "html": "<a class=\"linkimg\" href=\"https://www.lessines.be/actualites/lutte-contre-le-frelon-asiatique-seance-dinformation-et-rupture-des-stocks\">",
            "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": "1f9c1c756d5b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-81b7c4bd"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#slider-a-la-une > .flex-viewport > .slides > li:nth-child(4) > .flex-caption",
            "html": "<div class=\"flex-caption\">",
            "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": "e4443d3d9cc4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b04e5bb7"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "li:nth-child(5) > .linkimg",
            "html": "<a class=\"linkimg\" href=\"https://www.lessines.be/actualites/inauguration-aire-camping-cars\">",
            "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": "1b3010f3ef67",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-508331dc"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "li:nth-child(5) > .flex-caption",
            "html": "<div class=\"flex-caption\">",
            "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": "290e1d705195",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6f9a533d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".flex-container > div:nth-child(3)",
            "html": "<div>\n<a class=\"voir-tout\" href=\"https://www.lessines.be/a-la-une/a-la-une\">\n                    Voir l'ensemble des À la une\n                </a>\n</div>",
            "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": "7984eadf22cf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c255d082"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-2",
            "html": "<div class=\"bloc-2 bloc-document quick-access \">",
            "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": "d6a70aa4a6a5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-380f1de6"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-3 > .titre-rss > .titre",
            "html": "<a class=\"titre\" href=\"https://www.lessines.be/actualites/actualites\">\n<h2>Actualités</h2>\n</a>",
            "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": "6d64c22b22c4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1b86520d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-3 > .results.parsable-content",
            "html": "<div class=\"results parsable-content\">",
            "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": "7edd175641fa",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c8a5ffa1"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-3 > .voir-tout-content",
            "html": "<div class=\"voir-tout-content\">\n<a class=\"voir-tout\" href=\"https://www.lessines.be/actualites/actualites\">\n                       Voir l'ensemble des actualités\n                      </a>\n</div>",
            "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": "4084e270a6c4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7cc37511"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-4 > .titre-rss > .titre",
            "html": "<a class=\"titre\" href=\"https://www.lessines.be/evenements/agenda\">\n<h2>Agenda</h2>\n</a>",
            "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": "9c6601127450",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-90435234"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-4 > .results.parsable-content",
            "html": "<div class=\"results parsable-content\">",
            "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": "946a6e8a8d5b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d7f3459e"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-4 > .voir-tout-content",
            "html": "<div class=\"voir-tout-content\">\n<a class=\"voir-tout\" href=\"https://www.lessines.be/evenements/agenda\">\n                       Voir l'ensemble des agenda\n                      </a>\n</div>",
            "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": "33b5873b68d3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1afa911b"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-5 > .titre-rss > .titre",
            "html": "<a class=\"titre\" href=\"https://www.lessines.be/enquetes-publiques\">\n<h2>Enquêtes publiques</h2>\n</a>",
            "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": "34335b2f8336",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b216da3b"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-5 > .results.parsable-content",
            "html": "<div class=\"results parsable-content\">",
            "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": "c338738b8525",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-49c3eae8"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-5 > .voir-tout-content",
            "html": "<div class=\"voir-tout-content\">\n<a class=\"voir-tout\" href=\"https://www.lessines.be/enquetes-publiques\">\n                       Voir l'ensemble des enquêtes publiques\n                      </a>\n</div>",
            "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": "a3e0e2556c42",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c9807012"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-6 > .titre-rss > .titre",
            "html": "<a class=\"titre\" href=\"https://www.lessines.be/avis-de-publication\">\n<h2>Avis de publication</h2>\n</a>",
            "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": "ab3f3b7749f7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-097071e0"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-6 > .results.parsable-content",
            "html": "<div class=\"results parsable-content\">",
            "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": "8c36359ac8b1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4b68ee93"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-6 > .voir-tout-content",
            "html": "<div class=\"voir-tout-content\">\n<a class=\"voir-tout\" href=\"https://www.lessines.be/avis-de-publication\">\n                       Voir l'ensemble des avis de publication\n                      </a>\n</div>",
            "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": "8b20cc1d86bf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c72d92f1"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-7 > .titre-rss > .titre",
            "html": "<a class=\"titre\" href=\"https://www.lessines.be/albums/photos\">\n<h2>Photos</h2>\n</a>",
            "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": "639b723f7c77",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1b1e0511"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "a[title=\"Hommage à Claudy Criquielion\"] > .homepageleadImage",
            "html": "<div class=\"homepageleadImage\">",
            "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": "4e0816d01389",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2c975d0f"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-7 > .voir-tout-content",
            "html": "<div class=\"voir-tout-content\">\n<a class=\"voir-tout\" href=\"https://www.lessines.be/albums/photos\">\n                       TOUTES LES PHOTOS\n                      </a>\n</div>",
            "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": "1c4cb96bfa08",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5630d837"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-8 > .titre-rss > .titre",
            "html": "<a class=\"titre\" href=\"https://www.lessines.be/videos/videos\">\n<h2>Vidéos</h2>\n</a>",
            "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": "9c0db4a62e99",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d56ccdec"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "a[title=\"Rénovation de la Gaminerie\"] > .homepageleadImage",
            "html": "<div class=\"homepageleadImage\">",
            "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": "8328bccb98ad",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4102da47"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-8 > .voir-tout-content",
            "html": "<div class=\"voir-tout-content\">\n<a class=\"voir-tout\" href=\"https://www.lessines.be/videos/videos\">\n                       TOUTES LES VIDEOS\n                      </a>\n</div>",
            "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": "a521934aa66d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dba9a4b6"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-9",
            "html": "<div class=\"bloc-9 bloc-document lessines-sur-le-web \">",
            "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": "4fd12f83ff61",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fd7b5232"
          }
        ],
        "outcomeCount": 994,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 59
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3157,
          "failed": 209,
          "cantTell": 44,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_attribute_valid",
          "aria_attribute_value_valid",
          "aria_content_in_landmark",
          "aria_contentinfo_misuse",
          "aria_hidden_nontabbable",
          "element_attribute_deprecated",
          "element_id_unique",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "heading_content_exists",
          "html_lang_exists",
          "html_skipnav_exists",
          "img_alt_null",
          "input_label_visible",
          "style_background_decorative",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "text_contrast_sufficient",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9391c1a9915",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9ad5fff9"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style>",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a53b38e34d3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b81717"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ea5efc1d331",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://www.lessines.be/compiled_styles.css\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7f9e5fd5f42f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7ec31652"
          },
          {
            "rule": "style_background_decorative",
            "xpath": null,
            "html": "<style data-fbcssmodules=\"css:fb.css.base css:fb.css.dialog css:fb.css.iframewidget\" type=\"text/css\">",
            "message": "Verify the CSS background image does not convey important information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2aa7b1af1546",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-be023ec7"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fefd472a757c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-62a9622d"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "205156b7946d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1b601da8"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a style=\"cursor: pointer;\" class=\"link-overlay\" rel=\"#pb_4\" href=\"https://www.lessines.be/@@consent\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "db4d8c29836b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8321d92c"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dcdc1ac36351",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ddecc5e3"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f68c9e40d21e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c8dbfadd"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<dl id=\"top-menu-je-suis\" class=\"actionMenu deactivated\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5dbcf695b9b7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6a973988"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<dl id=\"top-menu-je-trouve\" class=\"actionMenu deactivated\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a77d756bfb5c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-52a2b3b7"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"#\" class=\"btn-search\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "658f04194e72",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-70da5d69"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p class=\"hiddenStructure\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7350ea90dbc5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4681057b"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a style=\"cursor: pointer;\" class=\"link-overlay\" rel=\"#pb_1\" id=\"personaltools-login\" href=\"https://www.lessines.be/login\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a2ee87f34af",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4354e4f7"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a title=\"Lessines\" id=\"portal-logo\" href=\"https://www.lessines.be\" accesskey=\"1\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e8fca7661ae",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-26630f34"
          },
          {
            "rule": "aria_attribute_value_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-ma-ville\" class=\"theme1 plain\">",
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1446ff2c8c57",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9e989a4d"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-ma-ville\" class=\"theme1 plain\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "274457cabfd0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c5302d94"
          },
          {
            "rule": "aria_attribute_value_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-loisirs\" class=\"theme2 plain\">",
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "90a09182c687",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-298c5956"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-loisirs\" class=\"theme2 plain\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d17eaad4a804",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-677a26dd"
          },
          {
            "rule": "aria_attribute_value_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-economie\" class=\"theme3 plain\">",
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3c4b4f4d3d3a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c2da2793"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-economie\" class=\"theme3 plain\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "90121af04c76",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6e65f609"
          },
          {
            "rule": "aria_attribute_value_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-feder\" class=\"theme4 plain\">",
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8fc0ad71630b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9935be8d"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-feder\" class=\"theme4 plain\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb857fe0fa95",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2a136805"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p class=\"hiddenStructure\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.lessines.be/#portal-globalnav\" accesskey=\"6\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b917c92f191",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3701506e"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul style=\"width: 1200%; transition-duration: 0s; transform: translate3d(-502px, 0px, 0px);\" class=\"slides\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "23d09e1ecb61",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-73928d0b"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://www.lessines.be/actualites/inauguration-aire-camping-cars\" class=\"linkimg\">",
            "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f7b343e3fad",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b5dfe6b9"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.lessines.be/actualites/inauguration-aire-camping-cars\" class=\"linkimg\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd395950c4fd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-10ca18aa"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "769a4b821bf8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d8cc0148"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://www.lessines.be/actualites/inauguration-aire-camping-cars\">",
            "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "22d4dd1ee52b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4df9eda3"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.lessines.be/actualites/inauguration-aire-camping-cars\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "849914b25667",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-34f5c298"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://www.lessines.be/actualites/inauguration-aire-camping-cars\">",
            "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.lessines.be/actualites/inauguration-aire-camping-cars\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://www.lessines.be/ma-ville/vie-politique/conseil-communal/ordres-du-jour/2026/conseil-communal-du-29-avril\" class=\"linkimg\">",
            "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6987d6801010",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7608bd68"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://www.lessines.be/ma-ville/vie-politique/conseil-communal/ordres-du-jour/2026/conseil-communal-du-29-avril\">",
            "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "040585d7ba61",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0520185a"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://www.lessines.be/ma-ville/vie-politique/conseil-communal/ordres-du-jour/2026/conseil-communal-du-29-avril\">",
            "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\"flex-direction-nav\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9fc9dc6223da",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2dbefb96"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.lessines.be/a-la-une/a-la-une\" class=\"voir-tout\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dec748a989da",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4ad7aff6"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://lessines.e-guichet.be/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "159a97b704ff",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ab0b26e4"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://lessines.e-guichet.be/\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a2551018a1d5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-63f1807e"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img width=\"44\" title=\"Eguichet\" src=\"https://www.lessines.be/eguichet.png/@@images/6bd26b6b-db8b-4a0f-a0f0-7681a96a9bbe.png\" height=\"44\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e927b00a05cb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-27d66678"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://lessines.e-guichet.be/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://lessines.e-guichet.be/\">",
            "message": "Text contrast of 2.33 with its background is less than the WCAG AA minimum requirements for text of size 22.4px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0c6aaf4fc883",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9097bd79"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.lessines.be/ma-ville/services-communaux/horaires/horaires\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e1d884ddd71",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-542b841e"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.lessines.be/ma-ville/services-communaux/horaires/horaires\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ebc1f12297c0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-836cc047"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"http://resolveuid/461db768a34e4d14bf6016fcbab2590e\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c8cd7eff1a08",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4b337acb"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"http://resolveuid/461db768a34e4d14bf6016fcbab2590e\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b91066addea2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-aa488cd7"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img width=\"44\" title=\"icone annuaire ok\" src=\"https://www.lessines.be/images-theme/icone-annuaire-ok.png/@@images/a05eb30b-0c02-4244-83bc-6629fe5fc361.png\" height=\"44\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "84d2a64514d1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f2c5fc4b"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.lessines.be/annuaire\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d06fd45ad75b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e9fce7b5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.lessines.be/annuaire\">",
            "message": "Text contrast of 2.33 with its background is less than the WCAG AA minimum requirements for text of size 22.4px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a762a6b9906e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9a1f3280"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"http://resolveuid/96c8b4923e4b453eb36e2b832a45f469\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "220bd6090013",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4755509d"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"http://resolveuid/96c8b4923e4b453eb36e2b832a45f469\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e49cf63bab9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-64db7dac"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img width=\"44\" title=\"icone info ok\" src=\"https://www.lessines.be/images-theme/icone-info-ok.png/@@images/3e63d937-becd-4e58-8d35-6215902f8c65.png\" height=\"44\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a57737cd425f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ff417a8e"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.lessines.be/ma-ville/infos-utiles\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bbd4f6623af8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-491d04b8"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"http://resolveuid/a6c863360de7439a9d2c372affa7c2fd\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0376327d958e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a2768527"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"http://resolveuid/a6c863360de7439a9d2c372affa7c2fd\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9484c2ffc04f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7f9803f0"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img width=\"44\" title=\"icone mobilite ok\" src=\"https://www.lessines.be/images-theme/icone-mobilite-ok.png/@@images/cb9f8114-a12d-4b2c-b82f-9d74833fbf9f.png\" height=\"44\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f2392571aeab",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bd268125"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.lessines.be/ma-ville/mobilite\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf0afab33f99",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b8a1251d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.lessines.be/ma-ville/mobilite\">",
            "message": "Text contrast of 2.33 with its background is less than the WCAG AA minimum requirements for text of size 22.4px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc14cd9aa827",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6b23e580"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"http://resolveuid/71e9e856f7694854a43bfc851810ebf5\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "32304b7303cd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3aeb2e27"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"http://resolveuid/71e9e856f7694854a43bfc851810ebf5\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60169b4ddbbf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-79b8b336"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img width=\"44\" title=\"icone cpas ok\" src=\"https://www.lessines.be/images-theme/icone-cpas-ok.png/@@images/33065832-f8bf-422f-9536-f406fe1f02ba.png\" height=\"44\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "427382e974bf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ee38092b"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.lessines.be/ma-ville/autres-services/cpas\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "98bb05923766",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d18ffb62"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.lessines.be/actualites/actualites\" class=\"titre\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce6d71b90a79",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1b196509"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\" standard-results\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "19be598ec096",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4a9e0863"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a title=\"Giratoire de Kénimont : pose de conduite de gaz\" href=\"https://www.lessines.be/ma-ville/mobilite/giratoire-de-kenimont-pose-de-conduite-de-gaz\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "90948aac4f83",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-73042ccb"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "Text contrast of 1.01 with its background is less than the WCAG AA minimum requirements for text of size 24px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "90387d725381",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-61d6b2cc"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a title=\"Coupures de courant planifiées\" href=\"https://www.lessines.be/ma-ville/mobilite/coupures-de-courant-planifiees\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fba05866653f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7466ec07"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "Text contrast of 1.01 with its background is less than the WCAG AA minimum requirements for text of size 24px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a title=\"Conseil communal du 29 avril\" href=\"https://www.lessines.be/ma-ville/vie-politique/conseil-communal/ordres-du-jour/2026/conseil-communal-du-29-avril\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "598b09541a37",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-35dcdcb8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "Text contrast of 1.01 with its background is less than the WCAG AA minimum requirements for text of size 24px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a title=\"Jobistes-étudiants dans le cadre du projet  « Eté solidaire, je suis partenaire 2026 » (H/F/X)\" href=\"https://www.lessines.be/economie/emploi/offres-demploi/jobistes-etudiants-dans-le-cadre-du-projet-ete-solidaire-je-suis-partenaire-2026-h-f-x\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c91573e5875b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d28bb0c7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "Text contrast of 1.01 with its background is less than the WCAG AA minimum requirements for text of size 24px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a title=\"Concours Façades et jardinets fleuris\" href=\"https://www.lessines.be/ma-ville/services-communaux/environnement-energie/concours-facades-fleuries/concours-facades-fleuries\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b17deeb29861",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f6ed4428"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "Text contrast of 1.01 with its background is less than the WCAG AA minimum requirements for text of size 24px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a title=\"Un(e) jobiste-étudiant(e) aide-soignant(e) pour sa Maison de repos et de soins (H/F/X)\" href=\"https://www.lessines.be/economie/emploi/offres-demploi/un-e-jobiste-etudiant-e-aide-soignant-e-pour-sa-maison-de-repos-et-de-soins-h-f-x\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "463bd581e33c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-89e6f0aa"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "Text contrast of 1.01 with its background is less than the WCAG AA minimum requirements for text of size 24px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a title=\"Jobistes étudiants : Eté solidaire, je suis partenaire 2026 (H/F/X)\" href=\"https://www.lessines.be/economie/emploi/offres-demploi/jobistes-etudiants-ete-solidaire-je-suis-partenaire-2026-h-f-x\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ada033715036",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-380b5408"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "Text contrast of 1.01 with its background is less than the WCAG AA minimum requirements for text of size 24px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a title=\"Lutte contre le frelon asiatique - séance d'information et rupture des stocks\" href=\"https://www.lessines.be/actualites/lutte-contre-le-frelon-asiatique-seance-dinformation-et-rupture-des-stocks\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d11947a8856f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c4272c5e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "Text contrast of 1.01 with its background is less than the WCAG AA minimum requirements for text of size 24px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.lessines.be/actualites/actualites\" class=\"voir-tout\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b1db64c887a5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a5fddf09"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.lessines.be/actualites/actualites\" class=\"voir-tout\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b3972d84a0e8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-980180e4"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.lessines.be/evenements/agenda\" class=\"titre\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a49d280bb09c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7b6e7fc6"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\" standard-results\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"indexview-categories\">",
            "message": "Text contrast of 1.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9de25f9d8a25",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-97b29424"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a title=\"Visite de la Réserve Naturelle du Mouplon\" href=\"https://www.lessines.be/evenements/visite-de-la-reserve-naturelle-du-mouplon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ccbe59715b29",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c26a1462"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "Text contrast of 1.01 with its background is less than the WCAG AA minimum requirements for text of size 24px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.01 with its background is less than the WCAG AA minimum requirements for text of size 12.8px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "327dcedde52c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.01 with its background is less than the WCAG AA minimum requirements for text of size 12.8px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.01 with its background is less than the WCAG AA minimum requirements for text of size 12.8px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.01 with its background is less than the WCAG AA minimum requirements for text of size 12.8px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.01 with its background is less than the WCAG AA minimum requirements for text of size 12.8px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"indexview-categories\">",
            "message": "Text contrast of 1.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a title=\"Réunion APPEL\" href=\"https://www.lessines.be/evenements/reunion-appel\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c32f83e760ff",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-617dd872"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "Text contrast of 1.01 with its background is less than the WCAG AA minimum requirements for text of size 24px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.01 with its background is less than the WCAG AA minimum requirements for text of size 12.8px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.01 with its background is less than the WCAG AA minimum requirements for text of size 12.8px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.01 with its background is less than the WCAG AA minimum requirements for text of size 12.8px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.01 with its background is less than the WCAG AA minimum requirements for text of size 12.8px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"indexview-categories\">",
            "message": "Text contrast of 1.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a title=\"Aide au remplissage de déclaration d'impôt\" href=\"https://www.lessines.be/evenements/aide-au-remplissage-de-declaration-dimpot\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d0d1c2846a0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-82494dc6"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "Text contrast of 1.01 with its background is less than the WCAG AA minimum requirements for text of size 24px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.01 with its background is less than the WCAG AA minimum requirements for text of size 12.8px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.01 with its background is less than the WCAG AA minimum requirements for text of size 12.8px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.01 with its background is less than the WCAG AA minimum requirements for text of size 12.8px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.01 with its background is less than the WCAG AA minimum requirements for text of size 12.8px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"indexview-categories\">",
            "message": "Text contrast of 1.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a title=\"Journées Portes ouvertes de la Maison Croix-Rouge de Lessines\" href=\"https://www.lessines.be/evenements/journees-portes-ouvertes-de-la-maison-croix-rouge-de-lessines\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "523073f5f9b9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-901ab044"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "Text contrast of 1.01 with its background is less than the WCAG AA minimum requirements for text of size 24px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.01 with its background is less than the WCAG AA minimum requirements for text of size 12.8px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.01 with its background is less than the WCAG AA minimum requirements for text of size 12.8px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.01 with its background is less than the WCAG AA minimum requirements for text of size 12.8px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.01 with its background is less than the WCAG AA minimum requirements for text of size 12.8px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.01 with its background is less than the WCAG AA minimum requirements for text of size 12.8px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"indexview-categories\">",
            "message": "Text contrast of 1.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a title=\"Balades guidées \"Les carrières de Lessines\"\" href=\"https://www.lessines.be/evenements/balade-guidee-les-carrieres-de-lessines\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df8d79f22d17",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b9786be6"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "Text contrast of 1.01 with its background is less than the WCAG AA minimum requirements for text of size 24px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<h3>",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Les carrières de Lessines\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "34cc4b88d483",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f3754680"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.01 with its background is less than the WCAG AA minimum requirements for text of size 12.8px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.01 with its background is less than the WCAG AA minimum requirements for text of size 12.8px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.01 with its background is less than the WCAG AA minimum requirements for text of size 12.8px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.01 with its background is less than the WCAG AA minimum requirements for text of size 12.8px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"indexview-categories\">",
            "message": "Text contrast of 1.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a title=\"Repas du Cayoteu, barbecue et cochonnailles\" href=\"https://www.lessines.be/evenements/repas-du-cayoteu-barbecue-et-cochonnailles\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "200919eb6523",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9a104345"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "Text contrast of 1.01 with its background is less than the WCAG AA minimum requirements for text of size 24px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.01 with its background is less than the WCAG AA minimum requirements for text of size 12.8px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.01 with its background is less than the WCAG AA minimum requirements for text of size 12.8px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.01 with its background is less than the WCAG AA minimum requirements for text of size 12.8px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.01 with its background is less than the WCAG AA minimum requirements for text of size 12.8px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.01 with its background is less than the WCAG AA minimum requirements for text of size 12.8px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"indexview-categories\">",
            "message": "Text contrast of 1.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a title=\"30ème Soirée du Rire\" href=\"https://www.lessines.be/evenements/30eme-soiree-du-rire\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cdfc512ea2f7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-16197dd1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "Text contrast of 1.01 with its background is less than the WCAG AA minimum requirements for text of size 24px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.01 with its background is less than the WCAG AA minimum requirements for text of size 12.8px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.01 with its background is less than the WCAG AA minimum requirements for text of size 12.8px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.01 with its background is less than the WCAG AA minimum requirements for text of size 12.8px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.01 with its background is less than the WCAG AA minimum requirements for text of size 12.8px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.01 with its background is less than the WCAG AA minimum requirements for text of size 12.8px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"indexview-categories\">",
            "message": "Text contrast of 1.01 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a title=\"Don du Sang - Deux-Acren\" href=\"https://www.lessines.be/evenements/don-de-sang-deux-acren\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "90a880717503",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-04c747b5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "Text contrast of 1.01 with its background is less than the WCAG AA minimum requirements for text of size 24px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.01 with its background is less than the WCAG AA minimum requirements for text of size 12.8px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.01 with its background is less than the WCAG AA minimum requirements for text of size 12.8px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.01 with its background is less than the WCAG AA minimum requirements for text of size 12.8px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 1.01 with its background is less than the WCAG AA minimum requirements for text of size 12.8px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.lessines.be/evenements/agenda\" class=\"voir-tout\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "abc76972313c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-53dcb72a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.lessines.be/evenements/agenda\" class=\"voir-tout\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b8fc07ced514",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-44fb1dc2"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.lessines.be/enquetes-publiques\" class=\"titre\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e080092e5c6e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-faae7b5c"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\" standard-results\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc96f3e6047a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2989ad96"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.lessines.be/enquetes-publiques\" class=\"voir-tout\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d1d200ee6b2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-02b0ea66"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.lessines.be/avis-de-publication\" class=\"titre\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0c914c2cc3e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-563ee531"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\" standard-results\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.lessines.be/avis-de-publication\" class=\"voir-tout\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d2eb93862766",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cc1ea8c3"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.lessines.be/albums/photos\" class=\"titre\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cad19c033093",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85ec4683"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "014905511437",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9c97642b"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\" standard-results\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.lessines.be/albums/photos\" class=\"voir-tout\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "36d19de53706",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ac0d397a"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.lessines.be/videos/videos\" class=\"titre\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9f675f51877d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-00699359"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\" standard-results\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.lessines.be/videos/videos\" class=\"voir-tout\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "db45d92fe7d0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bdc15180"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div id=\"form-widgets-text\" class=\"richTextWidget richtext-field\">",
            "message": "The <div> element has the id \"form-widgets-text\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3c07f8805c9b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-23c6087c"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "51c0ebc981ca",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f9d40766"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2>",
            "message": "Text contrast of 2.33 with its background is less than the WCAG AA minimum requirements for text of size 28.8px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a title=\"Tourisme\" href=\"https://www.lessines.be/loisirs/tourisme/office-de-tourisme\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "47bc681fd702",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-08a4a198"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.lessines.be/loisirs/tourisme/office-de-tourisme\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9bb1a9a1b82",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1887352a"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.lessines.be/loisirs/tourisme/office-de-tourisme\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd0ed7931c64",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5cd99dc8"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.lessines.be/loisirs/tourisme/office-de-tourisme\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b5ae1064e7f4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f44f9fa2"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.lessines.be/ma-ville/autres-services/cpas\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.lessines.be/ma-ville/autres-services/cpas\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.lessines.be/ma-ville/autres-services/cpas\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3177da1a7373",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5ed9fa61"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.lessines.be/ma-ville/autres-services/cpas\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6051d3b09462",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-550aa544"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.lessines.be/loisirs/sports/lessines-sport\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "38890256a982",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2a0902fe"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.lessines.be/loisirs/sports/lessines-sport\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.lessines.be/loisirs/sports/lessines-sport\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f79e875a7627",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3ae04123"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.lessines.be/loisirs/sports/lessines-sport\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "31e2506fd4c4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b43ec789"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.lessines.be/ma-ville/jeunes/animados\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "166bc739c5ee",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ac416dc0"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.lessines.be/ma-ville/jeunes/animados\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.lessines.be/ma-ville/jeunes/animados\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a422d5d8cb05",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-be1e2268"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.lessines.be/ma-ville/jeunes/animados\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "256c4e7e9a30",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-24ae6ce0"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.lessines.be/economie/acteurs-economiques/actions-de-developpement-local\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da79eb35ebb4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-82e81ab4"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.lessines.be/economie/acteurs-economiques/actions-de-developpement-local\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.lessines.be/economie/acteurs-economiques/actions-de-developpement-local\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f54ae2e00d91",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-753b2b11"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.lessines.be/economie/acteurs-economiques/actions-de-developpement-local\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d1d27dae21ae",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6154f402"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.lessines.be/loisirs/culture/bibliotheque\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6af8f4f701ae",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0c91171e"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.lessines.be/loisirs/culture/bibliotheque\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.lessines.be/loisirs/culture/bibliotheque\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0ed257e92c57",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cac70194"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.lessines.be/loisirs/culture/bibliotheque\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f822f523ba0a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c60870c4"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.lessines.be/loisirs/culture/centre-culturel-rene-magritte\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4f99b53a2900",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6abe2d5f"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.lessines.be/loisirs/culture/centre-culturel-rene-magritte\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.lessines.be/loisirs/culture/centre-culturel-rene-magritte\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b07443b94999",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-35c0c1cf"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.lessines.be/loisirs/culture/centre-culturel-rene-magritte\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f99f55c0cd4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7c92c623"
          },
          {
            "rule": "aria_contentinfo_misuse",
            "xpath": null,
            "html": "<footer id=\"portal-footer-wrapper\">",
            "message": "Element with \"contentinfo\" role is present without an element with \"main\" role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e0dca1783443",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6a24b034"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<iframe style=\"border: none; visibility: hidden;\" src=\"https://www.facebook.com/v2.5/plugins/page.php?adapt_container_width=true&app_id=&channel=https%3A%2F%2Fstaticxx.facebook.com%2Fx%2Fconnect%2Fxd_arbiter%2F%3Fversion%3D46%23cb%3Df932321d9e4b7b329%26domain%3Dwww.lessines.be%26is_canvas%3Dfalse%26origin%3Dhttps%253A%252F%252Fwww.lessines.be%252Ff5c537bab2ea4b8fd%26relation%3Dparent.parent&container_width=169&hide_cover=false&href=https%3A%2F%2Fwww.facebook.com%2FVilleLessines%2F&locale=fr_FR&sdk=joey&show_facepile=true&show_posts=true&small_header=false&width=500\" allow=\"encrypted-media\" scrolling=\"no\" allowfullscreen=\"true\" allowtransparency=\"true\" frameborder=\"0\" title=\"fb:page Facebook Social Plugin\" data-testid=\"fb:page Facebook Social Plugin\" height=\"1000px\" width=\"500px\" name=\"fa381c1cb57470561\">",
            "message": "The HTML attribute(s) \"frameborder, scrolling\" is deprecated for the <iframe> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "64044000fba2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b6f3939f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<iframe style=\"border: none; visibility: hidden;\" src=\"https://www.facebook.com/v2.5/plugins/page.php?adapt_container_width=true&app_id=&channel=https%3A%2F%2Fstaticxx.facebook.com%2Fx%2Fconnect%2Fxd_arbiter%2F%3Fversion%3D46%23cb%3Df932321d9e4b7b329%26domain%3Dwww.lessines.be%26is_canvas%3Dfalse%26origin%3Dhttps%253A%252F%252Fwww.lessines.be%252Ff5c537bab2ea4b8fd%26relation%3Dparent.parent&container_width=169&hide_cover=false&href=https%3A%2F%2Fwww.facebook.com%2FVilleLessines%2F&locale=fr_FR&sdk=joey&show_facepile=true&show_posts=true&small_header=false&width=500\" allow=\"encrypted-media\" scrolling=\"no\" allowfullscreen=\"true\" allowtransparency=\"true\" frameborder=\"0\" title=\"fb:page Facebook Social Plugin\" data-testid=\"fb:page Facebook Social Plugin\" height=\"1000px\" width=\"500px\" name=\"fa381c1cb57470561\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a3bb79b9f60d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ffe050a2"
          },
          {
            "rule": "html_lang_exists",
            "xpath": null,
            "html": "<html>",
            "message": "Page detected as HTML, but does not have a 'lang' attribute",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a2a06d4c12a9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8ec4dca4"
          },
          {
            "rule": "html_skipnav_exists",
            "xpath": null,
            "html": "<html>",
            "message": "Verify there is a way to bypass blocks of content that are repeated on multiple Web pages",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1409ffb0a8dc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5de5dc40"
          }
        ],
        "outcomeCount": 3372,
        "uniqueFailedCount": 124,
        "duplicateFailedCount": 85,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 85
    },
    {
      "submittedUrl": "https://www.leuze-en-hainaut.be/",
      "finalUrl": "https://www.leuze-en-hainaut.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Site web officiel de la ville de Leuze-en-Hainaut",
      "elapsedMs": 21466,
      "error": null,
      "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": 1853,
          "failed": 30,
          "cantTell": 15,
          "inapplicable": 46
        },
        "failedRules": [
          "color-contrast",
          "heading-order",
          "label",
          "landmark-no-duplicate-banner",
          "landmark-one-main",
          "landmark-unique",
          "region"
        ],
        "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-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-no-duplicate-contentinfo",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".icon-scheldule > span",
            "html": "<span>Consulter les horaires</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.01 (foreground color: #ffffff, background color: #ffa200, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".icon-scheldule"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a1415c539cd9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-97a06415"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".icon-administrative-procedure[target=\"_blank\"] > span",
            "html": "<span>Demande d'occupation du domaine public</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.01 (foreground color: #ffffff, background color: #ffa200, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".icon-administrative-procedure[target=\"_blank\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a4ea38fbfef",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-889e1fdd"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".icon-administrative-procedure[target=\"_self\"] > span",
            "html": "<span>Démarches E-guichet</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.01 (foreground color: #ffffff, background color: #ffa200, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".icon-administrative-procedure[target=\"_self\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b73368288b7c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-199053ef"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".node-2548.node--type-publication.publication > .content-1 > .newspaper-no > .no-number > .field--name-field-numero.field--type-integer.field",
            "html": "<div class=\"field field--name-field-numero field--type-integer field--label-hidden field--item\">35</div>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.01 (foreground color: #ffffff, background color: #ffa200, font size: 26.3pt (35px), font weight: normal). Expected contrast ratio of 3:1",
            "relatedPaths": [
              ".node-2548.node--type-publication.publication > .content-1 > .newspaper-no"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "64a2170dffd7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-567c152c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".node-2460.node--type-publication.publication > .content-1 > .newspaper-no > .no-number > .field--name-field-numero.field--type-integer.field",
            "html": "<div class=\"field field--name-field-numero field--type-integer field--label-hidden field--item\">34</div>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.01 (foreground color: #ffffff, background color: #ffa200, font size: 26.3pt (35px), font weight: normal). Expected contrast ratio of 3:1",
            "relatedPaths": [
              ".node-2460.node--type-publication.publication > .content-1 > .newspaper-no"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f6c18af5a003",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e3dbdb22"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".node-2459.node--type-publication.publication > .content-1 > .newspaper-no > .no-number > .field--name-field-numero.field--type-integer.field",
            "html": "<div class=\"field field--name-field-numero field--type-integer field--label-hidden field--item\">33</div>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.01 (foreground color: #ffffff, background color: #ffa200, font size: 26.3pt (35px), font weight: normal). Expected contrast ratio of 3:1",
            "relatedPaths": [
              ".node-2459.node--type-publication.publication > .content-1 > .newspaper-no"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1d72b01316e8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-64d6d757"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".node-2360.node--type-publication.publication > .content-1 > .newspaper-no > .no-number > .field--name-field-numero.field--type-integer.field",
            "html": "<div class=\"field field--name-field-numero field--type-integer field--label-hidden field--item\">32</div>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.01 (foreground color: #ffffff, background color: #ffa200, font size: 26.3pt (35px), font weight: normal). Expected contrast ratio of 3:1",
            "relatedPaths": [
              ".node-2360.node--type-publication.publication > .content-1 > .newspaper-no"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f67278e1325",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1a8afe29"
          },
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".node-2947.content.node--type-actuality > .content-1 > .content-text > .field--name-node-title.field--type-ds.field > h3",
            "html": "<h3>\n  <a href=\"/actualite/2947/offre-demploi-agent-administratif-gestionnaire-de-dossiers-pour-le-service-du-marche\" hreflang=\"fr\">Offre d'emploi : Agent administratif gestionnaire de dossiers pour le service du Marché public (M/F/X)</a>\n</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": "6ef325f912e9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6b71f861"
          },
          {
            "rule": "label",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#edit-keys",
            "html": "<input data-drupal-selector=\"edit-keys\" class=\"form-text form-control\" type=\"text\" id=\"edit-keys\" name=\"keys\" value=\"\" size=\"30\" maxlength=\"128\">",
            "message": "Form elements must have labels",
            "fixSummary": "Fix any of the following:\n  Element does not have an implicit (wrapped) <label>\n  Element does not have an explicit <label>\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 has no placeholder attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "87b1d7feaef0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a38a5c46"
          },
          {
            "rule": "landmark-no-duplicate-banner",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-no-duplicate-banner?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "header",
            "html": "<header>",
            "message": "Document should not have more than one banner landmark",
            "fixSummary": "Fix any of the following:\n  Document has more than one banner landmark",
            "relatedPaths": [
              "#sliding-popup"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2485b09cc2df",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4fb92158"
          },
          {
            "rule": "landmark-one-main",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "html",
            "html": "<html lang=\"fr\" dir=\"ltr\" prefix=\"content: http://purl...\" class=\" js\">",
            "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": "d4eaee6e5f59",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b00be0"
          },
          {
            "rule": "landmark-unique",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "header",
            "html": "<header>",
            "message": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
            "fixSummary": "Fix any of the following:\n  The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable",
            "relatedPaths": [
              "#sliding-popup"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f6e1420521b0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f3f16b52"
          },
          {
            "rule": "landmark-unique",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "nav[aria-labelledby=\"block-wvncity-cdn-tools-menu\"]",
            "html": "<nav role=\"navigation\" aria-labelledby=\"block-wvncity-cdn-tools-menu\">",
            "message": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
            "fixSummary": "Fix any of the following:\n  The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable",
            "relatedPaths": [
              "#block-wvncity-cdn-secondmenu > .container > .row > nav[role=\"navigation\"]",
              "nav[aria-labelledby=\"block-menusections-menu\"]",
              "nav[aria-labelledby=\"block-menuslider-menu\"]",
              ".slick__arrow",
              "nav[aria-labelledby=\"block-quickaccess-menu\"]",
              "nav[aria-labelledby=\"block-menufooter-2-menu\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "566e3e485842",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f9ecbdcb"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".focusable",
            "html": "<a href=\"#main-content\" class=\"visually-hidden focusable skip-link\">\n      Aller au contenu principal\n    </a>",
            "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": "844ad657a392",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4e1b9fc0"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".slick-current",
            "html": "<div class=\"slick__slide slide slide--1 slick-slide slick-current slick-active\" data-slick-index=\"1\" aria-hidden=\"false\" tabindex=\"0\" style=\"width: 1280px;\">",
            "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": "71cb16825f27",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3aabd512"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#block-views-block-recent-content-block-1",
            "html": "<div class=\"views-element-container preview-content-types-1\" id=\"block-views-block-recent-content-block-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",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c595a7997747",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-193f4faa"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#block-views-block-clin-d-oeil-block-1",
            "html": "<div class=\"views-element-container preview-content-types-2\" id=\"block-views-block-clin-d-oeil-block-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",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "100c55222e25",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d7427956"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".node-2548.node--type-publication.publication > .img",
            "html": "<div class=\"img\">",
            "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": "80f4dd394c3a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6c922596"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".node-2548.node--type-publication.publication > .content-1",
            "html": "<div class=\"content-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",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b7749068f7db",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-010ca1c3"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".node-2548.node--type-publication.publication > .mask > span > .field--name-field-fichier-pdf.field--type-file.field--items > .field--item > .file.file--mime-application-pdf.file--application-pdf > .file-link",
            "html": "<span class=\"file-link\">",
            "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": "0907a9632926",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e33a297f"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".node-2460.node--type-publication.publication > .img",
            "html": "<div class=\"img\">",
            "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": "1d3099ec7c4e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-166e4155"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".node-2460.node--type-publication.publication > .content-1",
            "html": "<div class=\"content-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",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7f1ea4838004",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-23a455b5"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".node-2460.node--type-publication.publication > .mask > span > .field--name-field-fichier-pdf.field--type-file.field--items > .field--item > .file.file--mime-application-pdf.file--application-pdf > .file-link",
            "html": "<span class=\"file-link\">",
            "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": "0ac8e23d0d85",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8f0c9b38"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".node-2459.node--type-publication.publication > .img",
            "html": "<div class=\"img\">",
            "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": "e2d44f9c9cc1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-48290058"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".node-2459.node--type-publication.publication > .content-1",
            "html": "<div class=\"content-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",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c6bec661dd20",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-933e57ea"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".node-2459.node--type-publication.publication > .mask > span > .field--name-field-fichier-pdf.field--type-file.field--items > .field--item > .file.file--mime-application-pdf.file--application-pdf > .file-link",
            "html": "<span class=\"file-link\">",
            "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": "893c00eb8578",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7614b0d1"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".node-2360.node--type-publication.publication > .img",
            "html": "<div class=\"img\">",
            "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": "3c63659ea757",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b0645777"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".node-2360.node--type-publication.publication > .content-1",
            "html": "<div class=\"content-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",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "37b28247f257",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e8861194"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".node-2360.node--type-publication.publication > .mask > span > .field--name-field-fichier-pdf.field--type-file.field--items > .field--item > .file.file--mime-application-pdf.file--application-pdf > .file-link",
            "html": "<span class=\"file-link\">",
            "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": "69c5ebe473d5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f57db762"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".view-publications > .more-link.form-group",
            "html": "<div class=\"more-link form-group\"><a href=\"/publications\">Voir toutes les publications</a></div>",
            "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": "a2953c04aa52",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-752255a4"
          }
        ],
        "outcomeCount": 1944,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 30
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 6437,
          "failed": 280,
          "cantTell": 197,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_banner_label_unique",
          "aria_content_in_landmark",
          "aria_contentinfo_misuse",
          "aria_id_unique",
          "aria_landmark_name_unique",
          "aria_navigation_label_unique",
          "aria_role_redundant",
          "element_id_unique",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "heading_content_exists",
          "img_alt_misuse",
          "input_label_exists",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style>",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b295365ab514",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c772520d"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style>",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "876b01f4b5e2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b81717"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18aeb9bca1f0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-91188f8b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"visually-hidden focusable skip-link\" href=\"#main-content\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f109ca1ae5d0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-13065efa"
          },
          {
            "rule": "aria_banner_label_unique",
            "xpath": null,
            "html": "<header>",
            "message": "Multiple elements with \"banner\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94113e3874da",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ee24a594"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<header>",
            "message": "Multiple elements with \"banner\" landmarks within the same parent region are not distinguished from one another because they have the same \"\" label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "315b3a5754ed",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e548b0b8"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<nav aria-labelledby=\"block-wvncity-cdn-tools-menu\" role=\"navigation\">",
            "message": "The 'id' \"block-wvncity-cdn-tools-menu\" specified for the ARIA property 'aria-labelledby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "08607bdaa2df",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-400589bc"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav aria-labelledby=\"block-wvncity-cdn-tools-menu\" role=\"navigation\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac3192423f33",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-df470089"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<nav aria-labelledby=\"block-wvncity-cdn-tools-menu\" role=\"navigation\">",
            "message": "Multiple elements with \"navigation\" landmarks within the same parent region are not distinguished from one another because they have the same \"\" label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "019f7089c822",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-91fb046b"
          },
          {
            "rule": "aria_navigation_label_unique",
            "xpath": null,
            "html": "<nav aria-labelledby=\"block-wvncity-cdn-tools-menu\" role=\"navigation\">",
            "message": "Multiple elements with \"navigation\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b1fe298cf65d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7d327ce4"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav aria-labelledby=\"block-menusections-2-menu\" role=\"navigation\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "32ad3943331d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8810434d"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/352\" href=\"/section/352/administration-politique\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1d4a505b35e8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7b3857c7"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/352\" href=\"/section/352/administration-politique\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "457093d3ca79",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0ad0fbc7"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/199\" href=\"/section/199/cadre-de-vie-mobilite\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "353f9c88b695",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-62bcf74b"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/199\" href=\"/section/199/cadre-de-vie-mobilite\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d5d4f1e43e46",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1dc414c4"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/261\" href=\"/section/261/culture-loisirs\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9698639220fb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d19a5ecd"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/261\" href=\"/section/261/culture-loisirs\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "081a4fc2bde8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-88c9f369"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/341\" href=\"/section/341/economie-emploi\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41a4c0ffb6dc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5366e934"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/341\" href=\"/section/341/economie-emploi\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d30defc1b08",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-66e91333"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/294\" href=\"/section/294/enfance-education\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "97706d5e8e17",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2cb34ecd"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1007\" href=\"/section/1007/environnement-et-energie\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7923f4fb0abe",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a246b61e"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1007\" href=\"/section/1007/environnement-et-energie\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa1474d6bb83",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-24672c72"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/285\" href=\"/section/285/fetes-traditions\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "75c787fa9997",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-81691b7d"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/285\" href=\"/section/285/fetes-traditions\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f29badb0478",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-130621b2"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/282\" href=\"/section/282/histoire-tourisme-patrimoine\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b507f6b5c87e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-50949988"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/282\" href=\"/section/282/histoire-tourisme-patrimoine\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d98f2b093a51",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-250e8b46"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/310\" href=\"/section/310/vivre-ensemble-solidarite\">",
            "message": "Ensure the overlapped target \"a\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6c38df7f70e1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5599cdc3"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<nav aria-labelledby=\"block-wvncity-cdn-secondmenu-menu\" role=\"navigation\">",
            "message": "The 'id' \"block-wvncity-cdn-secondmenu-menu\" specified for the ARIA property 'aria-labelledby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "46f36781bfc7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b2fcd048"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav aria-labelledby=\"block-wvncity-cdn-secondmenu-menu\" role=\"navigation\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "01afdc8537ad",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-476eb6b1"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<nav aria-labelledby=\"block-wvncity-cdn-secondmenu-menu\" role=\"navigation\">",
            "message": "Multiple elements with \"navigation\" landmarks within the same parent region are not distinguished from one another because they have the same \"\" label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d6962586a1f9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5de4c17f"
          },
          {
            "rule": "aria_navigation_label_unique",
            "xpath": null,
            "html": "<nav aria-labelledby=\"block-wvncity-cdn-secondmenu-menu\" role=\"navigation\">",
            "message": "Multiple elements with \"navigation\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8090d1eed1bf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bec049d4"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<input maxlength=\"128\" size=\"30\" value=\"\" name=\"keys\" id=\"edit-keys\" type=\"text\" class=\"form-text form-control\" data-drupal-selector=\"edit-keys\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e97a3317f1d8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cac0b00f"
          },
          {
            "rule": "input_label_exists",
            "xpath": null,
            "html": "<input maxlength=\"128\" size=\"30\" value=\"\" name=\"keys\" id=\"edit-keys\" type=\"text\" class=\"form-text form-control\" data-drupal-selector=\"edit-keys\">",
            "message": "Form control element <input> has no associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0c041ba56e16",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-adea3d63"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button name=\"\" value=\"Rechercher\" id=\"edit-submit-recherche\" type=\"submit\" class=\"button js-form-submit form-submit btn-default btn\" data-drupal-selector=\"edit-submit-recherche\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0efa03d4b74f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ed59696c"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<nav aria-labelledby=\"block-menusections-menu\" role=\"navigation\">",
            "message": "The 'id' \"block-menusections-menu\" specified for the ARIA property 'aria-labelledby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa7e2a91cd48",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8d869a8b"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav aria-labelledby=\"block-menusections-menu\" role=\"navigation\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7375cab03a03",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d5d0a60f"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<nav aria-labelledby=\"block-menusections-menu\" role=\"navigation\">",
            "message": "Multiple elements with \"navigation\" landmarks within the same parent region are not distinguished from one another because they have the same \"\" label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c213edfa7b31",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4bdce693"
          },
          {
            "rule": "aria_navigation_label_unique",
            "xpath": null,
            "html": "<nav aria-labelledby=\"block-menusections-menu\" role=\"navigation\">",
            "message": "Multiple elements with \"navigation\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c5d706972867",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0a070efc"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/357\" href=\"/section/357/administration-communale\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "31892955fc3c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2952893b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/384\" href=\"/section/384/cooperation-internationale\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2044a0cebba3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c2ddc022"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/385\" href=\"/section/385/jumelages\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6840bb39fa79",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ea43b0d6"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/377\" href=\"/section/377/finances\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c99c805e7db",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6f77cc25"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/927\" href=\"/section/927/budget\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8e55af2564b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-36808123"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/383\" href=\"/section/383/cadastre\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4ead5c50a329",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-27f921f8"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/379\" href=\"/section/379/comptes\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "09355a96363c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d5416484"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1004\" href=\"/section/1004/divers\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "40e83092094b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f045f348"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/935\" href=\"/section/935/taxes-et-redevances\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b2baa2a69da",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2c55a881"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1019\" href=\"/section/1019/redevances\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7cd1668fb8b3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-79449a65"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1003\" href=\"/section/1003/taxes\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ff5c062cd62",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-09512135"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1005\" href=\"/section/1005/le-service\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5998644b1fea",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-36098c55"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/983\" href=\"/section/983/ivalve\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "69a3359f43db",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-07fe3a7d"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/976\" href=\"/section/976/offres-demploi\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f926f8c2b03a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-aba2b8a7"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/372\" href=\"/section/372/vie-politique\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d98317ad05ca",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8e24e21f"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/366\" href=\"/section/366/college-communal\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa9b3fbe194c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-849c594f"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/367\" href=\"/section/367/conseil-communal\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "db16b2af54ac",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-89ab5b2f"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/833\" href=\"/section/833/composition\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9e9cf9e50843",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-59c6784f"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/368\" href=\"/section/368/ordres-du-jour-archives\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "93cc85294868",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c5c6b7c8"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/946\" href=\"/section/946/archives-2019\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "97540b57953c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3692b1a5"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/947\" href=\"/section/947/archives-2020\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "91d20ad5f5ca",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f26c60f8"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/957\" href=\"/section/957/archives-2021\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea6da00ed7cb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9e222b99"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/975\" href=\"/section/975/archives-2022\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fd21bd4ad9bf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e7cdb7ff"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/369\" href=\"/section/369/proces-verbaux-archives\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "daf344bf8ec5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-28f9016c"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/948\" href=\"/section/948/archives-2019\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc633594c760",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d73d1ebe"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/949\" href=\"/section/949/archives-2020\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c595a00782d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-59461945"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/950\" href=\"/section/950/archives-2021\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c2ec876787eb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3c8511b4"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/974\" href=\"/section/974/archives-2022\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6dc331ba79e8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-107b0263"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1017\" href=\"/section/1017/archives-2023\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "34be83b0b7c1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b72f4ea9"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1018\" href=\"/section/1018/archives-2024\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ff72431ac26",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7902c15c"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1021\" href=\"/section/1021/archives-2025\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d97b185a0aff",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ddf60013"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/980\" href=\"/section/980/elections\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a340cad344a6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-31d73e7d"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/915\" href=\"/section/915/cimetieres\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1fecb91ef32f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cdf9cfd3"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/916\" href=\"/section/916/cimetieres-nature\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b2128ef05de",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2636515f"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/917\" href=\"/section/917/entretien-des-sepultures\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9e8b9234e5eb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-244e0fa0"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/918\" href=\"/section/918/tarifs-et-reglement\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c8c42128bff6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0a052bf6"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/242\" href=\"/section/242/dechets-proprete-publique\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "453d3149ecec",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9076eb89"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/246\" href=\"/section/246/bulles-verre\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "145daae25533",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-711b98a1"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/952\" href=\"/section/952/bulles-vetements\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d849abf405db",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a2277059"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/245\" href=\"/section/245/dechets-menagers\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ccccca69162f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-575b5857"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/247\" href=\"/section/247/papiers-cartons-et-pmc\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4564e6ae9194",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e86d0b2a"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/929\" href=\"/section/929/points-dapports-volontaires\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb8b78cd5e25",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-71b13939"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/244\" href=\"/section/244/recyparc\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab18f799f20e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-51a31487"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/955\" href=\"/section/955/un-souci-en-rue-dites-le-nous\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d3c8895e8ac7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ed1eb68c"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/951\" href=\"/section/951/ipplf\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e48b0000182",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-18acb019"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1020\" href=\"/section/1020/leuze-de-demain\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "287bd63621c0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ed350f1e"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/215\" href=\"/section/215/mobilite\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "79676bc4895c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fb9223c3"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/920\" href=\"/section/920/je-me-deplace\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ce658545aeb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0acd0f5d"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/922\" href=\"/section/922/pied\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f853e312cb9a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5656baa6"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/919\" href=\"/section/919/velo\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bfdb4722870a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-33bffb4a"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/926\" href=\"/section/926/demande-damenagement\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2489f86aec32",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-df3f3204"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/923\" href=\"/section/923/en-bus\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6106d39e575e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5e5c6213"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/942\" href=\"/section/942/en-covoiturage-et-autopartage\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ac2481cca56",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6dbfdb99"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/924\" href=\"/section/924/en-voiture\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d054759c1a84",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-22087ffa"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/956\" href=\"/section/956/guide-de-la-mobilite-du-travailleur\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "786563189cf5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-20e19549"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/944\" href=\"/section/944/guide-de-la-mobilite-scolaire\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c2eea7b5c07",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c582a1de"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/925\" href=\"/section/925/je-suis-pmr\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c07305442b87",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-44f04dc7"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/921\" href=\"/section/921/plan-communal-de-mobilite\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "885dd7f019cd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2bd3de57"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/223\" href=\"/section/223/en-train\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a2a70bad283",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e86b5d58"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/905\" href=\"/section/905/pcdr\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d6e7e21bce1a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-eafb3124"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/200\" href=\"/section/200/urbanisme-logement\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e41d30e3b40",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4d19f350"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/212\" href=\"/section/212/enquetes-publiques\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6cfb24f0d4e0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dabba183"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/973\" href=\"/section/973/occupation-du-domaine-public\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d1585b914f77",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c4f5e55a"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/273\" href=\"/section/273/culture\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9342ddea6902",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4d727a6c"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/275\" href=\"/section/275/bibliotheque\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dabfe7a5ffa6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-aca85e81"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/280\" href=\"/section/280/cdho\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b964fec68e8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0e24d57f"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/274\" href=\"/section/274/centre-culturel\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "126348745d10",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1a43c1f5"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/281\" href=\"/section/281/concours-international-andre-dumortier\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60b9db937a72",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d3e9ab4b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/267\" href=\"/section/267/enfance-jeunesse\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f6c1bfa60b23",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2e339487"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/269\" href=\"/section/269/aires-de-jeux\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "738876e8456b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6954f17b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/268\" href=\"/section/268/mouvements-de-jeunesse\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b09ea74acacd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-906e917b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/270\" href=\"/section/270/seniors\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "011695b40ccf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6f54c77a"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/271\" href=\"/section/271/activites-seniors\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d714a3a4c35c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-befba69f"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/272\" href=\"/section/272/associations\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "79ff6c285127",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-accfd83d"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/262\" href=\"/section/262/sports\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b77d7fb930f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f7dbfd48"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/264\" href=\"/section/264/associations-et-clubs-sportifs\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7dc4941dca0a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-500fde25"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/827\" href=\"/section/827/autres-infrastructures-sportives\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4ac07298552e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f6735952"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"node/323\" rel=\"\" target=\"_self\" href=\"/section/263/leuzarena\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b2fc3fc26a6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-016ed31a"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/263\" href=\"/section/263/leuzarena\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e7a77f290f3d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-54de58c7"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/266\" href=\"/section/266/merite-sportif\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f6f72104baa1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a135f072"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/844\" href=\"/section/844/acteurs-economiques\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb9b3bf1f540",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f2f07623"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/846\" href=\"/section/846/centres-et-parcs-dactivites\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ceb2bbff847c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9fdbba6c"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/350\" href=\"/section/350/emploi-formation\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f6d7defe898f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-83b60df5"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/304\" href=\"/section/304/accueil-temps-libre\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c57e1f59f16",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-71ebf9a8"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/295\" href=\"/section/295/creche-milieux-daccueil\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b6cd3db048b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-42243149"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/297\" href=\"/section/297/enseignement\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11b5194edba5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-54ae3086"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/829\" href=\"/section/829/enseignement-secondaire\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41339800b936",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5bb9c8a5"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/830\" href=\"/section/830/enseignement-specialise\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "549182474825",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-42b2a11f"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/831\" href=\"/section/831/enseignement-superieur\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "05cd5ed2ef1f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-01c51d34"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/828\" href=\"/section/828/fondamental-et-primaire\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "02b0d357ffde",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4b64110b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/832\" href=\"/section/832/promotion-sociale\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f90a4984eda8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c52c5796"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/977\" href=\"/section/977/reseau-communal\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "10ca768827e4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f984df16"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/978\" href=\"/section/978/menus\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a7b6450a0d8a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f1a21e42"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/864\" href=\"/section/864/sante\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6902add208f5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-410f13ec"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/305\" href=\"/section/305/soutien-scolaire\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "78690b058813",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0918f469"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1015\" href=\"/section/1015/arbres-et-plantations\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2432b8309e07",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a1f18288"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1012\" href=\"/section/1012/compostage-et-jardin-sans-pesticide\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "74f07e97cf2c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3af9f9f2"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1014\" href=\"/section/1014/conseil-ecologique-et-economique\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f34c2cebce74",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c00fb919"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1010\" href=\"/section/1010/cours-deau-et-inondation\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2515a60bcd7d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d62708d4"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1009\" href=\"/section/1009/especes-exotiques-envahhissantes\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "72fa92ebe49d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-079807f0"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1011\" href=\"/section/1011/permis-denvironnement\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b6259bf7f70c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a34b92c3"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1008\" href=\"/section/1008/permis-de-vegetaliser\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e1b5e7e53e86",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8df5095c"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1016\" href=\"/section/1016/plan-climat\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9af1f1ef31af",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7c419ae6"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1013\" href=\"/section/1013/prime-renovation-wapisol\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b6132be27df",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85c745b1"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1000\" href=\"/section/1000/agenda\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a2dc10ab502",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7ae99672"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/291\" href=\"/section/291/brocantes-foires-marches\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1d23b8a48d2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a5177a6e"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/286\" href=\"/section/286/folklore-traditions\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f3ab52c668fd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-387688c3"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/289\" href=\"/section/289/fetes-locales-vie-de-quartier\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb8359809ec1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7da409a3"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/934\" href=\"/section/934/location-salle-des-fetes-et-pavillon-du-parc-du-coron\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a3e508b25b4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-21255bbf"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/284\" href=\"/section/284/voir-visiter\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c7459b33e78",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bb48020e"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/283\" href=\"/section/283/histoire-de-la-commune\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e7789325a3a7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-40f51a48"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/835\" href=\"/section/835/leuze-commune-fleurie\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "895136e1809c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5675ccc6"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/843\" href=\"/section/843/office-du-tourisme\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70aad404ed1d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-eb8602b7"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/332\" href=\"/section/332/cpas\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7026906835c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d53e8b59"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/855\" href=\"/section/855/conseil-du-cpas\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b2c5587692aa",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-631ef9fa"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/854\" href=\"/section/854/maison-de-repos-maison-de-repos-et-de-soins\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b45c8532e62",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9912d888"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/933\" href=\"/section/933/pool-petite-enfance\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d86e225452e0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-35b6df0b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/853\" href=\"/section/853/services-et-contacts\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6baab740f715",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5cd3a4ab"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/834\" href=\"/section/834/conseils-consultatifs-communaux\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6aa42e0f10c6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-47f4acf3"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/1001\" href=\"/section/1001/don-de-sang\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f0a8c5c98053",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-680e4e64"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/311\" href=\"/section/311/guide-des-associations-et-services\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d8d20e46d9f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1321abda"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/906\" href=\"/section/906/plan-de-cohesion-sociale\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d31ea436662b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-02e856fb"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/963\" href=\"/section/963/activites-pour-personnes-isolees\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6bb114c2bb0f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-55c329e7"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/958\" href=\"/section/958/ateliers-de-resocialisation\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "627f30b6cb5b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b9510156"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/959\" href=\"/section/959/booster-coaching-emploi\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a239adc297f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-25f793f4"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/972\" href=\"/section/972/le-plan-de-cohesion-sociale\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fef62667cad8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-37b9ceb8"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/960\" href=\"/section/960/solidarite-entre-voisins\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6a24425b86b8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-06e12d43"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/860\" href=\"/section/860/festivites-et-dossier-de-securite\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f45a3c5fab35",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-085a33fd"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/859\" href=\"/section/859/numeros-utiles\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e47e73f0ac74",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-000bfd6c"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/858\" href=\"/section/858/zone-de-police\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d0a7a2bba48",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5b4fc2b0"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/857\" href=\"/section/857/zone-de-secours\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "442949493058",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9c5ac624"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/943\" href=\"/section/943/budget-participatif\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "09660a1d6def",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5a4e4c9d"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/316\" href=\"/section/316/comite-de-village-ou-quartier\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f39b4633463d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c2e90bf1"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/318\" href=\"/section/318/commissions-consultatives\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "45cecbf13e5b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-25866962"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/317\" href=\"/section/317/initiatives-citoyennes\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e51e1ef47b44",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2eb418fa"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a data-drupal-link-system-path=\"taxonomy/term/315\" href=\"/section/315/maison-de-quartier-et-espaces-de-proximite\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b14a1839cb5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-09346896"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div style=\"width: 800px;\" tabindex=\"-1\" aria-hidden=\"true\" id=\"\" data-slick-index=\"-1\" class=\"slick__slide slide slide--2 slick-slide slick-cloned\">",
            "message": "The <div> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "559a7a097607",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d0e318f3"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2 class=\"slide__title\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d1922f8fa2c1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f6997e01"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d661b986032c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f9d40766"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2>",
            "message": "Verify the contrast ratio of the text with shadow meets the WCAG AA minimum requirements for text of size 18px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c91b91e142be",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9c97642b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h1>",
            "message": "Verify the contrast ratio of the text with shadow meets the WCAG AA minimum requirements for text of size 46px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6aeac0c79487",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4568b000"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<div style=\"width: 800px;\" tabindex=\"0\" aria-hidden=\"false\" data-slick-index=\"0\" class=\"slick__slide slide slide--0 slick-slide slick-current slick-active\">",
            "message": "The tabbable element's role 'generic' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "230a5610817b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-82e82595"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\"slide__content block-columngrid block-grid small-block-grid-1 medium-block-grid-1 large-block-grid-1\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b346a13d244a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f9f7589b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2>",
            "message": "Verify the contrast ratio of the text with shadow meets the WCAG AA minimum requirements for text of size 18px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h1>",
            "message": "Verify the contrast ratio of the text with shadow meets the WCAG AA minimum requirements for text of size 46px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2 class=\"slide__title\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2>",
            "message": "Verify the contrast ratio of the text with shadow meets the WCAG AA minimum requirements for text of size 18px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h1>",
            "message": "Verify the contrast ratio of the text with shadow meets the WCAG AA minimum requirements for text of size 46px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2 class=\"slide__title\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2>",
            "message": "Verify the contrast ratio of the text with shadow meets the WCAG AA minimum requirements for text of size 18px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h1>",
            "message": "Verify the contrast ratio of the text with shadow meets the WCAG AA minimum requirements for text of size 46px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div style=\"width: 800px;\" tabindex=\"-1\" aria-hidden=\"true\" id=\"\" data-slick-index=\"3\" class=\"slick__slide slide slide--0 slick-slide slick-cloned\">",
            "message": "The <div> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b33ba168b207",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-09722a67"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2 class=\"slide__title\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2>",
            "message": "Verify the contrast ratio of the text with shadow meets the WCAG AA minimum requirements for text of size 18px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h1>",
            "message": "Verify the contrast ratio of the text with shadow meets the WCAG AA minimum requirements for text of size 46px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div style=\"width: 800px;\" tabindex=\"-1\" aria-hidden=\"true\" id=\"\" data-slick-index=\"4\" class=\"slick__slide slide slide--1 slick-slide slick-cloned\">",
            "message": "The <div> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "317f90265e89",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bf20337a"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2 class=\"slide__title\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2>",
            "message": "Verify the contrast ratio of the text with shadow meets the WCAG AA minimum requirements for text of size 18px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h1>",
            "message": "Verify the contrast ratio of the text with shadow meets the WCAG AA minimum requirements for text of size 46px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div style=\"width: 800px;\" tabindex=\"-1\" aria-hidden=\"true\" id=\"\" data-slick-index=\"5\" class=\"slick__slide slide slide--2 slick-slide slick-cloned\">",
            "message": "The <div> element has the id \"\" that is empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c69745d6ee72",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c0ae197c"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2 class=\"slide__title\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2>",
            "message": "Verify the contrast ratio of the text with shadow meets the WCAG AA minimum requirements for text of size 18px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h1>",
            "message": "Verify the contrast ratio of the text with shadow meets the WCAG AA minimum requirements for text of size 46px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<nav class=\"slick__arrow visually-hidden\">",
            "message": "Multiple elements with \"navigation\" landmarks within the same parent region are not distinguished from one another because they have the same \"\" label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed9e1150fb24",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a06432d3"
          },
          {
            "rule": "aria_navigation_label_unique",
            "xpath": null,
            "html": "<nav class=\"slick__arrow visually-hidden\">",
            "message": "Multiple elements with \"navigation\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bda5e34797e6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c15feb1a"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button role=\"button\" tabindex=\"0\" aria-label=\"Previous\" class=\"slick-prev\" data-role=\"none\" type=\"button\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ae422c8efb89",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ffa672f3"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button role=\"button\" tabindex=\"0\" aria-label=\"Previous\" class=\"slick-prev\" data-role=\"none\" type=\"button\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ec6de352c48",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8caa148c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button role=\"button\" tabindex=\"0\" aria-label=\"Previous\" class=\"slick-prev\" data-role=\"none\" type=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "06ee0ab95bbe",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fe970e0f"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button role=\"button\" tabindex=\"0\" aria-label=\"Next\" class=\"slick-next\" data-role=\"none\" type=\"button\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "269689d35c90",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a4056ae4"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button role=\"button\" tabindex=\"0\" aria-label=\"Next\" class=\"slick-next\" data-role=\"none\" type=\"button\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f11a8008bba4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-52e90e8c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button role=\"button\" tabindex=\"0\" aria-label=\"Next\" class=\"slick-next\" data-role=\"none\" type=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "967c7e0430ac",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-14b8a760"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<button role=\"button\" tabindex=\"0\" aria-label=\"Next\" class=\"slick-next\" data-role=\"none\" type=\"button\">",
            "message": "Ensure the overlapped target \"button\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc357183816a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-be7be5f2"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<nav aria-labelledby=\"block-quickaccess-menu\" role=\"navigation\">",
            "message": "The 'id' \"block-quickaccess-menu\" specified for the ARIA property 'aria-labelledby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "afc8fa141070",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7380067d"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav aria-labelledby=\"block-quickaccess-menu\" role=\"navigation\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5a9a4cac94e3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d58cb182"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<nav aria-labelledby=\"block-quickaccess-menu\" role=\"navigation\">",
            "message": "Multiple elements with \"navigation\" landmarks within the same parent region are not distinguished from one another because they have the same \"\" label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d5a90f261d4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7907e79a"
          },
          {
            "rule": "aria_navigation_label_unique",
            "xpath": null,
            "html": "<nav aria-labelledby=\"block-quickaccess-menu\" role=\"navigation\">",
            "message": "Multiple elements with \"navigation\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70670b3e8ed8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d3a7ca56"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/actualite/2947/offre-demploi-agent-administratif-gestionnaire-de-dossiers-pour-le-service-du-marche\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "36c7cd1e9c90",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-183c5004"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60759eb25b9b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e9f90e78"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b600ef31f2bd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a86234de"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/actualite/2943/agenda-event-mai-2026\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "066cf46d023d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-504c551b"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/actualite/2942/fermeture-exceptionnelle-des-bureaux-communaux\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c6eb57c4ebd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4a07c602"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/actualite/2938/offre-demploi-job-etudiant\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2975d1b1bfc6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1c1550f1"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/actualite/2939/jobs-etudiants-offres-demploi\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c39d1497b4e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-24e605f8"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/actualite/2934/salon-de-lemploi-et-jobs-day\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e17b49d13352",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9e1fc4d8"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/latest-contents\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "723a5a16ef6f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1bf028ee"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/associations-et-services/382/centre-culturel-de-leuze-en-hainaut\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "33beaa3859b2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-549ba64e"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/acteurs-et-lieux-culturels/360/mahymobiles\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7242e978fdcd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ff499868"
          },
          {
            "rule": "img_alt_misuse",
            "xpath": null,
            "html": "<img class=\"image-style-teaser-1\" typeof=\"foaf:Image\" alt=\"MahymobilesWouterRawoens.jpg\" height=\"323\" width=\"555\" src=\"/sites/leuze/files/styles/teaser_1/public/2022-04/MahymobilesWouterRawoens.jpg?itok=IjlZrFki\">",
            "message": "Verify that the file name serves as a good inline replacement for the image",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c4e30d49b17c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c72f1270"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/acteurs-et-lieux-culturels/362/vieux-leuze-fire-collection\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c2654971f59",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85712d60"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/publication/2548/au-fil-de-leuze\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "07d0e236b04d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3d54accf"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/publication/2548/au-fil-de-leuze\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c3dd2ac3dee",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1d17b2d8"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--name-field-numero field--type-integer field--label-hidden field--item\">",
            "message": "Confirm this text '35' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cfb0d3f6f49d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2df36580"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"field field--name-field-numero field--type-integer field--label-hidden field--item\">",
            "message": "Text contrast of 2.02 with its background is less than the WCAG AA minimum requirements for text of size 25px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "257d4a80f85d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b4ecdfc0"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a hreflang=\"fr\" href=\"/publication/2548/au-fil-de-leuze\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b6081d6fce5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-35e431a3"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a data-original-title=\"Ouvrir fichier dans une nouvelle fenêtre\" data-placement=\"bottom\" data-toggle=\"tooltip\" target=\"_blank\" title=\"\" type=\"application/pdf; length=10673294\" href=\"https://www.leuze-en-hainaut.be/sites/leuze/files/2024-09/AufildeLeuze%2035%20BAT.pdf\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a8074e76875",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-91b2e84a"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/publication/2460/au-fil-de-leuze\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "617f5972c2c4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b6150da9"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/publication/2460/au-fil-de-leuze\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "92c60dac4579",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8b22d6c5"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--name-field-numero field--type-integer field--label-hidden field--item\">",
            "message": "Confirm this text '34' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"field field--name-field-numero field--type-integer field--label-hidden field--item\">",
            "message": "Text contrast of 2.02 with its background is less than the WCAG AA minimum requirements for text of size 25px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a hreflang=\"fr\" href=\"/publication/2460/au-fil-de-leuze\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4f7a06f25c5c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bc3e573c"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a data-original-title=\"Ouvrir fichier dans une nouvelle fenêtre\" data-placement=\"bottom\" data-toggle=\"tooltip\" target=\"_blank\" title=\"\" type=\"application/pdf; length=9948653\" href=\"https://www.leuze-en-hainaut.be/sites/leuze/files/2024-03/AufildeLeuze%20n34.pdf\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1db8984cf847",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-60f26dce"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/publication/2459/au-fil-de-leuze\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "badefe4a8d4e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9b5e2482"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"/publication/2459/au-fil-de-leuze\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "272b338729c0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6b288a79"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"field field--name-field-numero field--type-integer field--label-hidden field--item\">",
            "message": "Confirm this text '33' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"field field--name-field-numero field--type-integer field--label-hidden field--item\">",
            "message": "Text contrast of 2.02 with its background is less than the WCAG AA minimum requirements for text of size 25px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a hreflang=\"fr\" href=\"/publication/2459/au-fil-de-leuze\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "47f020cf36f0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c995aefa"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a data-original-title=\"Ouvrir fichier dans une nouvelle fenêtre\" data-placement=\"bottom\" data-toggle=\"tooltip\" target=\"_blank\" title=\"\" type=\"application/pdf; length=14960497\" href=\"https://www.leuze-en-hainaut.be/sites/leuze/files/2024-03/AufildeLeuze%2033.pdf\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d2f3065dfbd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3b6b0321"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"/publications\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa97cb70a6d0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cee4e71f"
          },
          {
            "rule": "aria_contentinfo_misuse",
            "xpath": null,
            "html": "<footer>",
            "message": "Element with \"contentinfo\" role is present without an element with \"main\" role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0afa1c1a1cce",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8e9e96c7"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav aria-labelledby=\"block-menufooter1-menu\" role=\"navigation\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd47b0a31a71",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1ca61544"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav aria-labelledby=\"block-menufooter3-menu\" role=\"navigation\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a2912398b532",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4da07fb9"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav aria-labelledby=\"block-menufooter4-menu\" role=\"navigation\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dbf66d6ca7f0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-368a1110"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav aria-labelledby=\"block-menufooter2-menu\" role=\"navigation\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6a04ad6c3800",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a8a8a663"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<nav aria-labelledby=\"block-menufooter-2-menu\" role=\"navigation\">",
            "message": "The 'id' \"block-menufooter-2-menu\" specified for the ARIA property 'aria-labelledby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "99d03effe3b4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-19345dd8"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav aria-labelledby=\"block-menufooter-2-menu\" role=\"navigation\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e740fa95a60",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-87d1f122"
          },
          {
            "rule": "aria_navigation_label_unique",
            "xpath": null,
            "html": "<nav aria-labelledby=\"block-menufooter-2-menu\" role=\"navigation\">",
            "message": "Multiple elements with \"navigation\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "43884e4d2d88",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9477b34f"
          },
          {
            "rule": "aria_banner_label_unique",
            "xpath": null,
            "html": "<div style=\"height: 150px; width: 30%; bottom: -0.518845px;\" class=\"sliding-popup-bottom\" aria-describedby=\"popup-text\" role=\"banner\" id=\"sliding-popup\">",
            "message": "Multiple elements with \"banner\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1948d9262dcc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f293a9c1"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<div style=\"height: 150px; width: 30%; bottom: -0.518845px;\" class=\"sliding-popup-bottom\" aria-describedby=\"popup-text\" role=\"banner\" id=\"sliding-popup\">",
            "message": "Multiple elements with \"banner\" landmarks within the same parent region are not distinguished from one another because they have the same \"\" label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c2c932ee3ab",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c69487ab"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"agree-button eu-cookie-compliance-agree-button\" type=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc02a49fc593",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-941493d3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"disagree-button find-more-button eu-cookie-compliance-more-button find-more-button-processed\" type=\"button\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a5f093c2236",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-98834493"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<button class=\"disagree-button find-more-button eu-cookie-compliance-more-button find-more-button-processed\" type=\"button\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 20px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c4ef40a5a4c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-72f9c718"
          }
        ],
        "outcomeCount": 6724,
        "uniqueFailedCount": 238,
        "duplicateFailedCount": 42,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 42
    },
    {
      "submittedUrl": "https://www.lobbes.be/",
      "finalUrl": "https://www.lobbes.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Accueil — Commune de Lobbes",
      "elapsedMs": 10329,
      "error": null,
      "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": 1055,
          "failed": 7,
          "cantTell": 60,
          "inapplicable": 43
        },
        "failedRules": [
          "aria-allowed-role",
          "aria-required-children",
          "region"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-command-name",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "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",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Vie communale\"]",
            "html": "<label aria-label=\"Vie communale\" for=\"navitem-vie-communale\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d7998fa2047",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-50fa796d"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Vivre à\"]",
            "html": "<label aria-label=\"Vivre à\" for=\"navitem-vivre-a\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "17970f789702",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6f6124b1"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Bouger & Découvrir\"]",
            "html": "<label aria-label=\"Bouger &amp; Découvrir\" for=\"navitem-bouger-decouvrir\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "990972a5c8fc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c7d9710f"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Je suis\"]",
            "html": "<label aria-label=\"Je suis\" for=\"navitem-je-suis\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a47107cbb2b2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-70eaf942"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"En un clic\"]",
            "html": "<label aria-label=\"En un clic\" for=\"navitem-en-un-clic\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c901fed89bdd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1cd97163"
          },
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#portal-globalnav",
            "html": "<ul class=\"navbar-nav\" id=\"portal-globalnav\" role=\"menubar\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: [role=button]",
            "relatedPaths": [
              "label[aria-label=\"Vie communale\"]",
              "label[aria-label=\"Vivre à\"]",
              "label[aria-label=\"Bouger & Découvrir\"]",
              "label[aria-label=\"Je suis\"]",
              "label[aria-label=\"En un clic\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18c6ed1c8718",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8565635e"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#portal-colophon",
            "html": "<div id=\"portal-colophon\">",
            "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": "48e4211a1a2d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-edf401d2"
          }
        ],
        "outcomeCount": 1165,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 7
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2085,
          "failed": 35,
          "cantTell": 24,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_complementary_labelled",
          "aria_content_in_landmark",
          "aria_id_unique",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "svg_graphics_labelled",
          "text_block_heading"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style>",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f3c3f78391dc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b81717"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "81dec3adf8d2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9ad5fff9"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"https://www.lobbes.be/++webresource++d5804eac-48ee-5c69-8389-75ac65829cb3/++plone++facetednavigation/faceted-jquery.min.css\" data-bundle=\"faceted.jquery\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fec05dc51952",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a803842"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"https://www.lobbes.be/++webresource++9de90fe9-ef13-521b-8453-bd3044d35c6b//++theme++lobbes/dist/css/theme.css\" data-bundle=\"diazo\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dacdeaff673a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5359e15c"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.lobbes.be/#content\" class=\"show-on-focus\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be6b147c2ff2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b04dd30b"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"144\" viewBox=\"0 0 144 29\" height=\"29\" fill=\"none\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf26c7bffd48",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-aa890e4f"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#portal-globalnav-collapse\" class=\"navbar-toggler\" aria-label=\"Activer/désactiver la navigation\" aria-expanded=\"false\" aria-controls=\"navbarNav\">",
            "message": "The 'id' \"navbarNav\" specified for the ARIA property 'aria-controls' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc7463cb14f5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7be75485"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#portal-globalnav-collapse\" class=\"navbar-toggler\" aria-label=\"Activer/désactiver la navigation\" aria-expanded=\"false\" aria-controls=\"navbarNav\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "848f812517fa",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-55b9b791"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"#offcanvasSearch\" data-bs-toggle=\"offcanvas\" data-bs-target=\"#offcanvasSearch\" aria-controls=\"offcanvasSearch\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b153b48addc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a652846"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div style=\"\" id=\"1770390632307\" class=\"portalMessage info\">",
            "message": "Confirm this text 'Information' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "79436b25d6c5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6b3c2dcd"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside id=\"global_statusmessage\" class=\"col-12\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "574c246849c7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d6a7e678"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" viewBox=\"0 0 20 20\" height=\"20\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf75d6ff6c0d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1cec4d95"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" viewBox=\"0 0 20 24\" height=\"24\" fill=\"#000\" class=\"plone-icon plone-icon\" aria-labelledby=\"title\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "44069c5a826e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-159fd873"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" viewBox=\"0 0 20 24\" height=\"24\" fill=\"#000\" class=\"plone-icon plone-icon\" aria-labelledby=\"title\">",
            "message": "The 'id' \"title\" specified for the ARIA property 'aria-labelledby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "19ab8889f494",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c6d6602f"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2cbc46f7d068",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ec9aff45"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 22 16\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ed971e010a3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a8c8935"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"swiper_category\">",
            "message": "Confirm this text 'Presse' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b7af6ac5f0ea",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-812c55c0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.lobbes.be/actualites\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce60d651f0da",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5a904bad"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.lobbes.be/agenda\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a9b5dca587a0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-11bdc905"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.lobbes.be/#content-header\" class=\"show-on-focus skip-before-footer\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4ade09f07e0b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7943ebbe"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f07cc49417e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Lundi Lundi' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a30f2c2e5d1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f2bf52aa"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text 'Mardi' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef1df5c83a57",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-94d3c6bd"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text 'Mercredi' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text 'Jeudi' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text 'Vendredi' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.lobbes.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f5bbf01c0dc3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c912eee0"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.lobbes.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "393e8aec9b7d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a99873e1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.lobbes.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b489e7cc217",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-566c1733"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.lobbes.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ff6151c2ed1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-97cb6a7d"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.lobbes.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "20ae3049e171",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f33776b5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.lobbes.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d4ee4e7fb3f3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-151added"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.lobbes.be/annuaire/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee8eba135612",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bddf34a4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.lobbes.be/annuaire/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "531f036183c6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f36f9d10"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "72690a23b09a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6e7f9087"
          }
        ],
        "outcomeCount": 2139,
        "uniqueFailedCount": 32,
        "duplicateFailedCount": 3,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 3
    },
    {
      "submittedUrl": "https://www.manage-commune.be/",
      "finalUrl": "https://www.manage-commune.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Accueil — Commune de Manage",
      "elapsedMs": 13594,
      "error": null,
      "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": 2784,
          "failed": 12,
          "cantTell": 46,
          "inapplicable": 43
        },
        "failedRules": [
          "aria-allowed-role",
          "aria-required-children",
          "color-contrast",
          "region"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-command-name",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "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",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Ma commune\"]",
            "html": "<label aria-label=\"Ma commune\" for=\"navitem-ma-commune\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c33cc1825985",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fb93ab52"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Loisirs\"]",
            "html": "<label aria-label=\"Loisirs\" for=\"navitem-loisirs\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "200a3e8ebb32",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3099441e"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Economie\"]",
            "html": "<label aria-label=\"Economie\" for=\"navitem-economie\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c8c9382d4a9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c18e10d2"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Je trouve\"]",
            "html": "<label aria-label=\"Je trouve\" for=\"navitem-je-trouve\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ca0251f07d1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-95636ade"
          },
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#portal-globalnav",
            "html": "<ul class=\"navbar-nav\" id=\"portal-globalnav\" role=\"menubar\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: [role=button]",
            "relatedPaths": [
              "label[aria-label=\"Ma commune\"]",
              "label[aria-label=\"Loisirs\"]",
              "label[aria-label=\"Economie\"]",
              "label[aria-label=\"Je trouve\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7124ff0bb831",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8565635e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#container-section-actualites > .nb-items-batch-3 > .see_all > a",
            "html": "<a href=\"https://www.manage-commune.be/actualites\">Voir toutes les actualités</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.91 (foreground color: #07689f, background color: #ffc93c, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#container-section-actualites > .nb-items-batch-3 > .see_all > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cafc691525da",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a8034a48"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#container-section-agenda > .nb-items-batch-3 > .see_all > a",
            "html": "<a href=\"https://www.manage-commune.be/agenda\">Voir l'agenda complet</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.91 (foreground color: #07689f, background color: #ffc93c, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#container-section-agenda > .nb-items-batch-3 > .see_all > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8619d3c25f5a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ba9ce0af"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[title=\"Voir tout l'annuaire\"] > .table_title > span",
            "html": "<span>Voir tout l'annuaire</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.91 (foreground color: #07689f, background color: #ffc93c, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[title=\"Voir tout l'annuaire\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b83322a8f834",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1ab52142"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".street",
            "html": "<span class=\"street\">Place Albert 1er, 1</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.68 (foreground color: #dee2e6, background color: #d13a3a, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "530ab00cf92d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-37e57c05"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".entity",
            "html": "<span class=\"entity\">7170 Manage</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.68 (foreground color: #dee2e6, background color: #d13a3a, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4bdd2a1d98be",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-67febcb3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".country",
            "html": "<span class=\"country\">Belgique</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.68 (foreground color: #dee2e6, background color: #d13a3a, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b29b10d5f2c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9f409faa"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#portal-colophon",
            "html": "<div id=\"portal-colophon\">",
            "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": "eda8a37f76e6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-edf401d2"
          }
        ],
        "outcomeCount": 2885,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 12
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 7575,
          "failed": 83,
          "cantTell": 53,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_complementary_labelled",
          "aria_content_in_landmark",
          "aria_id_unique",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "input_label_visible",
          "label_name_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "svg_graphics_labelled",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style>",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ec9f2fda639",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b81717"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b3f6ad08aea4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9ad5fff9"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"https://www.manage-commune.be/++webresource++d5804eac-48ee-5c69-8389-75ac65829cb3/++plone++facetednavigation/faceted-jquery.min.css\" data-bundle=\"faceted.jquery\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d73f09f6c644",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-930d86e5"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"https://www.manage-commune.be/++webresource++41a80398-f07d-59f1-b5d3-e051a36ce711//++theme++communemanage/dist/css/theme.css\" data-bundle=\"diazo\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f08d02ba53fb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b95929f4"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.manage-commune.be/#content\" class=\"show-on-focus\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa56da6bee0c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c44d5956"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 200 62.63\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d841865c0490",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9ff0bb01"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#portal-globalnav-collapse\" class=\"navbar-toggler\" aria-label=\"Activer/désactiver la navigation\" aria-expanded=\"false\" aria-controls=\"navbarNav\">",
            "message": "The 'id' \"navbarNav\" specified for the ARIA property 'aria-controls' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b6146817ae54",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7be75485"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#portal-globalnav-collapse\" class=\"navbar-toggler\" aria-label=\"Activer/désactiver la navigation\" aria-expanded=\"false\" aria-controls=\"navbarNav\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e394ed5f082a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-55b9b791"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"#offcanvasSearch\" data-bs-toggle=\"offcanvas\" data-bs-target=\"#offcanvasSearch\" aria-controls=\"offcanvasSearch\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e9fb746e499c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a652846"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div style=\"\" id=\"1738836000257\" class=\"portalMessage info\">",
            "message": "Confirm this text 'Information' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ef5cd02639b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cdde47f4"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\" aria-label=\"Acceptez tous les cookies\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b7a8a1d42e8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f4c83f57"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\" aria-label=\"Acceptez tous les cookies\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c20ad09d209",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f761d507"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\" aria-label=\"Acceptez tous les cookies\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "53d89df43a2a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-11d7452b"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\" aria-label=\"Acceptez tous les cookies\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ec9820ef211",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4f9b556e"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.manage-commune.be/@@consent\" data-pat-plone-modal=\"{\"prependContent\": \"\"}\" class=\"pat-plone-modal\" aria-label=\"En savoir plus et paramétrer les cookies\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9438355eb66f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-402bbbea"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.manage-commune.be/@@consent\" data-pat-plone-modal=\"{\"prependContent\": \"\"}\" class=\"pat-plone-modal\" aria-label=\"En savoir plus et paramétrer les cookies\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "418e342b3cb1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cd6ec723"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a href=\"https://www.manage-commune.be/@@consent\" data-pat-plone-modal=\"{\"prependContent\": \"\"}\" class=\"pat-plone-modal\" aria-label=\"En savoir plus et paramétrer les cookies\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f1d37997db8f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2c11616b"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\" aria-label=\"Refuser tous les cookies\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "91be57f5c0ff",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9e6f9182"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\" aria-label=\"Refuser tous les cookies\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "21747afd9e49",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-877f508f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\" aria-label=\"Refuser tous les cookies\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6d98b39fedf9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-37e5941e"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\" aria-label=\"Refuser tous les cookies\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b0247f59447",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4abe1a5a"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside id=\"global_statusmessage\" class=\"col-12\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ecae5e68d560",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d6a7e678"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"Horaires & Contact (Nouvelle fenêtre)\" target=\"_blank\" href=\"https://www.manage-commune.be/resolveuid/70c8e96008ab462a8494ac04587f5711\" class=\"table_image\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c8556c3c9bf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a72dfb11"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 40 40\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "640471d37f47",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c6aab2f1"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Horaires & Contact' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "63d5d1f5d8ae",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-abe54ce3"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 23.5 19.23\" fill=\"#000\" class=\"plone-icon\" aria-labelledby=\"title\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac4de106d665",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8fb3f986"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 23.5 19.23\" fill=\"#000\" class=\"plone-icon\" aria-labelledby=\"title\">",
            "message": "The 'id' \"title\" specified for the ARIA property 'aria-labelledby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "47cb4d936263",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-76e1b79e"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Démarches & Infos pratiques' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"Enquêtes publiques\" target=\"\" href=\"https://www.manage-commune.be/resolveuid/115fbf7a97b14c8fb43dda4c7d2b9bf9\" class=\"table_image\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e54ac82819ec",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-978e4d53"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 29.18 26.8\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4199cb42f7ef",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b11fcd54"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Enquêtes publiques' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"Infos Travaux (Nouvelle fenêtre)\" target=\"_blank\" href=\"https://www.manage-commune.be/resolveuid/bffdc78323834d7689c552ed011ef68d\" class=\"table_image\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e53681179b23",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6e9e5335"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 28 34.12\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1dda1717a0af",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e3dfa86a"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Infos Travaux' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"Offres d'emploi (Nouvelle fenêtre)\" target=\"_blank\" href=\"https://www.manage-commune.be/resolveuid/7de36304918a4a468a00829df2ab7254\" class=\"table_image\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "62579b4a6881",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85d410cd"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "625c1ae9acf3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ec9aff45"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Offres d'emploi' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"Agenda\" target=\"\" href=\"https://www.manage-commune.be/resolveuid/b5522180e11a4b04abe3d58b7388dded\" class=\"table_image\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "88490562f6d0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-08faa75c"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18e6953bb89b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a4dedb7"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Agenda' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.manage-commune.be/actualites\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d31c32bb6810",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-404e58b8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2 class=\"section-title\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 52px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1458429a24cb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f7bf1660"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.manage-commune.be/agenda\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de368c314e95",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-622d9a0e"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Mandataires' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Administration' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fd4a1f465f00",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cc948cfa"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Sport' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6d6f6912eabe",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d84af3ba"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Écoles' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Associations' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Voir tout l'annuaire\" target=\"\" href=\"https://www.manage-commune.be/resolveuid/a2daa5fcd344487dbb24da3f2f183f20\" class=\"table_image no-image\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f88e83ed0c95",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-941f93b2"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Voir tout l'annuaire' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.92 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9000ed6da1ca",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2 class=\"section-title\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Je m'inscris à la Newsletter (Nouvelle fenêtre)\" target=\"_blank\" href=\"https://sibforms.com/serve/MUIFAN-WNVNH4IdjwFcbbmPNwkPe5DeLyuTgJHsasPktkIoSThnqHedM-XhDVqp7mfdPtv043PVRGq5JB_Knp8gM-TpfgxfU6Kv7iOSDAlTDFp7RRUHn0yNGSVBvjIfrOfBa-xPau3DkzG0RWbYSIFY5ZYQEAjhHA82uc0wIDOK6uJCi9625rj08rmdyKBfCAfhXQJq0zEzFsPRS\" class=\"table_image no-image\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "787a20477c11",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-152ed714"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'CPAS' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b88fdcc1272",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2b24696c"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Bibliothèques' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'PCS' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Nature' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Foyer culturel' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" viewBox=\"0 0 48 48\" height=\"48\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d2a449671ea4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-169d1c49"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Police' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b90474206c3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"street\">",
            "message": "Text contrast of 3.68 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3bbc45a0ad98",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fad7f5be"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"entity\">",
            "message": "Text contrast of 3.68 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc028cb668de",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-78b42462"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"country\">",
            "message": "Text contrast of 3.68 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "42afaa8603ae",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3e611214"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.manage-commune.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ded2df82787",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85ea4d2e"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.manage-commune.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9460da21fb08",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bc5e8e60"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.manage-commune.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb210708fced",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-90171131"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.manage-commune.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b4d41baa503b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bb3347d8"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.manage-commune.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a7c0ffdd19b1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-db672ce4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.manage-commune.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2601d7fe525e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-09424ad6"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.manage-commune.be/annuaire/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "53f6b59df76d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-be6d6212"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.manage-commune.be/annuaire/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d47438c9ae7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dd70f528"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ad1ecc422334",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6e7f9087"
          }
        ],
        "outcomeCount": 7735,
        "uniqueFailedCount": 58,
        "duplicateFailedCount": 25,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 25
    },
    {
      "submittedUrl": "https://www.merbeslechateau.be/",
      "finalUrl": "https://www.merbeslechateau.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Home page — Commune de Merbes-le-château",
      "elapsedMs": 10863,
      "error": null,
      "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": 1498,
          "failed": 7,
          "cantTell": 33,
          "inapplicable": 43
        },
        "failedRules": [
          "aria-allowed-role",
          "aria-required-children",
          "heading-order",
          "region"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-command-name",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "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",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Ma commune\"]",
            "html": "<label aria-label=\"Ma commune\" for=\"navitem-ma-commune\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e60f1394501b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fb93ab52"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Vivre à Merbes\"]",
            "html": "<label aria-label=\"Vivre à Merbes\" for=\"navitem-vivre-a-merbes-le-chateau\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "503d81e86f86",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0759e907"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Que faire à Merbes\"]",
            "html": "<label aria-label=\"Que faire à Merbes\" for=\"navitem-que-faire-a-merbes-le-chateau\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8367794875ee",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1c9279d3"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"En un clic\"]",
            "html": "<label aria-label=\"En un clic\" for=\"navitem-en-un-clic\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "79301da5baa6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1cd97163"
          },
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#portal-globalnav",
            "html": "<ul class=\"navbar-nav\" id=\"portal-globalnav\" role=\"menubar\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: [role=button]",
            "relatedPaths": [
              "label[aria-label=\"Ma commune\"]",
              "label[aria-label=\"Vivre à Merbes\"]",
              "label[aria-label=\"Que faire à Merbes\"]",
              "label[aria-label=\"En un clic\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e96edf92fd0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8565635e"
          },
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "a[title=\"Bienvenue à\"] > .swiper_title > h3",
            "html": "<h3>Bienvenue à</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": "93eecf7ea0c6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f16f7775"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#portal-colophon",
            "html": "<div id=\"portal-colophon\">",
            "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": "4832f115fc5c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-edf401d2"
          }
        ],
        "outcomeCount": 1581,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 7
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3585,
          "failed": 37,
          "cantTell": 26,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_complementary_labelled",
          "aria_content_in_landmark",
          "aria_id_unique",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "heading_markup_misuse",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "svg_graphics_labelled",
          "text_block_heading",
          "text_contrast_sufficient",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style>",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41c08ff1509d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b81717"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "90013b7fec0f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9ad5fff9"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"https://www.merbeslechateau.be/++webresource++d5804eac-48ee-5c69-8389-75ac65829cb3/++plone++facetednavigation/faceted-jquery.min.css\" data-bundle=\"faceted.jquery\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d135a17764e6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-25bfe8b7"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"https://www.merbeslechateau.be/++webresource++03ee860e-6778-5d13-9f6c-17bfcf4bd9cd//++theme++merbeslechateau/dist/css/theme.css\" data-bundle=\"diazo\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a462c4789dd1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-96dc0652"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.merbeslechateau.be/#content\" class=\"show-on-focus\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ace025ce7e7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4eb815bb"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#portal-globalnav-collapse\" class=\"navbar-toggler\" aria-label=\"Activer/désactiver la navigation\" aria-expanded=\"false\" aria-controls=\"navbarNav\">",
            "message": "The 'id' \"navbarNav\" specified for the ARIA property 'aria-controls' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8521921b01af",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7be75485"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#portal-globalnav-collapse\" class=\"navbar-toggler\" aria-label=\"Activer/désactiver la navigation\" aria-expanded=\"false\" aria-controls=\"navbarNav\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e727c4da4a3e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-55b9b791"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"#offcanvasSearch\" data-bs-toggle=\"offcanvas\" data-bs-target=\"#offcanvasSearch\" aria-controls=\"offcanvasSearch\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "747c4f3089a8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a652846"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside id=\"global_statusmessage\" class=\"col-12\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "705a01095eb4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d6a7e678"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "492536ae0a85",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-61d6b2cc"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Merbes-le-Château' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c8a24d62d8d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f2bf52aa"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "21789ba0b400",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7acebded"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" viewBox=\"0 0 20 20\" height=\"20\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a9073722fd34",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1cec4d95"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Horaires' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f2fa47b6e66",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-abe54ce3"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48.01 35.28\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb7b103ccdb7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-99505c7e"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'E-guichet' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aebc616f02e4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ec9aff45"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Publications' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "93e51943a937",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a4dedb7"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Guide pratique' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 14.07 14.07\" data-name=\"Calque 16\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2624cebcbe02",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-28bba364"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Quel temps à Merbes ?' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Réservation Terrain Tennis' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h3>",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c953f7cdbfae",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3a37faa2"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h3>",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<h3>",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Coucou voilà le gourou\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1922e069f9e7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f3754680"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3bbb22dcb282",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.merbeslechateau.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "731b70a5d2a5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-93c77609"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.merbeslechateau.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c91900ecbab2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5454ab4f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.merbeslechateau.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "05b9f52c09f3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-94ed1073"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.merbeslechateau.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1108d83c384c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9e0b0f91"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.merbeslechateau.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "37fa5613aaf4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-36f4e1f7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.merbeslechateau.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f015f9f478f1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ab6c2276"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.merbeslechateau.be/annuaire/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "faea94907f90",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-948b999c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.merbeslechateau.be/annuaire/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b98ec781baf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f24474d1"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb003ae8cc34",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6e7f9087"
          }
        ],
        "outcomeCount": 3661,
        "uniqueFailedCount": 30,
        "duplicateFailedCount": 7,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 7
    },
    {
      "submittedUrl": "https://www.momignies.be/",
      "finalUrl": "https://www.momignies.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "momignies",
      "elapsedMs": 8799,
      "error": null,
      "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": 767,
          "failed": 51,
          "cantTell": 17,
          "inapplicable": 48
        },
        "failedRules": [
          "color-contrast",
          "landmark-one-main",
          "link-name",
          "meta-viewport",
          "region"
        ],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-conditional-attr",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "autocomplete-valid",
          "avoid-inline-spacing",
          "bypass",
          "color-contrast",
          "definition-list",
          "dlitem",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "label",
          "label-title-only",
          "landmark-complementary-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-no-duplicate-contentinfo",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#searchGadget",
            "html": "<input accesskey=\"4\" class=\"searchField\" id=\"searchGadget\" name=\"SearchableText\" placeholder=\"Recherche\" size=\"18\" title=\"Recherche\" type=\"text\" autocomplete=\"off\">",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.94 (foreground color: #808080, background color: #ffffff, font size: 12.5pt (16.64px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#searchGadget",
              ".LSBox"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc6d31fd195e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6d504bd2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".portletHeader > span:nth-child(2)",
            "html": "<span>\n           Administration\n        </span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.85 (foreground color: #ffffff, background color: #7a9fa8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".portlet-static-administration > .portletHeader"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da1582580615",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ab0c1576"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".odd.portletItem > address:nth-child(1)",
            "html": "<address>Grand place 1<br>\n6590 Momignies<br>\n<strong>Heures d'ouverture</strong> :</address>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.85 (foreground color: #ffffff, background color: #7a9fa8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portletwrapper-706c6f6e652e7269676874636f6c756d6e0a636f6e746578740a2f6d6f6d69676e6965730a61646d696e697374726174696f6e"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "072ed4caf674",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6c858303"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "address:nth-child(1) > strong",
            "html": "<strong>Heures d'ouverture</strong>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.85 (foreground color: #ffffff, background color: #7a9fa8, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portletwrapper-706c6f6e652e7269676874636f6c756d6e0a636f6e746578740a2f6d6f6d69676e6965730a61646d696e697374726174696f6e"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "605b154973ea",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a98c2351"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "address:nth-child(2) > address > p",
            "html": "<p>Lundi : de 9h-12h/14h-17h<br>\nMardi : de 9h-12h<br>\nMercredi : de 9h-12h/14h-17h<br>\nJeudi : de 9h-12h<br>\nVendredi : de 9h-12h/14h-17h<br>\nPermanence le 3° samedi<br>\ndu mois de 10h à 12h</p>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.85 (foreground color: #ffffff, background color: #7a9fa8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portletwrapper-706c6f6e652e7269676874636f6c756d6e0a636f6e746578740a2f6d6f6d69676e6965730a61646d696e697374726174696f6e"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "970c1de461ce",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3c920c41"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "address:nth-child(2) > p",
            "html": "<p>Tel : 060/51.11.11<br>\nFax : 060/51.04.37<br>\n<a href=\"mailto:commune@momignies.be\">Nous contacter par email</a></p>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.85 (foreground color: #ffffff, background color: #7a9fa8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portletwrapper-706c6f6e652e7269676874636f6c756d6e0a636f6e746578740a2f6d6f6d69676e6965730a61646d696e697374726174696f6e"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "443e4905d2f6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7f7c2b1f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href=\"mailto:commune@momignies.be\"]",
            "html": "<a href=\"mailto:commune@momignies.be\">Nous contacter par email</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.85 (foreground color: #ffffff, background color: #7a9fa8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portletwrapper-706c6f6e652e7269676874636f6c756d6e0a636f6e746578740a2f6d6f6d69676e6965730a61646d696e697374726174696f6e"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f76987d7ee5d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a4f0eb5c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".footer-sitemap-item:nth-child(1) > a[title=\"\"]",
            "html": "<a href=\"https://www.momignies.be/commune\" title=\"\">Commune</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.13 (foreground color: #317d9b, background color: #f2f2f2, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer-wrapper > .row"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4da2d6ec4638",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-14ce65cf"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".footer-sitemap-item:nth-child(2) > a[title=\"\"]",
            "html": "<a href=\"https://www.momignies.be/loisirs\" title=\"\">Loisirs</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.13 (foreground color: #317d9b, background color: #f2f2f2, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer-wrapper > .row"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bae4b2f80465",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-71983e15"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".footer-sitemap-item:nth-child(3) > a[title=\"\"]",
            "html": "<a href=\"https://www.momignies.be/economie\" title=\"\">Economie</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.13 (foreground color: #317d9b, background color: #f2f2f2, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer-wrapper > .row"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "293f5e804d4b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c4bf8850"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".footer-sitemap-item:nth-child(4) > a[title=\"\"]",
            "html": "<a href=\"https://www.momignies.be/je-suis\" title=\"\">Je suis</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.13 (foreground color: #317d9b, background color: #f2f2f2, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer-wrapper > .row"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf8a9f21cfd8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d108947a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".footer-sitemap-item:nth-child(5) > a[title=\"\"]",
            "html": "<a href=\"https://www.momignies.be/je-trouve\" title=\"\">Je trouve</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.13 (foreground color: #317d9b, background color: #f2f2f2, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer-wrapper > .row"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "512bf4693e5e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-80bb8293"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".footer-sitemap-item:nth-child(6) > a[title=\"\"]",
            "html": "<a href=\"https://www.momignies.be/boite-a-idees\" title=\"\">Boîte à idées</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.13 (foreground color: #317d9b, background color: #f2f2f2, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer-wrapper > .row"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "efe1a5f8950b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1015babd"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p > span:nth-child(1) > a",
            "html": "<a href=\"https://www.momignies.be/gdpr-view\">Mentions Légales</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.94 (foreground color: #be5045, background color: #eaeaea, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a00a92d3c7d0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-752db992"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p > span:nth-child(2) > a",
            "html": "<a href=\"https://www.momignies.be/accessibility-info\">Déclaration sur l'accessibilité</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.94 (foreground color: #be5045, background color: #eaeaea, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "14a7f37bad0d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2effd955"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".consent-link",
            "html": "<a class=\"consent-link link-overlay\" href=\"https://www.momignies.be/@@consent\" rel=\"#pb_2\" style=\"cursor: pointer;\">Gestion des cookies</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.94 (foreground color: #be5045, background color: #eaeaea, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f8da02d272b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-957c6ee8"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"www.imio.be\"]",
            "html": "<a href=\"http://www.imio.be\" target=\"_blank\">IMIO</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.94 (foreground color: #be5045, background color: #eaeaea, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "804c89a77c7e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-639d7068"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[target=\"_blank\"]:nth-child(6)",
            "html": "<a href=\"http://fr.wikipedia.org/wiki/Free_Software_Foundation\" target=\"_blank\">licence libre</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.94 (foreground color: #be5045, background color: #eaeaea, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5920088d9598",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7c0caa42"
          },
          {
            "rule": "landmark-one-main",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "html",
            "html": "<html lang=\"fr\" xml:lang=\"fr\" xmlns=\"http://www.w3.org/19...\" class=\"js flexbox canvas ca...\">",
            "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": "299dd0914671",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b00be0"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "#portaltab-index_html > a[href$=\"www.momignies.be\"][title=\"\"]",
            "html": "<a href=\"https://www.momignies.be\" title=\"\"><span class=\"icon-home\"></span></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 an empty title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd0717502a83",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-193c699b"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".bloc-2 > .titre-rss > .bloc-rss",
            "html": "<a class=\"bloc-rss\" href=\"https://www.momignies.be/actualites/actualites/atom.xml\">\n<img alt=\"Flux RSS\" src=\"++resource++cpskin.core.images/rss.png\">\n</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": "d97006db332f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2ab48541"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".bloc-3 > .titre-rss > .bloc-rss",
            "html": "<a class=\"bloc-rss\" href=\"https://www.momignies.be/evenements/evenements/atom.xml\">\n<img alt=\"Flux RSS\" src=\"++resource++cpskin.core.images/rss.png\">\n</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": "49f21a7daa26",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7f227148"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".portlet-static-banner > p:nth-child(1) > a[target=\"_blank\"]",
            "html": "<a href=\"https://www.deliberations.be/momignies/publications#b_start=0\" target=\"_blank\"><img alt=\"\" height=\"45\" src=\"https://www.momignies.be/pulications-reglements-et-ordonnances.jpg/@@images/e2880d6a-9d29-46f4-b118-bfefc4aa1fc4.jpeg\" title=\"Pulications reglements et ordonnances\" width=\"219\"></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": "6d7e082c5b2a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5775409b"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "p:nth-child(2) > a[target=\"_blank\"]",
            "html": "<a href=\"https://www.momignies.be/loisirs/tourisme/asbl-tourisme\" target=\"_blank\"><img alt=\"\" height=\"45\" src=\"https://www.momignies.be/images/tourisme2.jpg/@@images/b3b36a97-9ad3-46b0-9204-6ab6919ddd95.jpeg\" title=\"Tourisme2\" width=\"219\"></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": "d987d03affa8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-79a53050"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "p:nth-child(3) > a[target=\"_blank\"]",
            "html": "<a href=\"https://www.momignies.be/commune/autres-services/agence-locale-pour-lemploi-ale\" target=\"_blank\"><img alt=\"\" height=\"45\" src=\"https://www.momignies.be/images/emploi.jpg/@@images/1e1dda11-ccfc-4851-baa1-84cd0deafb8f.jpeg\" title=\"Emploi\" width=\"219\"></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": "c9df39ae5f63",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f46a20f9"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "p:nth-child(4) > a[target=\"_blank\"]",
            "html": "<a href=\"http://www.culturemomignies.be/\" target=\"_blank\"><img alt=\"\" height=\"45\" src=\"https://www.momignies.be/images/centre-culturel.jpg/@@images/ebcec986-9ced-481d-848c-43b119ef9b6d.jpeg\" title=\"Centre culturel\" width=\"219\"></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": "4f335ba73f7c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8e9bcf82"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "p:nth-child(5) > a[target=\"_blank\"]",
            "html": "<a href=\"https://environnementetnature.momignies.be\" target=\"_blank\"><img alt=\"\" height=\"45\" src=\"https://www.momignies.be/environnementnature.jpg/@@images/bb184d3b-dbbe-428c-a5e7-76dc8cd0ae3e.jpeg\" title=\"Environnementnature\" width=\"219\"></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": "36691f063ddf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-57f8c034"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "a[href$=\"cpas.momignies.be\"]",
            "html": "<a href=\"http://cpas.momignies.be\" target=\"_blank\"><img alt=\"\" height=\"45\" src=\"https://www.momignies.be/images/cpas.jpg/@@images/dd06bf2d-0903-402f-9180-694f9b95de3b.jpeg\" title=\"CPAS\" width=\"219\"></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": "ac0606720feb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-252b0363"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "a[href$=\"biblio.momignies.be\"]",
            "html": "<a href=\"http://biblio.momignies.be\" target=\"_blank\"><img alt=\"\" height=\"42\" src=\"https://www.momignies.be/images/biblio.jpg/@@images/ce0cdc87-5e31-46d2-863f-c62f4d5e76ca.jpeg\" title=\"Biblio\" width=\"219\"></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": "4a6f4b56300f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5bc342c7"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "a[href$=\"pcs.momignies.be\"]",
            "html": "<a href=\"http://pcs.momignies.be\" target=\"_blank\"><img alt=\"\" height=\"45\" src=\"https://www.momignies.be/images/pcs1.jpg/@@images/dfca8853-2f77-4ab3-b15e-7badf2ea63a9.jpeg\" title=\"PCS1\" width=\"219\"></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": "204b8e704272",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7264bbcd"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "a[href$=\"epn.momignies.be\"]",
            "html": "<a href=\"http://epn.momignies.be\" target=\"_blank\"><img alt=\"\" height=\"45\" src=\"https://www.momignies.be/images/momiclic.jpg/@@images/63b61a5e-1c9d-4edf-a09f-67a460268bf3.jpeg\" title=\"Momiclic\" width=\"219\"></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": "3b55c332e9dd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-927a388a"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "a[href$=\"www.vivreici.be\"]",
            "html": "<a href=\"http://www.vivreici.be\" target=\"_blank\"><img alt=\"\" height=\"183\" src=\"https://www.momignies.be/logo-complet.jpg/@@images/e4fdf02c-1307-469d-a16c-e10301e896c2.jpeg\" title=\"logo complet \" width=\"219\"></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": "7ca40f50aec0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8b38582a"
          },
          {
            "rule": "meta-viewport",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport?application=playwright",
            "impact": "moderate",
            "wcagSc": [
              "wcag2aa",
              "wcag144"
            ],
            "xpath": "meta[name=\"viewport\"]",
            "html": "<meta content=\"width=device-width, minimum-scale=1.0, maximum-scale=1.0\" name=\"viewport\">",
            "message": "Zooming and scaling must not be disabled",
            "fixSummary": "Fix any of the following:\n  maximum-scale on <meta> tag disables zooming on mobile devices",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "08a1912a7b6a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-98527d57"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#gdpr-consent-banner > span",
            "html": "<span>Ce site utilise des cookies pour vous fournir une expérience optimale (lecture de vidéos, affichage de plans et de contenus issus des réseaux sociaux notamment).</span>",
            "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": "a3a8f8b1f52c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-10afa511"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "a[rel=\"#pb_3\"]",
            "html": "<a href=\"https://www.momignies.be/@@consent\" rel=\"#pb_3\" class=\"link-overlay\" style=\"cursor: pointer;\">En savoir plus et personnaliser</a>",
            "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": "26cd668c5125",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f3bb921c"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#top-actions",
            "html": "<div id=\"top-actions\" xmlns:xi=\"http://www.w3.org/2001/XInclude\">",
            "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": "f17f39c007b4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-611321ac"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#portal-logo",
            "html": "<a accesskey=\"1\" href=\"https://www.momignies.be\" id=\"portal-logo\" title=\"momignies\">\n<img alt=\"momignies\" height=\"149\" src=\"https://www.momignies.be/cpskinlogo.png/@@images/6a70933a-60e4-4e9b-a206-55872040b4c6.png\" title=\"momignies\" width=\"385\"></a>",
            "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": "7cee995cd54e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f5944d4a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "label[for=\"searchGadget\"]",
            "html": "<label class=\"hiddenStructure\" for=\"searchGadget\">Chercher par</label>",
            "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": "39d0965f78db",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c8500bcc"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#searchGadget",
            "html": "<input accesskey=\"4\" class=\"searchField\" id=\"searchGadget\" name=\"SearchableText\" placeholder=\"Recherche\" size=\"18\" title=\"Recherche\" type=\"text\" autocomplete=\"off\">",
            "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": "aaf6b0f46e40",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d000e467"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#portal-advanced-search",
            "html": "<div class=\"hiddenStructure\" id=\"portal-advanced-search\">\n<a accesskey=\"5\" href=\"https://www.momignies.be/@@search\">Recherche avancée…</a>\n</div>",
            "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": "d771ffdd5b86",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-481929a7"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#top-navigation-inner > .hiddenStructure:nth-child(1)",
            "html": "<p class=\"hiddenStructure\">\n<a accesskey=\"2\" href=\"https://www.momignies.be/#content\">Aller au contenu.</a> |\n\n  <a accesskey=\"6\" href=\"https://www.momignies.be/#portal-globalnav\">Aller à la navigation</a>\n</p>",
            "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": "d3733101aa6c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e9f91063"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#top-navigation-inner > .hiddenStructure:nth-child(2)",
            "html": "<p class=\"hiddenStructure\">Navigation</p>",
            "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": "c4d492ac2355",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7ac4712f"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "h5",
            "html": "<h5 class=\"hiddenStructure\">Navigation</h5>",
            "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": "705054acd435",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5a996fd3"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "h1",
            "html": "<h1 style=\"color: rgb(218, 165, 32); text-align: center;\"><em><strong><a href=\"https://www.momignies.be/commune/atnv-avril-2026.pdf\" style=\"color: #d4ff25\" target=\"_blank\">À travers nos villages avril 2026</a></strong></em></h1>",
            "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": "0c962ad4eeb5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0b527b4b"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-2 > .titre-rss > .titre",
            "html": "<a class=\"titre\" href=\"https://www.momignies.be/actualites/actualites\">\n<h2>Actualités</h2>\n</a>",
            "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": "85a52a688885",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bd2f0163"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-2 > .results.parsable-content",
            "html": "<div class=\"results parsable-content\">",
            "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": "38e378e460ce",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-88ff3f6a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-2 > .voir-tout-content",
            "html": "<div class=\"voir-tout-content\">\n<a class=\"voir-tout\" href=\"https://www.momignies.be/actualites/actualites\">\n                       Voir l'ensemble des actualités\n                      </a>\n</div>",
            "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": "043c78dfab6f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ec934e18"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-3 > .titre-rss > .titre",
            "html": "<a class=\"titre\" href=\"https://www.momignies.be/evenements/evenements\">\n<h2>Événements</h2>\n</a>",
            "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": "5db99b032e39",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1b86520d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-3 > .results.parsable-content",
            "html": "<div class=\"results parsable-content\">",
            "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": "2f1bf26ef402",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c8a5ffa1"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-3 > .voir-tout-content",
            "html": "<div class=\"voir-tout-content\">\n<a class=\"voir-tout\" href=\"https://www.momignies.be/evenements/evenements\">\n                       Voir l'ensemble des Événements\n                      </a>\n</div>",
            "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": "554382f05422",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7cc37511"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#viewlet-below-content",
            "html": "<div id=\"viewlet-below-content\">",
            "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": "ec389748dcf3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9d21505d"
          }
        ],
        "outcomeCount": 883,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 51
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2608,
          "failed": 97,
          "cantTell": 34,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_attribute_valid",
          "aria_attribute_value_valid",
          "aria_complementary_labelled",
          "aria_content_in_landmark",
          "aria_contentinfo_misuse",
          "aria_form_label_unique",
          "aria_landmark_name_unique",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "figure_label_exists",
          "img_alt_null",
          "input_label_visible",
          "style_color_misuse",
          "style_highcontrast_visible",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8b5f8176147",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9ad5fff9"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e5935227c209",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b2a33e025a86",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d9c21324"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form method=\"POST\" data-json-url=\"https://www.momignies.be/@@consent-json\" action=\"https://www.momignies.be/@@accept_or_refuse_all\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "57e74b63d9a7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-55f3b5dc"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<form method=\"POST\" data-json-url=\"https://www.momignies.be/@@consent-json\" action=\"https://www.momignies.be/@@accept_or_refuse_all\">",
            "message": "Multiple elements with \"form\" landmarks within the same parent region are not distinguished from one another because they have the same \"\" label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "625eda385933",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bc322485"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "47ec00fbac65",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-62a9622d"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "336365f96bac",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1b601da8"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a style=\"cursor: pointer;\" class=\"link-overlay\" rel=\"#pb_3\" href=\"https://www.momignies.be/@@consent\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e6835fc3e3fb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a4b67000"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "73d552e80599",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ddecc5e3"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a1cd9ea0f24d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c8dbfadd"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p class=\"hiddenStructure\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d5e04565d224",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4681057b"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a style=\"cursor: pointer;\" class=\"link-overlay\" rel=\"#pb_1\" id=\"personaltools-login\" href=\"https://www.momignies.be/login\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa6e02675761",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0cdc2799"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul id=\"portal-siteactions\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1c4ed6aabc9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8b43a333"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a title=\"momignies\" id=\"portal-logo\" href=\"https://www.momignies.be\" accesskey=\"1\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d945e36ef535",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-765e0ad5"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form id=\"livesearch0\" action=\"https://www.momignies.be/@@search\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "16200de2bd00",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3c3bf9d1"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<form id=\"livesearch0\" action=\"https://www.momignies.be/@@search\">",
            "message": "Multiple elements with \"form\" landmarks within the same parent region are not distinguished from one another because they have the same \"\" label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "808bda384da0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c65236d9"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Rechercher\" type=\"submit\" class=\"searchButton\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "08789afe4bf3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c08934de"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.momignies.be/@@search\" accesskey=\"5\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca425dba3e04",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b9cdb599"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.momignies.be/@@search\" accesskey=\"5\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 12.8px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a4ee1ecae27",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1105a8ac"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p class=\"hiddenStructure\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_attribute_value_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-commune\" class=\"theme1 plain\">",
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5e9e47ccc699",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-34ca11a2"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-commune\" class=\"theme1 plain\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "22ff19d73555",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f7b0b946"
          },
          {
            "rule": "aria_attribute_value_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-loisirs\" class=\"theme2 plain\">",
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "db2cda9b200b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-298c5956"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-loisirs\" class=\"theme2 plain\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef499ac28988",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-677a26dd"
          },
          {
            "rule": "aria_attribute_value_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-economie\" class=\"theme3 plain\">",
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1eabe4a61099",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c2da2793"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-economie\" class=\"theme3 plain\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a1b8a86a0e2b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6e65f609"
          },
          {
            "rule": "aria_attribute_value_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-je-suis\" class=\"theme4 plain\">",
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d74360dc529",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-120eee08"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-je-suis\" class=\"theme4 plain\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a383583abda",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dbf093cc"
          },
          {
            "rule": "aria_attribute_value_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-je-trouve\" class=\"theme5 plain\">",
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9e0a2a44da6e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-137e8fd5"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-je-trouve\" class=\"theme5 plain\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bdbb5d24e8bc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-68c6dd56"
          },
          {
            "rule": "aria_attribute_value_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-boite-a-idees\" class=\"theme6 plain\">",
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf6dac121806",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-441c4b15"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-boite-a-idees\" class=\"theme6 plain\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "13cfbd077d1e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1fbb3cd1"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h1 style=\"color: rgb(218, 165, 32); text-align: center;\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "34eee757e2c5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0986fb29"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" style=\"color: #d4ff25\" href=\"https://www.momignies.be/commune/atnv-avril-2026.pdf\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 35.2px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c8883769880b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-35b3752d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.momignies.be/actualites/actualites\" class=\"titre\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "050519118a47",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b9916b5f"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.momignies.be/actualites/actualites\" class=\"titre\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "265011b3ed7b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-22ff7d4b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.momignies.be/actualites/actualites/atom.xml\" class=\"bloc-rss\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5440884fd22d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ddb217f8"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\" standard-results\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "38d0a298fd57",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4a9e0863"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"Atelier cybersécurité pour tous\" href=\"https://www.momignies.be/actualites/atelier-cybersecurite-pour-tous\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c5f03585a73d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-200d1947"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c4dcb83c3f83",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2989ad96"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"Sexualité : entre plaisir et limites\" href=\"https://www.momignies.be/actualites/sexualite-entre-plaisir-et-limites\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ddc09721de9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7cde8a8d"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"Campagne de sensibilisation dédiée à la prime vélo cargo\" href=\"https://www.momignies.be/actualites/campagne-de-sensibilisation-dediee-a-la-prime-velo-cargo\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "46d3a1a51656",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5e9d515b"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.momignies.be/actualites/actualites\" class=\"voir-tout\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c39bc5d3cc8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e3c5c0bf"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.momignies.be/evenements/evenements\" class=\"titre\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a38b329c3a8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-df381af9"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\" standard-results\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.momignies.be/evenements/evenements\" class=\"voir-tout\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94f00815b5c4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-db0569a6"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0ad57e12f003",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f9d40766"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\"albums\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a14a945edf64",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-497cc1db"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\"albums\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside xmlns:xi=\"http://www.w3.org/2001/XInclude\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dcbb623defcd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5b8c0c90"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dbddcc891b33",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<address>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5622199f15f4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c3bbd234"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<strong>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c84c2c35e987",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b69be15f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a4ddaf96305",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7acebded"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"mailto:commune@momignies.be\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b9cdd0e1b949",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f16e09d8"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.deliberations.be/momignies/publications#b_start=0\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "21e88cb300ff",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fe57b72b"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img width=\"219\" title=\"Pulications reglements et ordonnances\" src=\"https://www.momignies.be/pulications-reglements-et-ordonnances.jpg/@@images/e2880d6a-9d29-46f4-b118-bfefc4aa1fc4.jpeg\" height=\"45\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f84c7afdb27c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8cfd767b"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.momignies.be/loisirs/tourisme/asbl-tourisme\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b3cc1e0a49e6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b4be2173"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img width=\"219\" title=\"Tourisme2\" src=\"https://www.momignies.be/images/tourisme2.jpg/@@images/b3b36a97-9ad3-46b0-9204-6ab6919ddd95.jpeg\" height=\"45\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a31209497bb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-294b778f"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.momignies.be/commune/autres-services/agence-locale-pour-lemploi-ale\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bdfa7084b0c8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-94d8746f"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img width=\"219\" title=\"Emploi\" src=\"https://www.momignies.be/images/emploi.jpg/@@images/1e1dda11-ccfc-4851-baa1-84cd0deafb8f.jpeg\" height=\"45\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dcf7f83679d4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ea937a0f"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://www.culturemomignies.be/\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "34e333ab749f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5d974f9d"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img width=\"219\" title=\"Centre culturel\" src=\"https://www.momignies.be/images/centre-culturel.jpg/@@images/ebcec986-9ced-481d-848c-43b119ef9b6d.jpeg\" height=\"45\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "24938aa03a73",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f88732a9"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://environnementetnature.momignies.be\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "435c3ae303c1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b2931827"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img width=\"219\" title=\"Environnementnature\" src=\"https://www.momignies.be/environnementnature.jpg/@@images/bb184d3b-dbbe-428c-a5e7-76dc8cd0ae3e.jpeg\" height=\"45\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9f75625b5a8e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9d4f1900"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://cpas.momignies.be\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ad576850920",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-090cc6c8"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img width=\"219\" title=\"CPAS\" src=\"https://www.momignies.be/images/cpas.jpg/@@images/dd06bf2d-0903-402f-9180-694f9b95de3b.jpeg\" height=\"45\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a81b00be28eb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dc96b6b7"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://biblio.momignies.be\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f1af54414302",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-409e182d"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img width=\"219\" title=\"Biblio\" src=\"https://www.momignies.be/images/biblio.jpg/@@images/ce0cdc87-5e31-46d2-863f-c62f4d5e76ca.jpeg\" height=\"42\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3879db1ea6ee",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e3e764bf"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://pcs.momignies.be\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0db3594efa71",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3f4e2a72"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img width=\"219\" title=\"PCS1\" src=\"https://www.momignies.be/images/pcs1.jpg/@@images/dfca8853-2f77-4ab3-b15e-7badf2ea63a9.jpeg\" height=\"45\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f0c795dc1cd2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b668f0c1"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://epn.momignies.be\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "64cdbdefd8be",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f9f52782"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img width=\"219\" title=\"Momiclic\" src=\"https://www.momignies.be/images/momiclic.jpg/@@images/63b61a5e-1c9d-4edf-a09f-67a460268bf3.jpeg\" height=\"45\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9966758db23c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-20442a16"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://www.vivreici.be\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6346d255771a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4855a9e4"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img width=\"219\" title=\"logo complet \" src=\"https://www.momignies.be/logo-complet.jpg/@@images/e4fdf02c-1307-469d-a16c-e10301e896c2.jpeg\" height=\"183\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "38d5c995e26e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3f6ab676"
          },
          {
            "rule": "aria_contentinfo_misuse",
            "xpath": null,
            "html": "<footer xmlns:xi=\"http://www.w3.org/2001/XInclude\" id=\"portal-footer-wrapper\">",
            "message": "Element with \"contentinfo\" role is present without an element with \"main\" role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aefefb38ea1c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e879fab9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"\" href=\"https://www.momignies.be/commune\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "65fec26f5441",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e9de7578"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"\" href=\"https://www.momignies.be/loisirs\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "77648656506f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c10e3e9d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"\" href=\"https://www.momignies.be/economie\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9172aa441477",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ea28f6aa"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"\" href=\"https://www.momignies.be/je-suis\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "42e3100e369f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a9843d7d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"\" href=\"https://www.momignies.be/je-trouve\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6624db741ed2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-eea2a1f2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"\" href=\"https://www.momignies.be/boite-a-idees\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e82b23707905",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f7a7e868"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.momignies.be/gdpr-view\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60fe8c40822c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d2bb45ca"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.momignies.be/accessibility-info\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "23f7a4e68d98",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7c725989"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a style=\"cursor: pointer;\" rel=\"#pb_2\" href=\"https://www.momignies.be/@@consent\" class=\"consent-link link-overlay\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac22ba9d3c63",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-02be60ed"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://www.imio.be\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "16c48098c092",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e67d4f04"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://fr.wikipedia.org/wiki/Free_Software_Foundation\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3513a784f2fa",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-aaf89671"
          }
        ],
        "outcomeCount": 2721,
        "uniqueFailedCount": 84,
        "duplicateFailedCount": 13,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 13
    },
    {
      "submittedUrl": "https://www.mons.be/en",
      "finalUrl": "https://www.mons.be/en",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "The City of Mons website is available only in French — English",
      "elapsedMs": 7244,
      "error": null,
      "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": 192,
          "failed": 1,
          "cantTell": 11,
          "inapplicable": 46
        },
        "failedRules": [
          "region"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "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"
        ],
        "failures": [
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#portal-colophon",
            "html": "<div id=\"portal-colophon\">",
            "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": "0bd09cd05b4d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-edf401d2"
          }
        ],
        "outcomeCount": 250,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 664,
          "failed": 12,
          "cantTell": 7,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_complementary_labelled",
          "aria_content_in_landmark",
          "aria_id_unique",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "figure_label_exists",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "svg_graphics_labelled"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<html style=\"--header-height: 84px; --header-width: 776px; --header-left: 12px;\" xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d9d9b2c7fe0d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-914cbb87"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "85d04e49c036",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9ad5fff9"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"https://www.mons.be/++webresource++d5804eac-48ee-5c69-8389-75ac65829cb3/++plone++facetednavigation/faceted-jquery.min.css\" data-bundle=\"faceted.jquery\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "107eb824c819",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bce68362"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"https://www.mons.be/++webresource++de23ba37-12b0-59bb-9c85-92e53a6c04fa//++theme++mons/dist/css/theme.css\" data-bundle=\"diazo\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac0ac686ce86",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c5ace4cd"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.mons.be/en#content\" class=\"show-on-focus\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d9c88a35f445",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2ae4bf65"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"158\" viewBox=\"0 0 158 70\" height=\"70\" fill=\"none\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "852573ffbaf7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ecd2fd7e"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#portal-globalnav-collapse\" class=\"navbar-toggler\" aria-label=\"Toggle navigation\" aria-expanded=\"false\" aria-controls=\"navbarNav\">",
            "message": "The 'id' \"navbarNav\" specified for the ARIA property 'aria-controls' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94ee8cfdac2f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a621b29"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#portal-globalnav-collapse\" class=\"navbar-toggler\" aria-label=\"Toggle navigation\" aria-expanded=\"false\" aria-controls=\"navbarNav\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "80c9c1954521",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4c51624f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"#offcanvasSearch\" data-bs-toggle=\"offcanvas\" data-bs-target=\"#offcanvasSearch\" aria-controls=\"offcanvasSearch\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1e85bc30c248",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a652846"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside id=\"global_statusmessage\" class=\"col-12\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f5ddc8a4fdc7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d6a7e678"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "74e64646adaf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e59548beaac",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6e7f9087"
          }
        ],
        "outcomeCount": 679,
        "uniqueFailedCount": 12,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (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://montdelenclus.be/",
      "finalUrl": "https://montdelenclus.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Job étudiant - Mont-de-l&#039;Enclus",
      "elapsedMs": 14198,
      "error": null,
      "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": 1285,
          "failed": 98,
          "cantTell": 69,
          "inapplicable": 43
        },
        "failedRules": [
          "aria-valid-attr-value",
          "color-contrast",
          "empty-heading",
          "landmark-complementary-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "page-has-heading-one",
          "region"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-input-field-name",
          "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-no-duplicate-contentinfo",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "presentation-role-conflict",
          "region",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "aria-valid-attr-value",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr-value?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".mejs-time-total",
            "html": "<span class=\"mejs-time-total mejs-time-slider\" aria-label=\"Time Slider\" aria-valuemin=\"0\" aria-valuemax=\"NaN\" aria-valuenow=\"0\" aria-valuetext=\"00:00\" role=\"slider\" tabindex=\"0\" style=\"width: 385px;\">",
            "message": "ARIA attributes must conform to valid values",
            "fixSummary": "Fix all of the following:\n  Invalid ARIA attribute value: aria-valuemax=\"NaN\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "02df776270c6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4f0e66be"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#menu-item-875 > a > .wpmega-link-title",
            "html": "<span class=\"wpmega-link-title\"><i class=\"icons-nav-sign\"></i> Tourisme</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.69 (foreground color: #ffffff, background color: #f7bf10, font size: 9.8pt (13px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#menu-item-875 > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "10c1f3ed7ae3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d61dd07b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#menu-item-766 > .um-anchoremulator > .wpmega-link-title",
            "html": "<span class=\"wpmega-link-title\"><i class=\"icons-nav-book\"></i> Ma commune</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.58 (foreground color: #ffffff, background color: #ed880f, font size: 9.8pt (13px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#menu-item-766 > .um-anchoremulator"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d52aae92cda6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f46c4ac7"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#menu-item-40900 > a > .wpmega-link-title",
            "html": "<span class=\"wpmega-link-title\"><i class=\"icons-nav-annuaire devRural\"></i> Développement rural</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.46 (foreground color: #ffffff, background color: #008a3c, font size: 9.8pt (13px), font weight: bold). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#menu-item-40900 > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "048aa2cf7e9b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0bfa7332"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "strong > a[target=\"_blank\"]",
            "html": "<a href=\"mailto:jeanpierre.bourdeaudhuy@hotmail.com\" target=\"_blank\">jeanpierre.bourdeaudhuy@<wbr>hotmail.com</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.23 (foreground color: #00a374, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "body"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d5a1adcab9d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85ee2f37"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(6) > a:nth-child(1)",
            "html": "<a href=\"https://www.montdelenclus.be/e-services/\">guichet électronique</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.23 (foreground color: #00a374, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "body"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ecc09987b07e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e4428158"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(6) > a:nth-child(2)",
            "html": "<a href=\"https://www.montdelenclus.be/evenements/\">agenda complet</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.23 (foreground color: #00a374, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "body"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a64ed054a5a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0a07f867"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(6) > a[target=\"_blank\"]",
            "html": "<a href=\"https://www.montdelenclus.be/annuaire/\" target=\"_blank\"> annuaire interactif</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.23 (foreground color: #00a374, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "body"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a3f14be204f6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3a22b0eb"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(7) > a:nth-child(1)",
            "html": "<a href=\"https://www.montdelenclus.be/e-services/proposer-une-fiche/\">nous prévenir d’une activité ou d’une association que vous lancez</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.23 (foreground color: #00a374, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "body"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a4c8e7e90e8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1df25a54"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(7) > a:nth-child(2)",
            "html": "<a href=\"https://www.montdelenclus.be/e-services/vos-suggestions/\">nous envoyer des suggestions</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.23 (foreground color: #00a374, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "body"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3bad41f0839e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fb8b63cb"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "div[data-extension-version=\"1.0.4\"]:nth-child(20) > a",
            "html": "<a href=\"https://montdelenclus.be/lieu/maison-des-randonneurs/\">ICI</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.23 (foreground color: #00a374, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "body"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e3ca096e755e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-83d50023"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".bd > .module-heading > .module-heading-sub",
            "html": "<div class=\"module-heading-sub\">Contacter la commune</div>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.14 (foreground color: #b1b1b1, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "body"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "655154a6e41c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-400d20b3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(9) > a",
            "html": "<a href=\"http://www.editionswapica.be/shop-2/mont-de-lenclus/decouvrir-mont-de-lenclus-souscription/\">http://www.editionswapica.be/shop-2/mont-de-lenclus/decouvrir-mont-de-lenclus-souscription/</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.23 (foreground color: #00a374, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "body"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea96b30faf4a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5eff39e5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(19) > a",
            "html": "<a href=\"https://www.montdelenclus.be/webbbcontent/uploads/PST.pdf\">PST</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.23 (foreground color: #00a374, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "body"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5eb3ff7f726d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4a4cc6dd"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(20) > a",
            "html": "<a href=\"https://www.montdelenclus.be/webbbcontent/uploads/PST-CPAS-2019-2024.pdf\">PST</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.23 (foreground color: #00a374, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "body"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1777e6f9681d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-695f41bc"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(28) > a",
            "html": "<a href=\"https://montdelenclus.be/vie-pratique/autres/courses-cyclistes-lentite/\">cette page</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.23 (foreground color: #00a374, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "body"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb39624fd2e4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ae192160"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".entry-content:nth-child(32) > a",
            "html": "<a href=\"https://montdelenclus.be/reglement-general-protection-donnees/\">ICI</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.23 (foreground color: #00a374, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "body"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "46c012578d3e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-93a02c0c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "div:nth-child(38) > div > div > a:nth-child(1)",
            "html": "<a href=\"https://montdelenclus.be/plp-partenariats-locaux-de-prevention/\">ici</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.23 (foreground color: #00a374, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "body"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "45e4d5cc1333",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-694be903"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "div:nth-child(38) > div > div > a:nth-child(2)",
            "html": "<a href=\"https://montdelenclus.be/vie-pratique/secours-et-preventions/police-de-la-zone-du-val-de-lescaut/\">ici</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.23 (foreground color: #00a374, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "body"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c16ece948071",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d8381f5f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(39) > a",
            "html": "<a href=\"https://montdelenclus.be/nouvelle-exigences-photos-cartes-didentite-passeports/\">ici</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.23 (foreground color: #00a374, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "body"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "23a839aadf50",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-113d5db4"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(41) > a",
            "html": "<a href=\"https://montdelenclus.be/evenements/\">ici</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.23 (foreground color: #00a374, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "body"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f346cd18617d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-347fb00e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(43) > a",
            "html": "<a href=\"https://www.montdelenclus.be/tourisme/\">ici</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.23 (foreground color: #00a374, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "body"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f61be6d9422",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0c8b4bf4"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".mt-2:nth-child(2) > .module-heading > .module-heading-sub",
            "html": "<span class=\"module-heading-sub\">A la une à Mont-de-l'Enclus</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.14 (foreground color: #b1b1b1, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "body"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5175f7305d3f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a0b6ba07"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".module-news > .module-calendar-item.media:nth-child(1) > .bd > .module-calendar-item-title > a[title=\"Réunion citoyenne\"][rel=\"bookmark\"]",
            "html": "<a href=\"https://montdelenclus.be/reunion-citoyenne/\" rel=\"bookmark\" title=\"Réunion citoyenne\">\n                \tRéunion citoyenne            \t</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.23 (foreground color: #00a374, background color: #ffffff, font size: 17.4pt (23.2px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "body"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94197a279178",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d62f9bc6"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".module-calendar-item.media:nth-child(1) > .bd > .contentzone > p > .read-more",
            "html": "<a class=\"read-more\" href=\"https://montdelenclus.be/reunion-citoyenne/\">[Lire la suite]</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.23 (foreground color: #00a374, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "body"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "81d459e34d9d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-97380a8b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".module-news > .module-calendar-item.media:nth-child(1) > .bd > .module-calendar-item-meta",
            "html": "<span class=\"module-calendar-item-meta\">\n                14 février 2023            </span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.46 (foreground color: #a5a5a5, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "body"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "84e86ef0e473",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-45f61ac6"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".module-news > .module-calendar-item.media:nth-child(2) > .bd > .module-calendar-item-title > a[title=\"Déviation Tec 07 février 2023\"][rel=\"bookmark\"]",
            "html": "<a href=\"https://montdelenclus.be/deviation-tec-07-fevrier-2023/\" rel=\"bookmark\" title=\"Déviation Tec 07 février 2023\">\n                \tDéviation Tec 07 février 2023            \t</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.23 (foreground color: #00a374, background color: #ffffff, font size: 17.4pt (23.2px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "body"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e7e8c71c8693",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d7e6b597"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".module-calendar-item.media:nth-child(2) > .bd > .contentzone > p > .read-more",
            "html": "<a class=\"read-more\" href=\"https://montdelenclus.be/deviation-tec-07-fevrier-2023/\">[Lire la suite]</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.23 (foreground color: #00a374, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "body"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "65ef4204d1d6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bf989270"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".module-news > .module-calendar-item.media:nth-child(2) > .bd > .module-calendar-item-meta",
            "html": "<span class=\"module-calendar-item-meta\">\n                6 février 2023            </span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.46 (foreground color: #a5a5a5, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "body"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "142ec82be500",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-64ffb57e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".module-news > .module-calendar-item.media:nth-child(3) > .bd > .module-calendar-item-title > a[rel=\"bookmark\"]",
            "html": "<a href=\"https://montdelenclus.be/%f0%9f%93%a2-avis-a-population-travaux-a-russeignies/\" rel=\"bookmark\" title=\"📢 Avis à la population – Travaux à Russeignies\">\n                \t📢 Avis à la population – Travaux...            \t</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.23 (foreground color: #00a374, background color: #ffffff, font size: 17.4pt (23.2px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "body"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b00e7eba7d6d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a82cb32d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".module-calendar-item.media:nth-child(3) > .bd > .contentzone > p > .read-more",
            "html": "<a class=\"read-more\" href=\"https://montdelenclus.be/%f0%9f%93%a2-avis-a-population-travaux-a-russeignies/\">[Lire la suite]</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.23 (foreground color: #00a374, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "body"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4f260b4bec01",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-957f160b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".module-news > .module-calendar-item.media:nth-child(3) > .bd > .module-calendar-item-meta",
            "html": "<span class=\"module-calendar-item-meta\">\n                5 mai 2026            </span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.46 (foreground color: #a5a5a5, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "body"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b73fe856b054",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-535a1e9a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".module-calendar-item.media:nth-child(4) > .bd > .module-calendar-item-title > a[rel=\"bookmark\"]",
            "html": "<a href=\"https://montdelenclus.be/%f0%9f%9a%a7-avis-a-population-orroir-%f0%9f%9a%a7/\" rel=\"bookmark\" title=\"🚧 AVIS À LA POPULATION – ORROIR 🚧\">\n                \t🚧 AVIS À LA POPULATION – ORROIR ...            \t</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.23 (foreground color: #00a374, background color: #ffffff, font size: 17.4pt (23.2px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "body"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "834c72271c79",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-01638bc8"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".module-calendar-item.media:nth-child(4) > .bd > .contentzone > p > .read-more",
            "html": "<a class=\"read-more\" href=\"https://montdelenclus.be/%f0%9f%9a%a7-avis-a-population-orroir-%f0%9f%9a%a7/\">[Lire la suite]</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.23 (foreground color: #00a374, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "body"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "47715d76d277",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-50dbacfa"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".module-calendar-item.media:nth-child(4) > .bd > .module-calendar-item-meta",
            "html": "<span class=\"module-calendar-item-meta\">\n                4 mai 2026            </span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.46 (foreground color: #a5a5a5, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "body"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9834bc05d581",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6a10aa8f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".mt-0 > a:nth-child(1)",
            "html": "<a href=\"https://montdelenclus.be/actualites/\">Suite des actualités</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.23 (foreground color: #00a374, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "body"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f17e4fd5e96f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6639c941"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".mt-0 > a:nth-child(2)",
            "html": "<a href=\"https://montdelenclus.be/evenements/\">Calendrier du Mont-de-l'Enclus</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.23 (foreground color: #00a374, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "body"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d9847e54583",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-30bd5676"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(2) > a:nth-child(3)",
            "html": "<a href=\"https://montdelenclus.be/lieu/bibliotheque-centre-de-lecture-publique/\">Retrouvez toutes les informations utiles sur le Centre de Lecture publique</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.23 (foreground color: #00a374, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "body"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "009be3b3bb05",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c819004b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(3) > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a href=\"https://www.facebook.com/pages/Centre-de-Lecture-publique-de-Mont-de-lEnclus/520371798016692\" target=\"_blank\">sa page Facebook</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.23 (foreground color: #00a374, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "body"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b4ede4fb8705",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f7d7462e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[target=\"_blank\"]:nth-child(2)",
            "html": "<a href=\"https://twitter.com/BibMontEnclus\" target=\"_blank\">son compte Twitter</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.23 (foreground color: #00a374, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "body"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "73e1632fd183",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-558ebaba"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(3) > a[target=\"_blank\"]:nth-child(3)",
            "html": "<a href=\"https://bibliothequemontdelenclus.wordpress.com/\" target=\"_blank\">son blog</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.23 (foreground color: #00a374, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "body"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aaee423cadd3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c33a1d0f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p:nth-child(4) > a",
            "html": "<a href=\"https://montdelenclus.be/vie-pratique/autres/pcdr-programme-communal-de-developpement-rural/\">ici</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.23 (foreground color: #00a374, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "body"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "15b30de5541d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6721bf1c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"annuaire\"] > .module-counter-item-inner > .module-counter-sub",
            "html": "<span class=\"module-counter-sub\">fiches dans l'annuaire</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.11 (foreground color: #97dfca, background color: #00a374, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"annuaire\"] > .module-counter-item-inner"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "40dc4dc65ff7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8f1f2047"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".module-counter-item[href=\"#\"] > .module-counter-item-inner > .module-counter-sub",
            "html": "<span class=\"module-counter-sub\">pages et articles</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.11 (foreground color: #97dfca, background color: #00a374, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".module-counter-item[href=\"#\"] > .module-counter-item-inner"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cad32075d22f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c7add3cf"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".module-counter-item[target=\"_blank\"] > .module-counter-item-inner > .module-counter-sub",
            "html": "<span class=\"module-counter-sub\">rejoignez-nous sur Facebook</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.11 (foreground color: #97dfca, background color: #00a374, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".module-counter-item[target=\"_blank\"] > .module-counter-item-inner"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "627472837282",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-26ca9b23"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".nomarged.module-heading:nth-child(1) > .module-heading-title",
            "html": "<h2 class=\"module-heading-title\">Prochain évènement</h2>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.74 (foreground color: #ffffff, background color: #16b184, font size: 19.5pt (26px), font weight: bold). Expected contrast ratio of 3:1",
            "relatedPaths": [
              ".col-light-medium"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "563c899d59d3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6c2b6737"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".module-calendar:nth-child(2) > .module-calendar > .module-calendar-item.media > .bd > .module-calendar-item-title > a",
            "html": "<a href=\"https://montdelenclus.be/evenement/morgan-blue-classicomloop-3-provinces/\" title=\"Morgan Blue Classic/Omloop des 3 Provinces\">Morgan Blue Classic/Omloop des 3 Provinces</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.08 (foreground color: #b9f092, background color: #16b184, font size: 17.4pt (23.2px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".col-light-medium"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b3fc3e4974b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ec73a57a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".module-calendar:nth-child(2) > .module-calendar > .module-calendar-item.media > .bd > .module-calendar-item-meta",
            "html": "<span class=\"module-calendar-item-meta\"><a href=\"https://montdelenclus.be/?post_type=page&amp;p=1093\" title=\"\"></a> - 14/05/2026</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.74 (foreground color: #ffffff, background color: #16b184, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".col-light-medium"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "342c41b24101",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f3fb9165"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".nomarged.module-heading:nth-child(4) > .module-heading-title",
            "html": "<h2 class=\"module-heading-title\">Dernière nouvelle</h2>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.74 (foreground color: #ffffff, background color: #16b184, font size: 19.5pt (26px), font weight: bold). Expected contrast ratio of 3:1",
            "relatedPaths": [
              ".col-light-medium"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1fe5f329ffff",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9c2f41da"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".module-calendar:nth-child(5) > .module-calendar-item.media:nth-child(1) > .bd > .module-calendar-item-title > a[title=\"Réunion citoyenne\"][rel=\"bookmark\"]",
            "html": "<a href=\"https://montdelenclus.be/reunion-citoyenne/\" rel=\"bookmark\" title=\"Réunion citoyenne\">\n                \tRéunion citoyenne            \t</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.08 (foreground color: #b9f092, background color: #16b184, font size: 17.4pt (23.2px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".col-light-medium"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc151fc9d5f7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4d1e2b92"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".module-calendar:nth-child(5) > .module-calendar-item.media:nth-child(1) > .bd > .module-calendar-item-meta",
            "html": "<span class=\"module-calendar-item-meta\">\n                14 février 2023            </span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.74 (foreground color: #ffffff, background color: #16b184, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".col-light-medium"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cfb2f4196c82",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-07f9f0ca"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".module-calendar:nth-child(5) > .module-calendar-item.media:nth-child(2) > .bd > .module-calendar-item-title > a[title=\"Déviation Tec 07 février 2023\"][rel=\"bookmark\"]",
            "html": "<a href=\"https://montdelenclus.be/deviation-tec-07-fevrier-2023/\" rel=\"bookmark\" title=\"Déviation Tec 07 février 2023\">\n                \tDéviation Tec 07 février 2023            \t</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.08 (foreground color: #b9f092, background color: #16b184, font size: 17.4pt (23.2px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".col-light-medium"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c6921ed58a0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6ce0da76"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".module-calendar:nth-child(5) > .module-calendar-item.media:nth-child(2) > .bd > .module-calendar-item-meta",
            "html": "<span class=\"module-calendar-item-meta\">\n                6 février 2023            </span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.74 (foreground color: #ffffff, background color: #16b184, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".col-light-medium"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d78848a5ad53",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bbe24086"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".module-calendar:nth-child(5) > .module-calendar-item.media:nth-child(3) > .bd > .module-calendar-item-title > a[rel=\"bookmark\"]",
            "html": "<a href=\"https://montdelenclus.be/%f0%9f%93%a2-avis-a-population-travaux-a-russeignies/\" rel=\"bookmark\" title=\"📢 Avis à la population – Travaux à Russeignies\">\n                \t📢 Avis à la population – Travaux...            \t</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.08 (foreground color: #b9f092, background color: #16b184, font size: 17.4pt (23.2px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".col-light-medium"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e32179dc88c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-84d3f2b9"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".module-calendar:nth-child(5) > .module-calendar-item.media:nth-child(3) > .bd > .module-calendar-item-meta",
            "html": "<span class=\"module-calendar-item-meta\">\n                5 mai 2026            </span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.74 (foreground color: #ffffff, background color: #16b184, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".col-light-medium"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2991eb45eb6e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-955770a3"
          },
          {
            "rule": "empty-heading",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/empty-heading?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": ".html-h3",
            "html": "<h2 class=\"html-h3 xe8uvvx xdj266r x11i5rnm x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x1vvkbs x1heor9g x1qlqyl8 x1pd3egz x1a2a7pz xod5an3\" style=\"text-align: center;\"></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": "6e633ba5a2fd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6dc47307"
          },
          {
            "rule": "empty-heading",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/empty-heading?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": ".zone-b1 > h3:nth-child(2)",
            "html": "<h3 style=\"text-align: center;\"></h3>",
            "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": "ec6976a873c7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1d308d57"
          },
          {
            "rule": "landmark-complementary-is-top-level",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-complementary-is-top-level?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#search-3",
            "html": "<aside id=\"search-3\" class=\"widget widget_search\">",
            "message": "Aside should not be contained in another landmark",
            "fixSummary": "Fix any of the following:\n  The complementary landmark is contained in another landmark.",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f0ce5501a6b6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a017ce3d"
          },
          {
            "rule": "landmark-no-duplicate-banner",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-no-duplicate-banner?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".container-top",
            "html": "<header class=\"container-top site-header\" role=\"banner\">",
            "message": "Document should not have more than one banner landmark",
            "fixSummary": "Fix any of the following:\n  Document has more than one banner landmark",
            "relatedPaths": [
              ".bd > .module-heading",
              ".mt-2:nth-child(2) > .module-heading",
              ".nomarged.module-heading:nth-child(1)",
              ".nomarged.module-heading:nth-child(4)",
              ".nosub"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "86edf170fb49",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-43337884"
          },
          {
            "rule": "landmark-one-main",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "html",
            "html": "<html class=\"js flexbox canvas ca...\" lang=\"fr-FR\" prefix=\"og: http://ogp.me/ns...\" style=\"\">",
            "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": "5d8b508b8c4c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b00be0"
          },
          {
            "rule": "landmark-unique",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".container-top",
            "html": "<header class=\"container-top site-header\" role=\"banner\">",
            "message": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
            "fixSummary": "Fix any of the following:\n  The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable",
            "relatedPaths": [
              ".bd > .module-heading",
              ".mt-2:nth-child(2) > .module-heading",
              ".nomarged.module-heading:nth-child(1)",
              ".nomarged.module-heading:nth-child(4)",
              ".nosub"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bad2b7a84d44",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-89c0c189"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".clearfix > .module-contact-social > .icons-sm-facebook.icon[target=\"_blank\"]",
            "html": "<a href=\"https://www.facebook.com/groups/infomontdelenclus\" class=\"icon icons-sm-facebook\" target=\"_blank\"><i></i></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": "e73a6df512ba",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c8787ef4"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".clearfix > .module-contact-social > .icons-sm-email.icon[href$=\"contact/\"]",
            "html": "<a href=\"/e-services/contact/\" class=\"icon icons-sm-email\"><i></i></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": "aa55b520ea11",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f8ec6f65"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".icons-sm-google",
            "html": "<a href=\"/e-services/contact/\" class=\"icon icons-sm-google\"><i></i></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": "4d6161b9197c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e59a852d"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".clearfix > .module-contact-social > .icons-sm-rss.icon[href$=\"feed/\"]",
            "html": "<a href=\"/feed/\" class=\"icon icons-sm-rss\"><i></i></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": "8f50c1c79fd6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-447ec023"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "a[title=\"\"]",
            "html": "<a href=\"https://montdelenclus.be/?post_type=page&amp;p=1093\" title=\"\"></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 an empty title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "98f74511db02",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-263a9edf"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".module-content-desc > .module-contact-social > .icons-sm-facebook.icon[target=\"_blank\"]",
            "html": "<a href=\"https://www.facebook.com/enclus\" target=\"_blank\" class=\"icon icons-sm-facebook\"><i></i></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": "6fefbccbf97b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7c623689"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".module-content-desc > .module-contact-social > .icons-sm-email.icon[href$=\"contact/\"]",
            "html": "<a href=\"/e-services/contact/\" class=\"icon icons-sm-email\"><i></i></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": "e2805764660b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85e42f9a"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".module-content-desc > .module-contact-social > .icons-sm-rss.icon[href$=\"feed/\"]",
            "html": "<a href=\"/feed/\" class=\"icon icons-sm-rss\"><i></i></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": "405ed6f41125",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0128fe2d"
          },
          {
            "rule": "page-has-heading-one",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "html",
            "html": "<html class=\"js flexbox canvas ca...\" lang=\"fr-FR\" prefix=\"og: http://ogp.me/ns...\" style=\"\">",
            "message": "Page should contain a level-one heading",
            "fixSummary": "Fix all of the following:\n  Page must have a level-one heading",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ffdc48dd97cf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ee8d7590"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".zone-a > h2:nth-child(1)",
            "html": "<h2 style=\"text-align: center;\">Mont-de-l’Enclus en quelques images…</h2>",
            "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": "d39080be93ab",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ce5c6a81"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".wp-video > .mejs-offscreen",
            "html": "<span class=\"mejs-offscreen\">Video Player</span>",
            "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": "f03fddfc095f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7a0ca446"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".embed-youtube:nth-child(3)",
            "html": "<h2 class=\"embed-youtube\">Le Mot du Bourgmestre</h2>",
            "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": "e18c715075ed",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e8628ebe"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".embed-youtube:nth-child(4)",
            "html": "<p class=\"embed-youtube\"><em><strong>*** NB: L’adresse de contact de Monsieur le Bourgmestre a été modifiée, vous pouvez maintenant lui écrire à: <a href=\"mailto:jeanpierre.bourdeaudhuy@hotmail.com\" target=\"_blank\">jeanpierre.bourdeaudhuy@<wbr>hotmail.com</a> ***</strong></em></p>",
            "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": "e2a3d01697b2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-34a7a10c"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".zone-a > p:nth-child(5)",
            "html": "<p style=\"text-align: justify;\">",
            "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": "cd58fe0d3041",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6ff8f4de"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".zone-a > p:nth-child(6)",
            "html": "<p style=\"text-align: justify;\">",
            "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": "2adfa58e199f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0a1607c3"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".zone-a > p:nth-child(7)",
            "html": "<p style=\"text-align: justify;\">",
            "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": "925ce85a2ff2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-854ab757"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".zone-a > p:nth-child(8)",
            "html": "<p style=\"text-align: justify;\">Nous espérons que ce nouveau site vous séduira et contribuera à vous simplifier la vie.</p>",
            "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": "ece87e0d61bb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2a0a500e"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".zone-a > p:nth-child(9)",
            "html": "<p style=\"text-align: right;\">Jean-Pierre Bourdeaud’Huy, Bourgmestre</p>",
            "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": "7ade9a1fc292",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-422dcf19"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".zone-a > h3",
            "html": "<h3>Vous désirez me rencontrer?</h3>",
            "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": "dbf77c4100e9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6c1455f6"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "p:nth-child(12)",
            "html": "<p>",
            "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": "2f17a4ce6ac4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-18264c45"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".zone-a > p:nth-child(13)",
            "html": "<p><span style=\"text-decoration: underline;\"><strong>Quand</strong></span>: sur rendez-vous au numéro 0477/42.85.75</p>",
            "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": "17a352a9c3a4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ff6f15f6"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".zone-a > p:nth-child(16)",
            "html": "<p style=\"text-align: center;\"><img class=\"wp-image-30967\" src=\"https://www.montdelenclus.be/webbbcontent/uploads/séparateur-00.jpg\" alt=\"séparateur 00\" width=\"289\" height=\"23\"></p>",
            "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": "3bd2ee53893f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4dd3fff4"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".zone-a > p:nth-child(17)",
            "html": "<p><strong>La communication est à l’honneur…</strong></p>",
            "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": "313f9ed3b432",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1ef86dc5"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "h2:nth-child(18)",
            "html": "<h2 style=\"text-align: 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": "fdcb00962f87",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e7d44738"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "div[data-extension-version=\"1.0.4\"]:nth-child(20)",
            "html": "<div style=\"text-align: center;\" data-extension-version=\"1.0.4\">",
            "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": "e374748b4764",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c53dad77"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "div[data-extension-version=\"1.0.4\"]:nth-child(22)",
            "html": "<div style=\"text-align: center;\" data-extension-version=\"1.0.4\">\n<h2 style=\"text-align: center;\"><img class=\"wp-image-30967 aligncenter\" src=\"https://www.montdelenclus.be/webbbcontent/uploads/séparateur-00.jpg\" alt=\"séparateur 00\" width=\"289\" height=\"23\"></h2>\n</div>",
            "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": "3c9939a31db3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-70cf8181"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".module-contact",
            "html": "<div class=\"module-contact mt-2\">",
            "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": "9bf2cab303c0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ab67e0d5"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".zone-b1",
            "html": "<div class=\"zone zone-b zone-b1 zone-content\">",
            "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": "15d102ac73b6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4418a9d0"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".module-news",
            "html": "<div class=\"module-news\">",
            "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": "8008bbcb7871",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4f9fc8e0"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".mt-0",
            "html": "<p class=\"mt-0 al-r\">[<a href=\"https://montdelenclus.be/actualites/\">Suite des actualités</a>] et le [<a href=\"https://montdelenclus.be/evenements/\">Calendrier du Mont-de-l'Enclus</a>]</p>",
            "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": "c210dcbd3f27",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-364b9328"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".zone-b3",
            "html": "<div class=\"zone zone-b zone-b3 mt-2 zone-content\">",
            "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": "55cad438a0f1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e05bb0ca"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".zone-b4",
            "html": "<div class=\"zone zone-b zone-b4 mt-2 zone-content\">",
            "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": "b5da38b39c62",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-623c5588"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".col3.row-medium-spaced",
            "html": "<div class=\"col3 row-medium-spaced\">",
            "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": "23e6255e911c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5128f114"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".module-calendar:nth-child(2)",
            "html": "<div class=\"module-calendar\">",
            "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": "9d4d88c35705",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fb8d5efa"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".module-calendar:nth-child(5)",
            "html": "<div class=\"module-calendar\">",
            "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": "c7897d42c893",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9b584620"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".latest-pictures",
            "html": "<div class=\"latest-pictures\">",
            "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": "202a1eb1a809",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1e5e929b"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".container-maps",
            "html": "<div class=\"container container-maps\">",
            "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": "39c866d1d737",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d2854637"
          }
        ],
        "outcomeCount": 1495,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 98
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 4340,
          "failed": 164,
          "cantTell": 47,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "application_content_accessible",
          "aria_accessiblename_exists",
          "aria_attribute_value_valid",
          "aria_banner_label_unique",
          "aria_banner_single",
          "aria_complementary_labelled",
          "aria_content_in_landmark",
          "aria_contentinfo_misuse",
          "aria_landmark_name_unique",
          "aria_role_redundant",
          "caption_track_exists",
          "element_attribute_deprecated",
          "element_id_unique",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "heading_content_exists",
          "html_skipnav_exists",
          "input_label_visible",
          "media_keyboard_controllable",
          "style_color_misuse",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "html_skipnav_exists",
            "xpath": null,
            "html": "<html style=\"\" prefix=\"og: http://ogp.me/ns#\" lang=\"fr-FR\" class=\"js flexbox canvas canvastext webgl no-touch geolocation postmessage websqldatabase indexeddb hashchange history draganddrop websockets rgba hsla multiplebgs backgroundsize borderimage borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients cssreflections csstransforms csstransforms3d csstransitions fontface generatedcontent video audio localstorage sessionstorage webworkers no-applicationcache svg inlinesvg smil svgclippaths\">",
            "message": "Verify there is a way to bypass blocks of content that are repeated on multiple Web pages",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "727468a5c3fb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-927f6f74"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"IE=edge,chrome=1\" http-equiv=\"X-UA-Compatible\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "afaa3689e392",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0713bd1c"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" href=\"https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,900\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8c0a93d30e3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-908636d2"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "453af3471016",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<header role=\"banner\" class=\"container-top site-header\">",
            "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "faf685a6fbb4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2056d94a"
          },
          {
            "rule": "aria_banner_label_unique",
            "xpath": null,
            "html": "<header role=\"banner\" class=\"container-top site-header\">",
            "message": "Multiple elements with \"banner\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe95b0343eff",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3ad86d9e"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<header role=\"banner\" class=\"container-top site-header\">",
            "message": "Multiple elements with \"banner\" landmarks within the same parent region are not distinguished from one another because they have the same \"\" label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3491da897150",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0f0cac6e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"wpmega-link-title\">",
            "message": "Text contrast of 1.69 with its background is less than the WCAG AA minimum requirements for text of size 11.7px and weight of 900",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "526146181f1c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6d19b848"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"wpmega-link-title\">",
            "message": "Text contrast of 2.58 with its background is less than the WCAG AA minimum requirements for text of size 11.7px and weight of 900",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"wpmega-link-title\">",
            "message": "Text contrast of 4.47 with its background is less than the WCAG AA minimum requirements for text of size 11.7px and weight of 900",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Skip to content\" href=\"#content\">",
            "message": "Text contrast of 1.34 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cff110adb06f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f515bf5b"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside class=\"widget widget_search\" id=\"search-3\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5448551e6e04",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-05c5c614"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.78 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f83881fb9a4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.81 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.81 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.81 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.81 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 2.81 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"header\">",
            "message": "Confirm this text 'Bienvenue sur notre nouveau site!' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e086198b11e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-771beb57"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 style=\"text-align: center;\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "144076db1277",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-055dbf7e"
          },
          {
            "rule": "application_content_accessible",
            "xpath": null,
            "html": "<div style=\"width: 640px; height: 360px;\" aria-label=\"Video Player\" role=\"application\" tabindex=\"0\" class=\"mejs-container svg wp-video-shortcode mejs-video\" id=\"mep_0\">",
            "message": "Verify that the non-decorative static text and image content within an element with \"application\" role are accessible",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df31a3dcc77d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d8714bd6"
          },
          {
            "rule": "caption_track_exists",
            "xpath": null,
            "html": "<video style=\"width: 100%; height: 100%;\" src=\"https://www.montdelenclus.be/webbbcontent/uploads/2013/06/Mt-Enclus-final.mp4?_=1\" preload=\"metadata\" height=\"360\" width=\"640\" id=\"video-1093-1\" class=\"wp-video-shortcode\">",
            "message": "Verify that captions are available for any meaningful audio or provide a caption track for the <video> element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "72a3e660ed5c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-081adac1"
          },
          {
            "rule": "media_keyboard_controllable",
            "xpath": null,
            "html": "<video style=\"width: 100%; height: 100%;\" src=\"https://www.montdelenclus.be/webbbcontent/uploads/2013/06/Mt-Enclus-final.mp4?_=1\" preload=\"metadata\" height=\"360\" width=\"640\" id=\"video-1093-1\" class=\"wp-video-shortcode\">",
            "message": "Verify media using <audio> and/or <video> elements have keyboard accessible controls",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "200a335c7674",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fe1d1d90"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.montdelenclus.be/webbbcontent/uploads/2013/06/Mt-Enclus-final.mp4\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c9791d49c478",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7019e829"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.montdelenclus.be/webbbcontent/uploads/2013/06/Mt-Enclus-final.mp4\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a2dcb021425",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f3a46f9a"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button aria-label=\"Play\" title=\"Play\" aria-controls=\"mep_0\" type=\"button\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "918ea5bf5ac8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-babdff21"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"Play\" title=\"Play\" aria-controls=\"mep_0\" type=\"button\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b45a3b71312e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-164bb4d6"
          },
          {
            "rule": "aria_attribute_value_valid",
            "xpath": null,
            "html": "<span style=\"width: 484px;\" tabindex=\"0\" role=\"slider\" aria-valuetext=\"00:00\" aria-valuenow=\"0\" aria-valuemax=\"NaN\" aria-valuemin=\"0\" aria-label=\"Time Slider\" class=\"mejs-time-total mejs-time-slider\">",
            "message": "The value \"NaN\" specified for attribute 'aria-valuemax' on element <span> is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9aaf7d0588e5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-924b2c0d"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<span style=\"width: 484px;\" tabindex=\"0\" role=\"slider\" aria-valuetext=\"00:00\" aria-valuenow=\"0\" aria-valuemax=\"NaN\" aria-valuemin=\"0\" aria-label=\"Time Slider\" class=\"mejs-time-total mejs-time-slider\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f3410b948927",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8459c223"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button aria-label=\"Muet\" title=\"Muet\" aria-controls=\"mep_0\" type=\"button\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "450dfe51aca9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7adb0b39"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"Muet\" title=\"Muet\" aria-controls=\"mep_0\" type=\"button\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "daf39dcdf8b7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-181064b2"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<button aria-label=\"Plein écran\" title=\"Plein écran\" aria-controls=\"mep_0\" type=\"button\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3d7450936b71",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bf5ee588"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-label=\"Plein écran\" title=\"Plein écran\" aria-controls=\"mep_0\" type=\"button\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "39712a29b5f6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d34cbcda"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"mailto:jeanpierre.bourdeaudhuy@hotmail.com\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "84a5965e7b78",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5d5ce1be"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"mailto:jeanpierre.bourdeaudhuy@hotmail.com\">",
            "message": "Text contrast of 3.24 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bfb91df50714",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-47dee7fa"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.montdelenclus.be/webbbcontent/uploads/2013/08/Photo-Bourgmestre-coupée-120.jpeg\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d22934e78cf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-07a830ae"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.montdelenclus.be/webbbcontent/uploads/2013/08/Photo-Bourgmestre-coupée-120.jpeg\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "229396135516",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9294f271"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.montdelenclus.be/e-services/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e787e29b200",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-969850c2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.montdelenclus.be/e-services/\">",
            "message": "Text contrast of 3.24 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c54b1f11876",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-62605c9b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.montdelenclus.be/evenements/\">",
            "message": "Text contrast of 3.24 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "91e364592ee4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-df36dc6a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.montdelenclus.be/annuaire/\">",
            "message": "Text contrast of 3.24 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef7bfa90f95d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-42cd6841"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.montdelenclus.be/e-services/proposer-une-fiche/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "61514b047d30",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7979768d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.montdelenclus.be/e-services/proposer-une-fiche/\">",
            "message": "Text contrast of 3.24 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1d86a827773f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d2e06161"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.montdelenclus.be/e-services/vos-suggestions/\">",
            "message": "Text contrast of 3.24 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "67b93af909a9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ae47e28c"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.montdelenclus.be/webbbcontent/uploads/2014/02/administration-communale-recadrée.jpg\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "165cb348472a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-79f8cd6c"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.montdelenclus.be/webbbcontent/uploads/2014/02/administration-communale-recadrée.jpg\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7cd4419d48a0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c6e038c3"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://montdelenclus.be/lieu/maison-des-randonneurs/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ba08e1ade932",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3caaa157"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://montdelenclus.be/lieu/maison-des-randonneurs/\">",
            "message": "Text contrast of 3.24 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aff54f08db9c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-52f83bee"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 style=\"text-align: center;\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_banner_label_unique",
            "xpath": null,
            "html": "<header class=\"module-heading\">",
            "message": "Multiple elements with \"banner\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "64cbb92d50f1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-83da7c19"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<header class=\"module-heading\">",
            "message": "Multiple elements with \"banner\" landmarks within the same parent region are not distinguished from one another because they have the same \"\" label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f88a4c5b2e0d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7fa3691e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"module-heading-sub\">",
            "message": "Text contrast of 2.14 with its background is less than the WCAG AA minimum requirements for text of size 12.8px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "46b489b9e510",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-59e775db"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a target=\"_blank\" class=\"icon icons-sm-facebook\" href=\"https://www.facebook.com/groups/infomontdelenclus\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4cab73b8a89b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-350d8c46"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a class=\"icon icons-sm-email\" href=\"/e-services/contact/\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3c4ed03be4bd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c87f2720"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a class=\"icon icons-sm-google\" href=\"/e-services/contact/\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a59f41d604d8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-aeef2deb"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a class=\"icon icons-sm-rss\" href=\"/feed/\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e42632e93a74",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7fdc5898"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2 style=\"text-align: center;\" class=\"html-h3 xe8uvvx xdj266r x11i5rnm x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x1vvkbs x1heor9g x1qlqyl8 x1pd3egz x1a2a7pz xod5an3\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ea72e4fd42e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b4201d08"
          },
          {
            "rule": "aria_accessiblename_exists",
            "xpath": null,
            "html": "<h2 style=\"text-align: center;\" class=\"html-h3 xe8uvvx xdj266r x11i5rnm x1mh8g0r xexx8yu x4uap5 x18d9i69 xkhd6sd x1vvkbs x1heor9g x1qlqyl8 x1pd3egz x1a2a7pz xod5an3\">",
            "message": "Element <h2> with \"heading\" role has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "50549ec251e7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bf2fc41b"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h3 style=\"text-align: center;\">",
            "message": "Heading element has no descriptive content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "963dc89df024",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c794e20f"
          },
          {
            "rule": "aria_accessiblename_exists",
            "xpath": null,
            "html": "<h3 style=\"text-align: center;\">",
            "message": "Element <h3> with \"heading\" role has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb627a533807",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4c283ece"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3 style=\"text-align: center;\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "82427b071e34",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-640a5596"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"http://www.editionswapica.be/shop-2/mont-de-lenclus/decouvrir-mont-de-lenclus-souscription/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a30666047276",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3cdd9385"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"http://www.editionswapica.be/shop-2/mont-de-lenclus/decouvrir-mont-de-lenclus-souscription/\">",
            "message": "Text contrast of 3.24 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d4b7d5caccff",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8354ca22"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.montdelenclus.be/webbbcontent/uploads/PST.pdf\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7f072c2b29e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b46bdc9e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.montdelenclus.be/webbbcontent/uploads/PST.pdf\">",
            "message": "Text contrast of 3.24 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b511c6c187ae",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-28b56532"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.montdelenclus.be/webbbcontent/uploads/PST-CPAS-2019-2024.pdf\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c70d92884ba2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2737828e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.montdelenclus.be/webbbcontent/uploads/PST-CPAS-2019-2024.pdf\">",
            "message": "Text contrast of 3.24 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8dfd4ecbc3e7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-df5b843f"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://montdelenclus.be/vie-pratique/autres/courses-cyclistes-lentite/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "40de951f3c91",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a9bd41ff"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://montdelenclus.be/vie-pratique/autres/courses-cyclistes-lentite/\">",
            "message": "Text contrast of 3.24 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f2d3de5e82ea",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-abb4a581"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ab4ff35979d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e9f90e78"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://montdelenclus.be/reglement-general-protection-donnees/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b8c961e12cd5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5586238c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://montdelenclus.be/reglement-general-protection-donnees/\">",
            "message": "Text contrast of 3.24 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b23b7476a2fe",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bfc19393"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "833299581d82",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a86234de"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p style=\"text-align: center;\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "14de315b9aee",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f08caf2b"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://montdelenclus.be/plp-partenariats-locaux-de-prevention/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d9d3af1e598",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dd0913a5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://montdelenclus.be/plp-partenariats-locaux-de-prevention/\">",
            "message": "Text contrast of 3.24 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e481868c74ef",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1b1efb22"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://montdelenclus.be/vie-pratique/secours-et-preventions/police-de-la-zone-du-val-de-lescaut/\">",
            "message": "Text contrast of 3.24 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7939f43e800b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-12cb94d6"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3 style=\"text-align: center;\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://montdelenclus.be/nouvelle-exigences-photos-cartes-didentite-passeports/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c54cdc62b2e1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2b00aefe"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://montdelenclus.be/nouvelle-exigences-photos-cartes-didentite-passeports/\">",
            "message": "Text contrast of 3.24 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eaad83249608",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4029e6d2"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://montdelenclus.be/evenements/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "66828a203ee1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b1aa9764"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://montdelenclus.be/evenements/\">",
            "message": "Text contrast of 3.24 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "32eb17f3e307",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bfe61d88"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.montdelenclus.be/tourisme/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b1a057fcfa50",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cf5f7ac4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.montdelenclus.be/tourisme/\">",
            "message": "Text contrast of 3.24 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6eaa3e7b7d63",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3a7f3bd1"
          },
          {
            "rule": "aria_banner_label_unique",
            "xpath": null,
            "html": "<header class=\"module-heading\">",
            "message": "Multiple elements with \"banner\" role do not have unique labels",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<header class=\"module-heading\">",
            "message": "Multiple elements with \"banner\" landmarks within the same parent region are not distinguished from one another because they have the same \"\" label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"module-heading-sub\">",
            "message": "Text contrast of 2.14 with its background is less than the WCAG AA minimum requirements for text of size 12.8px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8b1727a6e0e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0a9c3410"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a title=\"Réunion citoyenne\" rel=\"bookmark\" href=\"https://montdelenclus.be/reunion-citoyenne/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8df5f17177aa",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e9cd502e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Réunion citoyenne\" rel=\"bookmark\" href=\"https://montdelenclus.be/reunion-citoyenne/\">",
            "message": "Text contrast of 3.24 with its background is less than the WCAG AA minimum requirements for text of size 15.2px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c41feaa49f28",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-78d90784"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://montdelenclus.be/reunion-citoyenne/\" class=\"read-more\">",
            "message": "Text contrast of 3.24 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb78b3b0e8a4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-39515c64"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"module-calendar-item-meta\">",
            "message": "Text contrast of 2.46 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dec1a1d5010c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9870f667"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a title=\"Déviation Tec 07 février 2023\" rel=\"bookmark\" href=\"https://montdelenclus.be/deviation-tec-07-fevrier-2023/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "32cc095d827a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6ec30f2c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Déviation Tec 07 février 2023\" rel=\"bookmark\" href=\"https://montdelenclus.be/deviation-tec-07-fevrier-2023/\">",
            "message": "Text contrast of 3.24 with its background is less than the WCAG AA minimum requirements for text of size 15.2px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "68afd3a0bdd1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d50424da"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://montdelenclus.be/deviation-tec-07-fevrier-2023/\" class=\"read-more\">",
            "message": "Text contrast of 3.24 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d81aac1f44da",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a41767a8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"module-calendar-item-meta\">",
            "message": "Text contrast of 2.46 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a title=\"📢 Avis à la population – Travaux à Russeignies\" rel=\"bookmark\" href=\"https://montdelenclus.be/%f0%9f%93%a2-avis-a-population-travaux-a-russeignies/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2fff033fe3c1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8b0adc7e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"📢 Avis à la population – Travaux à Russeignies\" rel=\"bookmark\" href=\"https://montdelenclus.be/%f0%9f%93%a2-avis-a-population-travaux-a-russeignies/\">",
            "message": "Text contrast of 3.24 with its background is less than the WCAG AA minimum requirements for text of size 15.2px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "28ff50401a14",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3fa54207"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://montdelenclus.be/%f0%9f%93%a2-avis-a-population-travaux-a-russeignies/\" class=\"read-more\">",
            "message": "Text contrast of 3.24 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d10b848286ea",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7afe6b24"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"module-calendar-item-meta\">",
            "message": "Text contrast of 2.46 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a title=\"🚧 AVIS À LA POPULATION – ORROIR 🚧\" rel=\"bookmark\" href=\"https://montdelenclus.be/%f0%9f%9a%a7-avis-a-population-orroir-%f0%9f%9a%a7/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2cd6b9ba0b08",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c9720f87"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"🚧 AVIS À LA POPULATION – ORROIR 🚧\" rel=\"bookmark\" href=\"https://montdelenclus.be/%f0%9f%9a%a7-avis-a-population-orroir-%f0%9f%9a%a7/\">",
            "message": "Text contrast of 3.24 with its background is less than the WCAG AA minimum requirements for text of size 15.2px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab080a748603",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f370885b"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://montdelenclus.be/%f0%9f%9a%a7-avis-a-population-orroir-%f0%9f%9a%a7/\" class=\"read-more\">",
            "message": "Text contrast of 3.24 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "72a0e14ee5a2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6eb672c3"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"module-calendar-item-meta\">",
            "message": "Text contrast of 2.46 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p class=\"mt-0 al-r\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0c95026f6a25",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d21e2d90"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://montdelenclus.be/actualites/\">",
            "message": "Text contrast of 3.24 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5220e8ee8dee",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4a6b619c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://montdelenclus.be/evenements/\">",
            "message": "Text contrast of 3.24 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d3f8aaadd013",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f9d40766"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.montdelenclus.be/webbbcontent/uploads/2013/06/Centre-de-Lecture-publique-de-Mont-de-lEnclus-juin-2015-01.jpg\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "459de919ffcd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-03ce20bf"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.montdelenclus.be/webbbcontent/uploads/2013/06/Centre-de-Lecture-publique-de-Mont-de-lEnclus-juin-2015-01.jpg\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e75a7bb95e1a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e6b93b2e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://montdelenclus.be/lieu/bibliotheque-centre-de-lecture-publique/\">",
            "message": "Text contrast of 3.24 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e05e47b3403f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6cf9b9b0"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.facebook.com/pages/Centre-de-Lecture-publique-de-Mont-de-lEnclus/520371798016692\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "74925ac33f5d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1054fba2"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.facebook.com/pages/Centre-de-Lecture-publique-de-Mont-de-lEnclus/520371798016692\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a852855d76da",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4c1174ec"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.facebook.com/pages/Centre-de-Lecture-publique-de-Mont-de-lEnclus/520371798016692\">",
            "message": "Text contrast of 3.24 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d635cb03243e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a6e791f4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://twitter.com/BibMontEnclus\">",
            "message": "Text contrast of 3.24 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "92fb3014ab4c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-72ca62fa"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://bibliothequemontdelenclus.wordpress.com/\">",
            "message": "Text contrast of 3.24 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a124d02c2a7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8b9e8431"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div data-extension-version=\"1.0.4\" id=\"ConnectiveDocSignExtentionInstalled\">",
            "message": "The <div> element has the id \"ConnectiveDocSignExtentionInstalled\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "62c71827f7ce",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bc937e2d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 style=\"text-align: justify;\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e172b1366bac",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b1b87dc2"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://montdelenclus.be/vie-pratique/autres/pcdr-programme-communal-de-developpement-rural/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f1cc62741425",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b24f41ea"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://montdelenclus.be/vie-pratique/autres/pcdr-programme-communal-de-developpement-rural/\">",
            "message": "Text contrast of 3.24 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "02d220241a7e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4acea817"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"module-counter-item\" href=\"/annuaire\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ecc685ba9663",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-76263b69"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"module-counter-sub\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 15px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d39ac72fdc0d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a4887e8c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"module-counter-sub\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 15px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"module-counter-sub\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 15px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_banner_single",
            "xpath": null,
            "html": "<header class=\"module-heading nomarged\">",
            "message": "Multiple elements with \"banner\" role found on the page",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e91e29ba2cf4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-43989ab6"
          },
          {
            "rule": "aria_banner_label_unique",
            "xpath": null,
            "html": "<header class=\"module-heading nomarged\">",
            "message": "Multiple elements with \"banner\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "807fe21841f0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c1cd5516"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<header class=\"module-heading nomarged\">",
            "message": "Multiple elements with \"banner\" landmarks within the same parent region are not distinguished from one another because they have the same \"\" label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0895c2925371",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d29487cd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2 class=\"module-heading-title\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 21.6px and weight of 900",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c43770e0ec09",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4d3d1de1"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a title=\"Morgan Blue Classic/Omloop des 3 Provinces\" href=\"https://montdelenclus.be/evenement/morgan-blue-classicomloop-3-provinces/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf717b0cb4e1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3d9680a5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Morgan Blue Classic/Omloop des 3 Provinces\" href=\"https://montdelenclus.be/evenement/morgan-blue-classicomloop-3-provinces/\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 15.2px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb10364d40bf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1402680a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"module-calendar-item-meta\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a title=\"\" href=\"https://montdelenclus.be/?post_type=page&p=1093\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "21141ccda51a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-63d026c4"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a title=\"\" href=\"https://montdelenclus.be/?post_type=page&p=1093\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "996cdd5c9b41",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cc0bd02b"
          },
          {
            "rule": "aria_banner_single",
            "xpath": null,
            "html": "<header class=\"module-heading nomarged\">",
            "message": "Multiple elements with \"banner\" role found on the page",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_banner_label_unique",
            "xpath": null,
            "html": "<header class=\"module-heading nomarged\">",
            "message": "Multiple elements with \"banner\" role do not have unique labels",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<header class=\"module-heading nomarged\">",
            "message": "Multiple elements with \"banner\" landmarks within the same parent region are not distinguished from one another because they have the same \"\" label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2 class=\"module-heading-title\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 21.6px and weight of 900",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a title=\"Réunion citoyenne\" rel=\"bookmark\" href=\"https://montdelenclus.be/reunion-citoyenne/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Réunion citoyenne\" rel=\"bookmark\" href=\"https://montdelenclus.be/reunion-citoyenne/\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 15.2px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"module-calendar-item-meta\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a title=\"Déviation Tec 07 février 2023\" rel=\"bookmark\" href=\"https://montdelenclus.be/deviation-tec-07-fevrier-2023/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Déviation Tec 07 février 2023\" rel=\"bookmark\" href=\"https://montdelenclus.be/deviation-tec-07-fevrier-2023/\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 15.2px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"module-calendar-item-meta\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a title=\"📢 Avis à la population – Travaux à Russeignies\" rel=\"bookmark\" href=\"https://montdelenclus.be/%f0%9f%93%a2-avis-a-population-travaux-a-russeignies/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"📢 Avis à la population – Travaux à Russeignies\" rel=\"bookmark\" href=\"https://montdelenclus.be/%f0%9f%93%a2-avis-a-population-travaux-a-russeignies/\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 15.2px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"module-calendar-item-meta\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_banner_label_unique",
            "xpath": null,
            "html": "<header class=\"module-heading nosub\">",
            "message": "Multiple elements with \"banner\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d1ba9422f137",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f0f7aee7"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<header class=\"module-heading nosub\">",
            "message": "Multiple elements with \"banner\" landmarks within the same parent region are not distinguished from one another because they have the same \"\" label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab8f136f2a38",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-22a26659"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2 class=\"module-heading-title\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 21.6px and weight of 900",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a title=\"De-fil-en-tirette-5-x-5-cm-10-x-10-cm-2\" href=\"https://montdelenclus.be/tourisme/#section-photos\" class=\"pic-container \">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e629dda54a19",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f6b8f23e"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a class=\"module-address\" href=\"https://montdelenclus.be/e-services/carte-interactive/\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f2695050dd4c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3ebedef0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"module-address-title\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 21.12px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "450a3c0e9bed",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4778bf70"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"module-address-content\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 12.8px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f13274c35f95",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ae6274cb"
          },
          {
            "rule": "aria_contentinfo_misuse",
            "xpath": null,
            "html": "<footer role=\"contentinfo\" class=\"container-bottom site-footer\" id=\"colophon\">",
            "message": "Element with \"contentinfo\" role is present without an element with \"main\" role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee34b54f4128",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d6770467"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<footer role=\"contentinfo\" class=\"container-bottom site-footer\" id=\"colophon\">",
            "message": "The explicitly-assigned ARIA role \"contentinfo\" is redundant with the implicit role of the element <footer>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9900b6bc5fa6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fce65809"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"col3 col featured\">",
            "message": "Confirm this text 'Adresse' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2213cae72a93",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3bef9653"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"col2 col\">",
            "message": "Confirm this text 'Liens utiles' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7064b0116c26",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b043f8c8"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"col2 col\">",
            "message": "Confirm this text 'Liens utiles' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a class=\"icon icons-sm-facebook\" target=\"_blank\" href=\"https://www.facebook.com/enclus\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "13fd49b42f6b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-538f6223"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a class=\"icon icons-sm-email\" href=\"/e-services/contact/\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a class=\"icon icons-sm-rss\" href=\"/feed/\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 4522,
        "uniqueFailedCount": 125,
        "duplicateFailedCount": 39,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 39
    },
    {
      "submittedUrl": "https://www.montigny-le-tilleul.be/",
      "finalUrl": "https://www.montigny-le-tilleul.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Montigny-le-Tilleul",
      "elapsedMs": 9743,
      "error": null,
      "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": 494,
          "failed": 22,
          "cantTell": 41,
          "inapplicable": 52
        },
        "failedRules": [
          "color-contrast",
          "label-title-only",
          "landmark-one-main",
          "meta-viewport",
          "page-has-heading-one",
          "region"
        ],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-conditional-attr",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "autocomplete-valid",
          "avoid-inline-spacing",
          "bypass",
          "color-contrast",
          "document-title",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "label",
          "landmark-contentinfo-is-top-level",
          "landmark-no-duplicate-contentinfo",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport-large",
          "nested-interactive",
          "presentation-role-conflict",
          "region"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#livesearch1 > .LSBox > .searchField[accesskey=\"4\"][name=\"SearchableText\"]",
            "html": "<input accesskey=\"4\" class=\"searchField\" id=\"searchGadget\" name=\"SearchableText\" placeholder=\"Recherche\" size=\"18\" title=\"Recherche\" type=\"text\" autocomplete=\"off\">",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.94 (foreground color: #808080, background color: #ffffff, font size: 12.5pt (16.64px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#livesearch1 > .LSBox > .searchField[accesskey=\"4\"][name=\"SearchableText\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a3758cc1368",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fd8cb387"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".bloc-1 > .voir-tout-content > .voir-tout",
            "html": "<a class=\"voir-tout\" href=\"https://www.montigny-le-tilleul.be/actualites/actualites\">\n                       Voir l'ensemble des actualités\n                      </a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.84 (foreground color: #828282, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "33a01d93a05f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1ca0f832"
          },
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#livesearch1 > .LSBox > .searchField[accesskey=\"4\"][name=\"SearchableText\"]",
            "html": "<input accesskey=\"4\" class=\"searchField\" id=\"searchGadget\" name=\"SearchableText\" placeholder=\"Recherche\" size=\"18\" title=\"Recherche\" type=\"text\" autocomplete=\"off\">",
            "message": "Form elements should have a visible label",
            "fixSummary": "Fix all of the following:\n  Only title used to generate label for form element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d72fbab8fb0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f0ce2a0d"
          },
          {
            "rule": "landmark-one-main",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "html",
            "html": "<html lang=\"fr\" xml:lang=\"fr\" xmlns=\"http://www.w3.org/19...\" class=\"js flexbox canvas ca...\">",
            "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": "6d84694b8b8a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b00be0"
          },
          {
            "rule": "meta-viewport",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport?application=playwright",
            "impact": "moderate",
            "wcagSc": [
              "wcag2aa",
              "wcag144"
            ],
            "xpath": "meta[name=\"viewport\"]",
            "html": "<meta content=\"width=device-width, minimum-scale=1.0, maximum-scale=1.0\" name=\"viewport\">",
            "message": "Zooming and scaling must not be disabled",
            "fixSummary": "Fix any of the following:\n  maximum-scale on <meta> tag disables zooming on mobile devices",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3762238aa078",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-98527d57"
          },
          {
            "rule": "page-has-heading-one",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "html",
            "html": "<html lang=\"fr\" xml:lang=\"fr\" xmlns=\"http://www.w3.org/19...\" class=\"js flexbox canvas ca...\">",
            "message": "Page should contain a level-one heading",
            "fixSummary": "Fix all of the following:\n  Page must have a level-one heading",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab3373c727da",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ee8d7590"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#gdpr-consent-banner > span",
            "html": "<span>Ce site utilise des cookies pour vous fournir une expérience optimale (lecture de vidéos, affichage de plans et de contenus issus des réseaux sociaux notamment).</span>",
            "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": "c04e1c666618",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-10afa511"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "a[rel=\"#pb_3\"]",
            "html": "<a href=\"https://www.montigny-le-tilleul.be/@@consent\" rel=\"#pb_3\" class=\"link-overlay\" style=\"cursor: pointer;\">En savoir plus et personnaliser</a>",
            "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": "808136027db4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f3bb921c"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#top-logo",
            "html": "<div id=\"top-logo\">",
            "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": "8aba2724bf7e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ab469cd8"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#languages-tools",
            "html": "<div id=\"languages-tools\">",
            "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": "9c569245a5fd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a9739b34"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".hiddenStructure:nth-child(4)",
            "html": "<p class=\"hiddenStructure\">\n<a accesskey=\"2\" href=\"https://www.montigny-le-tilleul.be/#content\">Aller au contenu.</a> |\n\n  <a accesskey=\"6\" href=\"https://www.montigny-le-tilleul.be/#portal-globalnav\">Aller à la navigation</a>\n</p>",
            "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": "90bbb6f71c32",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-70bfdf1d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".hiddenStructure:nth-child(5)",
            "html": "<p class=\"hiddenStructure\">Navigation</p>",
            "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": "070ffde0b071",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d1464bce"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "h5",
            "html": "<h5 class=\"hiddenStructure\">Navigation</h5>",
            "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": "e802f2e697f7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5a996fd3"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#livesearch1 > .LSBox > label[for=\"searchGadget\"]",
            "html": "<label class=\"hiddenStructure\" for=\"searchGadget\">Chercher par</label>",
            "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": "7a7ea0836d9c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fb7482fb"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#livesearch1 > .LSBox > .searchField[accesskey=\"4\"][name=\"SearchableText\"]",
            "html": "<input accesskey=\"4\" class=\"searchField\" id=\"searchGadget\" name=\"SearchableText\" placeholder=\"Recherche\" size=\"18\" title=\"Recherche\" type=\"text\" autocomplete=\"off\">",
            "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": "9fabb176f078",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3248c09a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#top-search-inner > div > .hiddenStructure",
            "html": "<div class=\"hiddenStructure\" id=\"portal-advanced-search\">\n<a accesskey=\"5\" href=\"https://www.montigny-le-tilleul.be/@@search\">Recherche avancée…</a>\n</div>",
            "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": "9bd32eb504b7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b59e523d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-1 > .titre-rss > .titre",
            "html": "<a class=\"titre\" href=\"https://www.montigny-le-tilleul.be/actualites/actualites\">\n<h2>Actualités</h2>\n</a>",
            "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": "600f4e4ac9c6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bc6e6ec9"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-1 > .results.parsable-content",
            "html": "<div class=\"results parsable-content\">",
            "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": "7812245668bb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9b7099c9"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-1 > .voir-tout-content",
            "html": "<div class=\"voir-tout-content\">\n<a class=\"voir-tout\" href=\"https://www.montigny-le-tilleul.be/actualites/actualites\">\n                       Voir l'ensemble des actualités\n                      </a>\n</div>",
            "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": "39d094f73d55",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7e3bf419"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-2 > .titre-rss > .titre",
            "html": "<a class=\"titre\" href=\"https://www.montigny-le-tilleul.be/evenements/evenements\">\n<h2>Événements</h2>\n</a>",
            "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": "e8b2d9dc10ea",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bd2f0163"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-2 > .results.parsable-content",
            "html": "<div class=\"results parsable-content\">",
            "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": "2d11b76b3065",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-88ff3f6a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-2 > .voir-tout-content",
            "html": "<div class=\"voir-tout-content\">\n<a class=\"voir-tout\" href=\"https://www.montigny-le-tilleul.be/evenements/evenements\">\n                       Voir l'ensemble des Événements\n                      </a>\n</div>",
            "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": "749ee6da5a09",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ec934e18"
          }
        ],
        "outcomeCount": 609,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 22
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1741,
          "failed": 63,
          "cantTell": 18,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_attribute_valid",
          "aria_attribute_value_valid",
          "aria_content_in_landmark",
          "aria_contentinfo_misuse",
          "aria_form_label_unique",
          "aria_landmark_name_unique",
          "element_attribute_deprecated",
          "element_id_unique",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "input_label_visible",
          "label_ref_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "937f2019fcce",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9ad5fff9"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style>",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f2bc5d099d7a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b81717"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6a4ff6a10b63",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form method=\"POST\" data-json-url=\"https://www.montigny-le-tilleul.be/@@consent-json\" action=\"https://www.montigny-le-tilleul.be/@@accept_or_refuse_all\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a1be816480e8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-52ebaac5"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<form method=\"POST\" data-json-url=\"https://www.montigny-le-tilleul.be/@@consent-json\" action=\"https://www.montigny-le-tilleul.be/@@accept_or_refuse_all\">",
            "message": "Multiple elements with \"form\" landmarks within the same parent region are not distinguished from one another because they have the same \"\" label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ab7d8d13029",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fbbf5b4d"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ba63b7e4fa7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-62a9622d"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b15988de3ba6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1b601da8"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a style=\"cursor: pointer;\" class=\"link-overlay\" rel=\"#pb_3\" href=\"https://www.montigny-le-tilleul.be/@@consent\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e1bd5722ff05",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fd3d454e"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1aa6811955db",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ddecc5e3"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "83e4e92bb1ad",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c8dbfadd"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a title=\"Montigny-le-Tilleul\" id=\"portal-logo\" href=\"https://www.montigny-le-tilleul.be\" accesskey=\"1\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "365be43f9deb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-36c2125c"
          },
          {
            "rule": "aria_attribute_value_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-ma-commune\" class=\"theme1 plain\">",
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a6aca42d71bc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-79088b70"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-ma-commune\" class=\"theme1 plain\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4604c46ed748",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-602ea610"
          },
          {
            "rule": "aria_attribute_value_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-loisirs\" class=\"theme2 plain\">",
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf73005379ed",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-298c5956"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-loisirs\" class=\"theme2 plain\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7684c0f27784",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-677a26dd"
          },
          {
            "rule": "aria_attribute_value_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-economie\" class=\"theme3 plain\">",
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b4edc44d205",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c2da2793"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-economie\" class=\"theme3 plain\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c0a00d1a8cac",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6e65f609"
          },
          {
            "rule": "aria_attribute_value_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-je-suis\" class=\"theme4 plain\">",
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e13c98e20c98",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-120eee08"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-je-suis\" class=\"theme4 plain\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "387ebba01058",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dbf093cc"
          },
          {
            "rule": "aria_attribute_value_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-je-trouve\" class=\"theme5 plain\">",
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d84c0f2805e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-137e8fd5"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-je-trouve\" class=\"theme5 plain\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e77828fd50be",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-68c6dd56"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p class=\"hiddenStructure\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1d88d4d4d7a8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4681057b"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a style=\"cursor: pointer;\" class=\"link-overlay\" rel=\"#pb_1\" id=\"personaltools-login\" href=\"https://www.montigny-le-tilleul.be/login\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5840e47c10bf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b2c2ce99"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p class=\"hiddenStructure\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.montigny-le-tilleul.be/#content\" accesskey=\"2\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a78cc7c0aa3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-baefe2f3"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.montigny-le-tilleul.be/#content\" accesskey=\"2\">",
            "message": "Text contrast of 1.38 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a6a32b89124",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8dcfc22c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.montigny-le-tilleul.be/#portal-globalnav\" accesskey=\"6\">",
            "message": "Text contrast of 1.38 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f5b6c4b6b701",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-18341f38"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div id=\"portal-searchbox\">",
            "message": "The <div> element has the id \"portal-searchbox\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "33601847e8d1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-faa262fa"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form id=\"livesearch1\" action=\"https://www.montigny-le-tilleul.be/@@search\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c9f1f1f3441",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7cda95a6"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<form id=\"livesearch1\" action=\"https://www.montigny-le-tilleul.be/@@search\">",
            "message": "Multiple elements with \"form\" landmarks within the same parent region are not distinguished from one another because they have the same \"\" label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f45dd932957",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cce49b63"
          },
          {
            "rule": "label_ref_valid",
            "xpath": null,
            "html": "<label for=\"searchGadget\" class=\"hiddenStructure\">",
            "message": "The value \"searchGadget\" of the 'for' attribute is not the 'id' of a valid element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c0ac6651e7c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e44dbe7a"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<input autocomplete=\"off\" type=\"text\" title=\"Recherche\" size=\"18\" placeholder=\"Recherche\" name=\"SearchableText\" id=\"searchGadget\" class=\"searchField\" accesskey=\"4\">",
            "message": "The <input> element has the id \"searchGadget\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "406b0e049f61",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5acae7b1"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Rechercher\" type=\"submit\" class=\"searchButton\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e7b036916c8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c08934de"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div id=\"LSResult\" class=\"LSResult\">",
            "message": "The <div> element has the id \"LSResult\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "44bfb49a8f62",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-168f61dc"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div id=\"LSShadow\" class=\"LSShadow\">",
            "message": "The <div> element has the id \"LSShadow\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ff1120e7fd3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2f80f5aa"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div id=\"portal-advanced-search\" class=\"hiddenStructure\">",
            "message": "The <div> element has the id \"portal-advanced-search\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "590541832d14",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-41b658ce"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.montigny-le-tilleul.be/@@search\" accesskey=\"5\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e455508ee68a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e2d2ab46"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.montigny-le-tilleul.be/actualites/actualites\" class=\"titre\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aca2a14b1327",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8d9f3b2e"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.montigny-le-tilleul.be/actualites/actualites\" class=\"titre\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f8fa30c94b2c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2a88ba58"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\" standard-results\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef8b64aec469",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4a9e0863"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"Rue de la Station : fermeture complète le 08/05 de 12h à 19h\" href=\"https://www.montigny-le-tilleul.be/ma-commune/services-communaux/travaux/actualites/rue-de-la-station-fermeture-complete-le-08-05-de-12h-a-19h\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "618aab162aec",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-eac8b4b7"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5e8b7cbf5a44",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2989ad96"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"Rencontres citoyennes 2026\" href=\"https://www.montigny-le-tilleul.be/ma-commune/services-communaux/communication/rencontres-citoyennes\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c4047fe569e0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-08cd6ed5"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"Découvrez la biblinews de mai !\" href=\"https://www.montigny-le-tilleul.be/loisirs/culture/bibliotheque/actualites/decouvrez-la-biblinews-de-mai\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c4bc2d1cc024",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8dae3ada"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.montigny-le-tilleul.be/actualites/actualites\" class=\"voir-tout\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "625d1101408e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ded3b8e5"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.montigny-le-tilleul.be/evenements/evenements\" class=\"titre\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af7f4e8f524b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ce3c793c"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\" standard-results\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"indexview-categories\">",
            "message": "Text contrast of 4.48 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f4d738cc5e7b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-97b29424"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"indexview-categories\">",
            "message": "Text contrast of 4.48 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<div class=\"indexview-categories\">",
            "message": "Text contrast of 4.48 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.montigny-le-tilleul.be/evenements/evenements\" class=\"voir-tout\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e9f9607bb921",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5b7b4c24"
          },
          {
            "rule": "aria_contentinfo_misuse",
            "xpath": null,
            "html": "<footer id=\"portal-footer-wrapper\">",
            "message": "Element with \"contentinfo\" role is present without an element with \"main\" role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6aed2bbba96e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6a24b034"
          }
        ],
        "outcomeCount": 1808,
        "uniqueFailedCount": 48,
        "duplicateFailedCount": 15,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 15
    },
    {
      "submittedUrl": "https://www.morlanwelz.be/",
      "finalUrl": "https://www.morlanwelz.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Accueil — Morlanwelz",
      "elapsedMs": 13887,
      "error": null,
      "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": 1906,
          "failed": 7,
          "cantTell": 55,
          "inapplicable": 43
        },
        "failedRules": [
          "aria-allowed-role",
          "aria-required-children",
          "region"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-command-name",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "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",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Ma commune\"]",
            "html": "<label aria-label=\"Ma commune\" for=\"navitem-commune\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "61408b81a1b5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fb93ab52"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Loisirs\"]",
            "html": "<label aria-label=\"Loisirs\" for=\"navitem-loisirs\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da34f1ea8f9d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3099441e"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Jeunesse\"]",
            "html": "<label aria-label=\"Jeunesse\" for=\"navitem-jeunesse\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3d372eaa2e9c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cfb5eb94"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Economie\"]",
            "html": "<label aria-label=\"Economie\" for=\"navitem-economie\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d94bca7aab0d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c18e10d2"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Jobs\"]",
            "html": "<label aria-label=\"Jobs\" for=\"navitem-jobs\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f669f1925b0e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-70fe0d2a"
          },
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#portal-globalnav",
            "html": "<ul class=\"navbar-nav\" id=\"portal-globalnav\" role=\"menubar\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: [role=button]",
            "relatedPaths": [
              "label[aria-label=\"Ma commune\"]",
              "label[aria-label=\"Loisirs\"]",
              "label[aria-label=\"Jeunesse\"]",
              "label[aria-label=\"Economie\"]",
              "label[aria-label=\"Jobs\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee1e474d42d8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8565635e"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#portal-colophon",
            "html": "<div id=\"portal-colophon\">",
            "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": "11a7ddca9662",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-edf401d2"
          }
        ],
        "outcomeCount": 2011,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 7
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 4240,
          "failed": 54,
          "cantTell": 39,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_complementary_labelled",
          "aria_content_in_landmark",
          "aria_id_unique",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "input_label_visible",
          "label_name_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "svg_graphics_labelled",
          "text_block_heading",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style>",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cfb73cec51e8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b81717"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e06e25683d68",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9ad5fff9"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"https://www.morlanwelz.be/++webresource++d5804eac-48ee-5c69-8389-75ac65829cb3/++plone++facetednavigation/faceted-jquery.min.css\" data-bundle=\"faceted.jquery\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "24da4649bfa0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fdc89b7c"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"https://www.morlanwelz.be/++webresource++bb2d6d01-d015-50e4-8d7d-b5ed04b583dd//++theme++morlanwelz/dist/css/theme.css\" data-bundle=\"diazo\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eed08bdfa8f0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2aefbdc0"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.morlanwelz.be/#content\" class=\"show-on-focus\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fd564593825a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d7266a48"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"Morlanwelz\" id=\"portal-logo\" href=\"https://www.morlanwelz.be\" class=\"\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5e141b90076f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bcfb8264"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"230\" viewBox=\"0 0 230 58\" height=\"58\" fill=\"none\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "439820964cdf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4388ef08"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#portal-globalnav-collapse\" class=\"navbar-toggler\" aria-label=\"Activer/désactiver la navigation\" aria-expanded=\"false\" aria-controls=\"navbarNav\">",
            "message": "The 'id' \"navbarNav\" specified for the ARIA property 'aria-controls' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d870e488f44",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7be75485"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#portal-globalnav-collapse\" class=\"navbar-toggler\" aria-label=\"Activer/désactiver la navigation\" aria-expanded=\"false\" aria-controls=\"navbarNav\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7fe46844d845",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-55b9b791"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"#offcanvasSearch\" data-bs-toggle=\"offcanvas\" data-bs-target=\"#offcanvasSearch\" aria-controls=\"offcanvasSearch\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc708992f42e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a652846"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\" aria-label=\"Acceptez tous les cookies\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "33f6c18fe62b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f4c83f57"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\" aria-label=\"Acceptez tous les cookies\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e37bfcd902b5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-11d7452b"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\" aria-label=\"Acceptez tous les cookies\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb6ab2cf1d44",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4f9b556e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.morlanwelz.be/@@consent\" data-pat-plone-modal=\"{\"prependContent\": \"\"}\" class=\"pat-plone-modal\" aria-label=\"En savoir plus et paramétrer les cookies\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fd8bc044fe08",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-460f3e11"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a href=\"https://www.morlanwelz.be/@@consent\" data-pat-plone-modal=\"{\"prependContent\": \"\"}\" class=\"pat-plone-modal\" aria-label=\"En savoir plus et paramétrer les cookies\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a81868dd6c9f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fdd784e2"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\" aria-label=\"Refuser tous les cookies\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "030f0b525dd7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9e6f9182"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\" aria-label=\"Refuser tous les cookies\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "251aaee8a214",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-37e5941e"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\" aria-label=\"Refuser tous les cookies\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04dcc6448f92",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4abe1a5a"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside id=\"global_statusmessage\" class=\"col-12\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "99e1bf952bd7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d6a7e678"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"text\">",
            "message": "Confirm this text 'Une commune active pour l'avenir' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "86116a79687b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-88d337a4"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Une commune active pour l'avenir' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e64ff8eab339",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f2bf52aa"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48.01 35.28\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b275da17a2d2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-99505c7e"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d49173a43de",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a4dedb7"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6499881e348d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ec9aff45"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac27a2432d47",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2b24696c"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" viewBox=\"0 0 24 24\" height=\"24\" fill=\"#000\" class=\"plone-icon plone-icon\" aria-labelledby=\"title\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5241001f10ce",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e12d8145"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" viewBox=\"0 0 24 24\" height=\"24\" fill=\"#000\" class=\"plone-icon plone-icon\" aria-labelledby=\"title\">",
            "message": "The 'id' \"title\" specified for the ARIA property 'aria-labelledby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e11a72adaec",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-76ce2cda"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<h3>",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Les dangers de lauto-médication\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0c685a054c58",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f3754680"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.morlanwelz.be/actualites\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4eafdf216157",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-eedf7025"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.morlanwelz.be/agenda\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6108b70cc61e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e8e20064"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "30cd3a648a7a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cc948cfa"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48.01 35.28\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.morlanwelz.be/info/journal-communal-morlanwelz-be-info-collection\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "316845c4729a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3f62f624"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.morlanwelz.be/#content-header\" class=\"show-on-focus skip-before-footer\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8a4eb546898",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-acb5536a"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b7c93e9f4aa",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" viewBox=\"0 0 20 24\" height=\"24\" fill=\"#000\" class=\"plone-icon plone-icon\" aria-labelledby=\"title\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e7f80641c1fd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-159fd873"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" viewBox=\"0 0 20 24\" height=\"24\" fill=\"#000\" class=\"plone-icon plone-icon\" aria-labelledby=\"title\">",
            "message": "The 'id' \"title\" specified for the ARIA property 'aria-labelledby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1144d26caff3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c6d6602f"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2035.56\" fill=\"#000\" data-name=\"Calque 2\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "89a505b0f283",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6911264f"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.morlanwelz.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "34dce1f0b804",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-be4effe7"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.morlanwelz.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc5fd9bbffee",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1827a493"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.morlanwelz.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ad925ae49e55",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a198374d"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.morlanwelz.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "509323382cdb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e6eb2bac"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.morlanwelz.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d405d982c0c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cf2e7c4a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.morlanwelz.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6be1a0dbfe1c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-db8ddbc7"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.morlanwelz.be/annuaire/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f5b4394ddf35",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-589501f7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.morlanwelz.be/annuaire/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "83c6092f1b70",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f3798920"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a934fad220a7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6e7f9087"
          }
        ],
        "outcomeCount": 4355,
        "uniqueFailedCount": 46,
        "duplicateFailedCount": 8,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 8
    },
    {
      "submittedUrl": "https://www.mouscron.be/fr",
      "finalUrl": "https://www.mouscron.be/fr",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Accueil — Français",
      "elapsedMs": 12983,
      "error": null,
      "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": 1423,
          "failed": 8,
          "cantTell": 86,
          "inapplicable": 43
        },
        "failedRules": [
          "aria-allowed-role",
          "aria-required-children",
          "heading-order",
          "region"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-command-name",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "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",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Ma commune\"]",
            "html": "<label aria-label=\"Ma commune\" for=\"navitem-ma-commune\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "267b8f52e656",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fb93ab52"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Vivre à Mouscron\"]",
            "html": "<label aria-label=\"Vivre à Mouscron\" for=\"navitem-vivre-a-mouscron\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f0d61dbca557",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a0bfd0b1"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Culture & Loisirs\"]",
            "html": "<label aria-label=\"Culture &amp; Loisirs\" for=\"navitem-bouger-decouvrir\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "acd4509a3453",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4aee5886"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Je suis\"]",
            "html": "<label aria-label=\"Je suis\" for=\"navitem-je-suis\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e3ea7022612e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-70eaf942"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"En un clic\"]",
            "html": "<label aria-label=\"En un clic\" for=\"navitem-en-un-clic\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e8f297174830",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1cd97163"
          },
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#portal-globalnav",
            "html": "<ul class=\"navbar-nav\" id=\"portal-globalnav\" role=\"menubar\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: [role=button]",
            "relatedPaths": [
              "label[aria-label=\"Ma commune\"]",
              "label[aria-label=\"Vivre à Mouscron\"]",
              "label[aria-label=\"Culture & Loisirs\"]",
              "label[aria-label=\"Je suis\"]",
              "label[aria-label=\"En un clic\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1cc9a2532b1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8565635e"
          },
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#body-section-slogan-banner > .text > h3",
            "html": "<h3>Mouscron</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": "7883a7ee9475",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f1108e24"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#portal-colophon",
            "html": "<div id=\"portal-colophon\">",
            "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": "69d2acb68bcb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-edf401d2"
          }
        ],
        "outcomeCount": 1560,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 8
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2993,
          "failed": 93,
          "cantTell": 82,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_complementary_labelled",
          "aria_content_in_landmark",
          "aria_id_unique",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "input_label_visible",
          "label_name_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "svg_graphics_labelled",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style>",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "816e237be212",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b81717"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48942212190f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9ad5fff9"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"https://www.mouscron.be/++webresource++d5804eac-48ee-5c69-8389-75ac65829cb3/++plone++facetednavigation/faceted-jquery.min.css\" data-bundle=\"faceted.jquery\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a626025f27d1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e4c1ba48"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"https://www.mouscron.be/++webresource++1d0f9c80-5d82-5280-8227-33f7acb37ad0//++theme++mouscron/dist/css/theme.css\" data-bundle=\"diazo\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "73e5809282ab",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-612520de"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.mouscron.be/fr#content\" class=\"show-on-focus\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a1c4950d3c2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ed1e87cf"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.w3.org/2000/svg\" width=\"273\" viewBox=\"0 0 273 38\" height=\"38\" fill=\"none\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa74a6326812",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-47fb3b90"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#portal-globalnav-collapse\" class=\"navbar-toggler\" aria-label=\"Activer/désactiver la navigation\" aria-expanded=\"false\" aria-controls=\"navbarNav\">",
            "message": "The 'id' \"navbarNav\" specified for the ARIA property 'aria-controls' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d843259e08d5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7be75485"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#portal-globalnav-collapse\" class=\"navbar-toggler\" aria-label=\"Activer/désactiver la navigation\" aria-expanded=\"false\" aria-controls=\"navbarNav\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fd83bed37fd7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-55b9b791"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"#offcanvasSearch\" data-bs-toggle=\"offcanvas\" data-bs-target=\"#offcanvasSearch\" aria-controls=\"offcanvasSearch\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e07dc284d225",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a652846"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\" aria-label=\"Acceptez tous les cookies\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f99a80ec96a9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f4c83f57"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\" aria-label=\"Acceptez tous les cookies\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "190d55305b6c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-11d7452b"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\" aria-label=\"Acceptez tous les cookies\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb11094d5785",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4f9b556e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.mouscron.be/fr/@@consent\" data-pat-plone-modal=\"{\"prependContent\": \"\"}\" class=\"pat-plone-modal\" aria-label=\"En savoir plus et paramétrer les cookies\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "451df7e81239",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2d2f3a7c"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a href=\"https://www.mouscron.be/fr/@@consent\" data-pat-plone-modal=\"{\"prependContent\": \"\"}\" class=\"pat-plone-modal\" aria-label=\"En savoir plus et paramétrer les cookies\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "418826072d02",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b43d5776"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\" aria-label=\"Refuser tous les cookies\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a86c033feca",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9e6f9182"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\" aria-label=\"Refuser tous les cookies\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0cf0880e8ff1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-37e5941e"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\" aria-label=\"Refuser tous les cookies\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ddc2f899de2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4abe1a5a"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside id=\"global_statusmessage\" class=\"col-12\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b8701b54553e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d6a7e678"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"text\">",
            "message": "Confirm this text 'Découvrez' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "90b9d557268f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-88d337a4"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Découvrez Découvrez' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b11fa12a1bd5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f2bf52aa"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" viewBox=\"0 0 20 20\" height=\"20\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3922ce002e95",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1cec4d95"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 28 34.12\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a4ba7ea216f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e3dfa86a"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48.01 35.28\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94facb3719e2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-99505c7e"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" viewBox=\"0 0 20 24\" height=\"24\" fill=\"#000\" class=\"plone-icon plone-icon\" aria-labelledby=\"title\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b5df92e1496c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-159fd873"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" viewBox=\"0 0 20 24\" height=\"24\" fill=\"#000\" class=\"plone-icon plone-icon\" aria-labelledby=\"title\">",
            "message": "The 'id' \"title\" specified for the ARIA property 'aria-labelledby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "49367a4ebbe4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c6d6602f"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0fd33a4731cf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ec9aff45"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.mouscron.be/fr/actualites\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "90c6523a73d7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9fa9690a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"from_on\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff64ea1db1a1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-228b9fcd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"day\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c75b41894ef5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ecfe7a85"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eac1591536a6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d3810c24"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"to\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ee9fe317d96",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ffd28efb"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"day\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 500",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c92975a1d74",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-61d6b2cc"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"from_on\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"day\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"from_on\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"day\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"from_on\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"day\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"from_on\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"day\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"from_on\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"day\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"to\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"day\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"from_on\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"day\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"from_on\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"day\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"from_on\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"day\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"to\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"day\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "Text contrast of 1.08 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 500",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.mouscron.be/fr/agenda\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "240906f3edad",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-52ed052f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.mouscron.be/fr/ma-commune/publications/album-photos/albums-photos\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1d9fd4adafd8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-620f38a2"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.mouscron.be/fr#content-header\" class=\"show-on-focus skip-before-footer\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "38a4f51b82b3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f196bacb"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a96c8d7d9d4f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" viewBox=\"0 0 20 24\" height=\"24\" fill=\"#000\" class=\"plone-icon plone-icon\" aria-labelledby=\"title\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" viewBox=\"0 0 20 24\" height=\"24\" fill=\"#000\" class=\"plone-icon plone-icon\" aria-labelledby=\"title\">",
            "message": "The 'id' \"title\" specified for the ARIA property 'aria-labelledby' value is not valid",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "97b82536090b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a4dedb7"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 14.07 14.07\" data-name=\"Calque 16\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "104510d3e2c9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-28bba364"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.mouscron.be/fr/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8576908350ea",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1baa6e87"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.mouscron.be/fr/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "69880a8f36f4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fc0a5a20"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.mouscron.be/fr/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "13d022eeb0f9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5ab161fe"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.mouscron.be/fr/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "22164ec450a3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7bfb29ee"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.mouscron.be/fr/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af24805ce4c9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6ae271c1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.mouscron.be/fr/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "73ee47e5e8eb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-05bd4ddd"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.mouscron.be/fr/annuaire/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3339afd1a775",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-831939e5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.mouscron.be/fr/annuaire/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0fdf386fa5f1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-84a5a172"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f2dddcb31f8a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6e7f9087"
          }
        ],
        "outcomeCount": 3136,
        "uniqueFailedCount": 47,
        "duplicateFailedCount": 46,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 46
    },
    {
      "submittedUrl": "https://www.pecq.be/",
      "finalUrl": "https://www.pecq.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Administration communale de Pecq",
      "elapsedMs": 11523,
      "error": null,
      "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": 1333,
          "failed": 80,
          "cantTell": 16,
          "inapplicable": 47
        },
        "failedRules": [
          "aria-hidden-focus",
          "color-contrast",
          "landmark-one-main",
          "link-in-text-block",
          "link-name",
          "meta-viewport",
          "page-has-heading-one",
          "region"
        ],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-conditional-attr",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "autocomplete-valid",
          "avoid-inline-spacing",
          "bypass",
          "color-contrast",
          "definition-list",
          "dlitem",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "label",
          "label-title-only",
          "landmark-complementary-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-no-duplicate-contentinfo",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport-large",
          "nested-interactive",
          "presentation-role-conflict",
          "region"
        ],
        "failures": [
          {
            "rule": "aria-hidden-focus",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".clone[aria-hidden=\"true\"]:nth-child(1)",
            "html": "<li class=\"clone\" aria-hidden=\"true\" style=\"width: 865px; float: left; display: block;\">",
            "message": "ARIA hidden element must not be focusable or contain focusable elements",
            "fixSummary": "Fix all of the following:\n  Focusable content should have tabindex=\"-1\" or be removed from the DOM",
            "relatedPaths": [
              ".clone[aria-hidden=\"true\"]:nth-child(1) > .linkimg",
              ".clone[aria-hidden=\"true\"]:nth-child(1) > .flex-caption > .flex-caption-inner > h2 > a",
              ".clone[aria-hidden=\"true\"]:nth-child(1) > .flex-caption > .flex-caption-inner > p > a",
              ".clone[aria-hidden=\"true\"]:nth-child(1) > .read-next-link > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3646790b9479",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-48676e3f"
          },
          {
            "rule": "aria-hidden-focus",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".clone[aria-hidden=\"true\"]:nth-child(10)",
            "html": "<li style=\"width: 865px; float: left; display: block;\" class=\"clone\" aria-hidden=\"true\">",
            "message": "ARIA hidden element must not be focusable or contain focusable elements",
            "fixSummary": "Fix all of the following:\n  Focusable content should have tabindex=\"-1\" or be removed from the DOM",
            "relatedPaths": [
              ".clone[aria-hidden=\"true\"]:nth-child(10) > .linkimg",
              ".clone[aria-hidden=\"true\"]:nth-child(10) > .flex-caption > .flex-caption-inner > h2 > a",
              ".clone[aria-hidden=\"true\"]:nth-child(10) > .flex-caption > .flex-caption-inner > p > a",
              ".clone[aria-hidden=\"true\"]:nth-child(10) > .read-next-link > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71e0ec761a5e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1db1c37b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".actionMenuHeader > a[href$=\"a-la-une\"]",
            "html": "<a href=\"https://www.pecq.be/a-la-une\" title=\"\">À la une</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #ffffff, background color: #f9ae00, font size: 10.2pt (13.6px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#top-actions"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "22deddf2ad84",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-239a0cbe"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#personaltools-login",
            "html": "<a href=\"https://www.pecq.be/login\" id=\"personaltools-login\" rel=\"#pb_1\" class=\"link-overlay\" style=\"cursor: pointer;\">Se connecter</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #ffffff, background color: #f9ae00, font size: 10.2pt (13.6px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#top-actions"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef92c6e99678",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-70c0eddf"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[accesskey=\"3\"]",
            "html": "<a accesskey=\"3\" href=\"https://www.pecq.be/sitemap\" title=\"Plan du site\">Plan du site</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #ffffff, background color: #f9ae00, font size: 10.2pt (13.6px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#top-actions"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a1653380525",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b254d7ff"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[accesskey=\"0\"]",
            "html": "<a accesskey=\"0\" href=\"https://www.pecq.be/accessibility-info\" title=\"Accessibilité\">Accessibilité</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #ffffff, background color: #f9ae00, font size: 10.2pt (13.6px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#top-actions"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c87ab92be216",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-739c51a3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[accesskey=\"9\"]",
            "html": "<a accesskey=\"9\" href=\"https://www.pecq.be/contact-info\" title=\"Contact\">Contact</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.89 (foreground color: #ffffff, background color: #f9ae00, font size: 10.2pt (13.6px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#top-actions"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9bd553523e3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-981b0f3d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#searchGadget",
            "html": "<input accesskey=\"4\" class=\"searchField\" id=\"searchGadget\" name=\"SearchableText\" placeholder=\"Recherche\" size=\"18\" title=\"Recherche\" type=\"text\" autocomplete=\"off\">",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.94 (foreground color: #808080, background color: #ffffff, font size: 12.5pt (16.64px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#searchGadget",
              ".LSBox"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5209746b4100",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6d504bd2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".flex-active-slide > .flex-caption > .flex-caption-inner > p > a",
            "html": "<a href=\"https://www.pecq.be/actualites/entretien-des-platanes-de-la-dreve-du-chateau-a-obigies-circulation-interdite\">Durant la semaine du 11 au 15 mai 2026</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.14 (foreground color: #ffffff, background color: #efefef, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b312517c5bb0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-420fa9e2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".footer-sitemap-item:nth-child(1) > a[href$=\"loisirs\"][title=\"\"]",
            "html": "<a href=\"https://www.pecq.be/loisirs\" title=\"\">Loisirs</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.52 (foreground color: #f2f2f2, background color: #808080, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer-wrapper > .row"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c5f34728ceb3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cdc92278"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".footer-sitemap-item:nth-child(1) > ul > li:nth-child(1) > a[title=\"\"]",
            "html": "<a href=\"https://www.pecq.be/loisirs/tourisme%20et%20folklore\" title=\"\">Tourisme &amp; Folklore</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.52 (foreground color: #f2f2f2, background color: #808080, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer-wrapper > .row"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca58202b1619",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f32f4648"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".footer-sitemap-item:nth-child(1) > ul > li:nth-child(2) > a[title=\"\"]",
            "html": "<a href=\"https://www.pecq.be/loisirs/vie-associative\" title=\"\">Vie associative</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.52 (foreground color: #f2f2f2, background color: #808080, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer-wrapper > .row"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3c83813bafb0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e94fadcb"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".footer-sitemap-item:nth-child(1) > ul > li:nth-child(3) > a[title=\"\"]",
            "html": "<a href=\"https://www.pecq.be/loisirs/sports\" title=\"\">Sports</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.52 (foreground color: #f2f2f2, background color: #808080, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer-wrapper > .row"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c661f2eb8d19",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0227614a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".footer-sitemap-item:nth-child(1) > ul > li:nth-child(4) > a[title=\"\"]",
            "html": "<a href=\"https://www.pecq.be/loisirs/culture\" title=\"\">Culture</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.52 (foreground color: #f2f2f2, background color: #808080, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer-wrapper > .row"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "322f2f0c2e5b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b29bb624"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".footer-sitemap-item:nth-child(2) > a",
            "html": "<a href=\"https://www.pecq.be/vie-administrative\" title=\"Vie politique - Services communaux - Autres services - Enseignement - ...\">Ma Commune</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.52 (foreground color: #f2f2f2, background color: #808080, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer-wrapper > .row"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f6c466200800",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-285891d0"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".footer-sitemap-item:nth-child(2) > ul > li:nth-child(1) > a[title=\"\"]",
            "html": "<a href=\"https://www.pecq.be/vie-administrative/vie-politique\" title=\"\">Vie politique</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.52 (foreground color: #f2f2f2, background color: #808080, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer-wrapper > .row"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5586b7a8cfd9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1206bd23"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".footer-sitemap-item:nth-child(2) > ul > li:nth-child(2) > a[title=\"\"]",
            "html": "<a href=\"https://www.pecq.be/vie-administrative/services-communaux\" title=\"\">Services communaux</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.52 (foreground color: #f2f2f2, background color: #808080, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer-wrapper > .row"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0ed013f98932",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-905595e6"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".footer-sitemap-item:nth-child(2) > ul > li:nth-child(3) > a[title=\"\"]",
            "html": "<a href=\"https://www.pecq.be/vie-administrative/autres-services\" title=\"\">Vie sociale</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.52 (foreground color: #f2f2f2, background color: #808080, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer-wrapper > .row"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9e219196e50d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-09fc5e93"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".footer-sitemap-item:nth-child(2) > ul > li:nth-child(4) > a[title=\"\"]",
            "html": "<a href=\"https://www.pecq.be/vie-administrative/enseignement\" title=\"\">Enseignement</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.52 (foreground color: #f2f2f2, background color: #808080, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer-wrapper > .row"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a5f633163807",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0cea243e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".footer-sitemap-item:nth-child(3) > a",
            "html": "<a href=\"https://www.pecq.be/location-de-salle-et-de-materiel\" title=\"Réservez vos locations de salle et de matériel directement en ligne.\">Location salle - matériel</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.52 (foreground color: #f2f2f2, background color: #808080, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer-wrapper > .row"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "27e31af79d8f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-567a9aa7"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".footer-sitemap-item:nth-child(3) > ul > li > a[title=\"\"]",
            "html": "<a href=\"https://www.pecq.be/location-de-salle-et-de-materiel/reservation-de-salle-et-de-materiel\" title=\"\">Réservation de salle et de matériel</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.52 (foreground color: #f2f2f2, background color: #808080, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer-wrapper > .row"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fd08b6db1ea1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2cfc42e8"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".footer-sitemap-item:nth-child(4) > a",
            "html": "<a href=\"https://www.pecq.be/guichet-electronique\" title=\"Demandez vos documents en ligne.\">Guichet électronique</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.52 (foreground color: #f2f2f2, background color: #808080, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer-wrapper > .row"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "10a3976b7b86",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2eec8f90"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".footer-sitemap-item:nth-child(4) > ul > li > a[title=\"\"]",
            "html": "<a href=\"https://www.pecq.be/guichet-electronique/e-guichet\" title=\"\">e-guichet</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.52 (foreground color: #f2f2f2, background color: #808080, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer-wrapper > .row"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e5361207ac1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-016bb627"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#portal-footer > p",
            "html": "<p>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.52 (foreground color: #f2f2f2, background color: #808080, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b6ed64e1936",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-05bbbe37"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p > span:nth-child(1) > a",
            "html": "<a href=\"https://www.pecq.be/accessibility-info\">Déclaration sur l'accessibilité</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.52 (foreground color: #f2f2f2, background color: #808080, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb43073425a0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-752db992"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".consent-link",
            "html": "<a class=\"consent-link link-overlay\" href=\"https://www.pecq.be/@@consent\" rel=\"#pb_2\" style=\"cursor: pointer;\">Gestion des cookies</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.52 (foreground color: #f2f2f2, background color: #808080, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f8485b49d98e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-957c6ee8"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "span[omit-tag=\"\"]",
            "html": "<span omit-tag=\"\">Site réalisé en collaboration avec</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.52 (foreground color: #f2f2f2, background color: #808080, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71aaa7919f34",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-11cad97b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"www.imio.be\"]",
            "html": "<a href=\"http://www.imio.be\" target=\"_blank\">IMIO</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.52 (foreground color: #f2f2f2, background color: #808080, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a2f2a7487f76",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-639d7068"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[target=\"_blank\"]:nth-child(5)",
            "html": "<a href=\"http://fr.wikipedia.org/wiki/Free_Software_Foundation\" target=\"_blank\">licence libre</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.52 (foreground color: #f2f2f2, background color: #808080, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bcd9f7b9a6c0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e0d65331"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "abbr",
            "html": "<abbr>2026</abbr>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.52 (foreground color: #f2f2f2, background color: #808080, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "50d66268fb45",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-695322e9"
          },
          {
            "rule": "landmark-one-main",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "html",
            "html": "<html lang=\"fr\" xml:lang=\"fr\" xmlns=\"http://www.w3.org/19...\" class=\"js flexbox canvas ca...\">",
            "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": "aa7b714135cd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b00be0"
          },
          {
            "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": ".portlet-static-ete-solidaire-2026 > .portletItem.odd > p:nth-child(3) > a",
            "html": "<a href=\"https://www.pecq.be/fichiers-telechargables/fiche-signaletique.pdf\">Fiche&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.99:1 with the surrounding text. (Minimum contrast is 3:1, link text: #205c90, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".portlet-static-ete-solidaire-2026 > .portletItem.odd > p:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ea457d29147",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9061551d"
          },
          {
            "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": ".portlet-static-las-de-pecq > .portletItem.odd > p:nth-child(1) > a",
            "html": "<a href=\"https://visitpecq.com/las-de-pecq-printemps-2026/#flipbook-df_10681/5/\">Printemps 2026</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.99:1 with the surrounding text. (Minimum contrast is 3:1, link text: #205c90, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".portlet-static-las-de-pecq > .portletItem.odd > p:nth-child(1)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "352dd6e400e6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-15b5557a"
          },
          {
            "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.pecq.be/fichiers-telechargables/calendrier2026-permanences.pdf\">HORAIRE 2026 WE</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.99:1 with the surrounding text. (Minimum contrast is 3:1, link text: #205c90, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".portlet-static-horaires-de-ladministration > .portletItem.odd > p:nth-child(5)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9bc2bf27da49",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "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": ".portlet-static-atelier-velo > .portletItem.odd > p:nth-child(1) > a",
            "html": "<a href=\"https://www.pecq.be/images/a870e2e8-1ade-4bd2-80fc-0b90d52e12db.jpg/@@images/image/preview\">calendrier 2026</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.99:1 with the surrounding text. (Minimum contrast is 3:1, link text: #205c90, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".portlet-static-atelier-velo > .portletItem.odd > p:nth-child(1)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ac9ef06eda6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c81eb359"
          },
          {
            "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": ".portlet-static-document-a-consulter > .portletItem.odd > p:nth-child(1) > a",
            "html": "<a href=\"https://www.pecq.be/actualites/la-declaration-de-politique-communale-de-pecq\">ici</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.99:1 with the surrounding text. (Minimum contrast is 3:1, link text: #205c90, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".portlet-static-document-a-consulter > .portletItem.odd > p:nth-child(1)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3311883ccc24",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ba51b91c"
          },
          {
            "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": ".portlet-static-pacte-de-majorite > .portletItem.odd > p:nth-child(2) > a",
            "html": "<a href=\"https://www.pecq.be/fichiers-telechargables/20241112151612738.pdf\">cliquez ici</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.99:1 with the surrounding text. (Minimum contrast is 3:1, link text: #205c90, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".portlet-static-pacte-de-majorite > .portletItem.odd > p:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f374c4da91d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-733a495e"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "#portaltab-index_html > a[href$=\"www.pecq.be\"][title=\"\"]",
            "html": "<a href=\"https://www.pecq.be\" title=\"\"><span class=\"icon-home\"></span></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 an empty title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bafdd17c879a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-965c11d3"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".bloc-2 > .titre-rss > .bloc-rss",
            "html": "<a class=\"bloc-rss\" href=\"https://www.pecq.be/actualites/actualites/atom.xml\">\n<img alt=\"Flux RSS\" src=\"++resource++cpskin.core.images/rss.png\">\n</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": "9a6e7f048b0c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2ab48541"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".bloc-3 > .titre-rss > .bloc-rss",
            "html": "<a class=\"bloc-rss\" href=\"https://www.pecq.be/evenements/evenements/atom.xml\">\n<img alt=\"Flux RSS\" src=\"++resource++cpskin.core.images/rss.png\">\n</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": "cfa3e171abd6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7f227148"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".portletItem.odd > p:nth-child(1) > a[target=\"_blank\"]",
            "html": "<a href=\"https://www.ipalle.be/newsletters/\" target=\"_blank\"><img alt=\"\" src=\"https://www.pecq.be/images/2020newsletteripalle.png/@@images/b58af9c7-2364-41e1-b824-2466d957def2.png\" title=\"newsletIP\"></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": "d961b1d5458f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e2f62785"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".portlet-static-newsletter-ipalle > .portletItem.odd > p:nth-child(2) > a[target=\"_blank\"]",
            "html": "<a href=\"http://resolveuid/b294b97573ee4779a984a1ed2c668afd/@@images/image\" target=\"_blank\">",
            "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": "8a7586822d96",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2283a637"
          },
          {
            "rule": "meta-viewport",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport?application=playwright",
            "impact": "moderate",
            "wcagSc": [
              "wcag2aa",
              "wcag144"
            ],
            "xpath": "meta[name=\"viewport\"]",
            "html": "<meta content=\"width=device-width, minimum-scale=1.0, maximum-scale=1.0\" name=\"viewport\">",
            "message": "Zooming and scaling must not be disabled",
            "fixSummary": "Fix any of the following:\n  maximum-scale on <meta> tag disables zooming on mobile devices",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41681dbaeb40",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-98527d57"
          },
          {
            "rule": "page-has-heading-one",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "html",
            "html": "<html lang=\"fr\" xml:lang=\"fr\" xmlns=\"http://www.w3.org/19...\" class=\"js flexbox canvas ca...\">",
            "message": "Page should contain a level-one heading",
            "fixSummary": "Fix all of the following:\n  Page must have a level-one heading",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "547b9bd6046d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ee8d7590"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#gdpr-consent-banner > span",
            "html": "<span>Ce site utilise des cookies pour vous fournir une expérience optimale (lecture de vidéos, affichage de plans et de contenus issus des réseaux sociaux notamment).</span>",
            "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": "ceaae58a0eeb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-10afa511"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "a[rel=\"#pb_3\"]",
            "html": "<a href=\"https://www.pecq.be/@@consent\" rel=\"#pb_3\" class=\"link-overlay\" style=\"cursor: pointer;\">En savoir plus et personnaliser</a>",
            "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": "a464978c4013",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f3bb921c"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".actionMenuHeader",
            "html": "<dt class=\"actionMenuHeader\">\n<a href=\"https://www.pecq.be/a-la-une\" title=\"\">À la une</a>\n</dt>",
            "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": "4918e0b5f944",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cdc4f505"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#portal-personaltools-wrapper",
            "html": "<div id=\"portal-personaltools-wrapper\">",
            "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": "48685a0b8a31",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0621ffd4"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#portal-siteactions",
            "html": "<ul id=\"portal-siteactions\">",
            "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": "547dfc9bf60b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5d90ae7c"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#portal-logo",
            "html": "<a accesskey=\"1\" href=\"https://www.pecq.be\" id=\"portal-logo\" title=\"Administration communale de Pecq\">",
            "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": "50af6fa9fe56",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f5944d4a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "label[for=\"searchGadget\"]",
            "html": "<label class=\"hiddenStructure\" for=\"searchGadget\">Chercher par</label>",
            "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": "294b403e6808",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c8500bcc"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#searchGadget",
            "html": "<input accesskey=\"4\" class=\"searchField\" id=\"searchGadget\" name=\"SearchableText\" placeholder=\"Recherche\" size=\"18\" title=\"Recherche\" type=\"text\" autocomplete=\"off\">",
            "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": "d9ab959fa087",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d000e467"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#portal-advanced-search",
            "html": "<div class=\"hiddenStructure\" id=\"portal-advanced-search\">\n<a accesskey=\"5\" href=\"https://www.pecq.be/@@search\">Recherche avancée…</a>\n</div>",
            "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": "e66e0771f247",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-481929a7"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#top-navigation-inner > .hiddenStructure:nth-child(1)",
            "html": "<p class=\"hiddenStructure\">\n<a accesskey=\"2\" href=\"https://www.pecq.be/#content\">Aller au contenu.</a> |\n\n  <a accesskey=\"6\" href=\"https://www.pecq.be/#portal-globalnav\">Aller à la navigation</a>\n</p>",
            "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": "ee8429b50dab",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e9f91063"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#top-navigation-inner > .hiddenStructure:nth-child(2)",
            "html": "<p class=\"hiddenStructure\">Navigation</p>",
            "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": "5a2873b4d4a2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7ac4712f"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "h5",
            "html": "<h5 class=\"hiddenStructure\">Navigation</h5>",
            "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": "fda66f1a5ebe",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5a996fd3"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".slides > li:nth-child(2)",
            "html": "<li style=\"width: 865px; float: left; display: block;\" class=\"\">",
            "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": "370b0f7ea546",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-792a6735"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".flex-active-slide",
            "html": "<li class=\"flex-active-slide\" style=\"width: 865px; float: left; display: block;\">",
            "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": "9f672eefa069",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-809adb04"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".slides > li:nth-child(4)",
            "html": "<li style=\"width: 865px; float: left; display: block;\">",
            "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": "9dd04d2176cc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f9aa341f"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".slides > li:nth-child(5)",
            "html": "<li style=\"width: 865px; float: left; display: block;\">",
            "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": "8a647c3d400d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-00df7990"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".slides > li:nth-child(6)",
            "html": "<li style=\"width: 865px; float: left; display: block;\">",
            "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": "a8b12db57308",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c935eab9"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".slides > li:nth-child(7)",
            "html": "<li style=\"width: 865px; float: left; display: block;\">",
            "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": "bbd71a96094f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-afcdb8bf"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".slides > li:nth-child(8)",
            "html": "<li style=\"width: 865px; float: left; display: block;\">",
            "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": "5ce52381aa7b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-83bd3851"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".slides > li:nth-child(9)",
            "html": "<li style=\"width: 865px; float: left; display: block;\">",
            "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": "f75519042111",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9e3d7102"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "ol",
            "html": "<ol class=\"flex-control-nav flex-control-paging\"><li><a class=\"\">1</a></li><li><a class=\"flex-active\">2</a></li><li><a>3</a></li><li><a>4</a></li><li><a>5</a></li><li><a>6</a></li><li><a>7</a></li><li><a>8</a></li></ol>",
            "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": "938b4d8bb716",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4846dd49"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".flex-direction-nav",
            "html": "<ul class=\"flex-direction-nav\"><li><a class=\"flex-prev\" href=\"#\">Previous</a></li><li><a class=\"flex-next\" href=\"#\">Next</a></li></ul>",
            "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": "1d3413e29546",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b48e3a16"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-2 > .titre-rss > .titre",
            "html": "<a class=\"titre\" href=\"https://www.pecq.be/actualites/actualites\">\n<h2>Actualités</h2>\n</a>",
            "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": "cb837f9f4385",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bd2f0163"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-2 > .results.parsable-content > .standard-results > .bigimage.bloc-item:nth-child(1) > a",
            "html": "<a href=\"https://www.pecq.be/actualites/en-cas-de-crise-ayez-le-reflexe-de-la-bonne-information\" title=\"En cas de crise, ayez le réflexe de la bonne information\">",
            "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": "4ddbaf25fbad",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ca42b492"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-2 > .results.parsable-content > .standard-results > .bigimage.bloc-item:nth-child(2) > a",
            "html": "<a href=\"https://www.pecq.be/actualites/entretien-des-platanes-de-la-dreve-du-chateau-a-obigies-circulation-interdite\" title=\"Entretien des platanes de la Drève du Château à Obigies : circulation interdite\">",
            "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": "4fac021cf84b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ec99d058"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-2 > .results.parsable-content > .standard-results > .bigimage.bloc-item:nth-child(3) > a",
            "html": "<a href=\"https://www.pecq.be/actualites/pecq-veut-insuffler-un-nouvel-elan-aux-ceremonies-patriotiques-rendez-vous-ce-12-mai\" title=\"Pecq veut redynamiser les cérémonies patriotiques : rendez-vous ce mardi 12 mai\">",
            "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": "745241c44c23",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-668e3f85"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-2 > .results.parsable-content > .standard-results > .bigimage.bloc-item:nth-child(4) > a",
            "html": "<a href=\"https://www.pecq.be/actualites/un-nouvel-elan-est-donne-a-pecq-pour-soutenir-le-secteur-agricole\" title=\"Un nouvel élan est donné à Pecq pour soutenir le secteur agricole\">",
            "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": "2cb6f483b894",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-313af87a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-2 > .results.parsable-content > .standard-results > .bloc-item:nth-child(5) > a",
            "html": "<a href=\"https://www.pecq.be/actualites/une-nouvelle-session-de-sport-sur-ordonnance-a-pecq\" title=\"Une nouvelle session de « Sport sur ordonnance » démarre le 22 mai 2026\">",
            "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": "81611d448c2a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ef7c2a97"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-item:nth-child(6) > a",
            "html": "<a href=\"https://www.pecq.be/actualites/afflux-de-demandes-au-service-federal-des-pensions-des-delais-plus-longs-mais-des-priorites-claires\" title=\"Afflux de demandes au Service fédéral des Pensions : des délais plus longs et des priorités\">",
            "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": "ba376c168f03",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f4fe288c"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-item:nth-child(7) > a",
            "html": "<a href=\"https://www.pecq.be/actualites/la-commune-de-pecq-se-dote-d2019une-dalle-de-stockage-moderne-et-fonctionnelle\" title=\"La commune de Pecq se dote d’une dalle de stockage moderne et fonctionnelle\">",
            "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": "1458950d6bc9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b2c8863c"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-item:nth-child(8) > a",
            "html": "<a href=\"https://www.pecq.be/actualites/pecq-soutient-les-fetes-de-voisins-pour-renforcer-le-vivre-ensemble\" title=\"Pecq soutient les fêtes de voisins pour renforcer le vivre-ensemble\">",
            "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": "e3e431aeff6a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6afb12bc"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-item:nth-child(9) > a",
            "html": "<a href=\"https://www.pecq.be/actualites/la-commune-de-pecq-investit-dans-une-machine-de-marquage-routier\" title=\"La commune de Pecq investit dans une machine de marquage routier\">",
            "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": "7951aa9bdfc4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b4da6184"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-2 > .voir-tout-content",
            "html": "<div class=\"voir-tout-content\">\n<a class=\"voir-tout\" href=\"https://www.pecq.be/actualites/actualites\">\n                       Voir l'ensemble des actualités\n                      </a>\n</div>",
            "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": "dfd9731d0cb0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ec934e18"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-3 > .titre-rss > .titre",
            "html": "<a class=\"titre\" href=\"https://www.pecq.be/evenements/evenements\">\n<h2>Événements</h2>\n</a>",
            "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": "ffe82b8b3685",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1b86520d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-3 > .results.parsable-content",
            "html": "<div class=\"results parsable-content\">",
            "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": "2dd0baf441bf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c8a5ffa1"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-3 > .voir-tout-content",
            "html": "<div class=\"voir-tout-content\">\n<a class=\"voir-tout\" href=\"https://www.pecq.be/evenements/evenements\">\n                       Voir l'ensemble des Événements\n                      </a>\n</div>",
            "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": "6c94c247b804",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7cc37511"
          }
        ],
        "outcomeCount": 1476,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 80
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 4602,
          "failed": 166,
          "cantTell": 64,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_attribute_valid",
          "aria_attribute_value_valid",
          "aria_complementary_labelled",
          "aria_content_in_landmark",
          "aria_contentinfo_misuse",
          "aria_form_label_unique",
          "aria_hidden_nontabbable",
          "aria_landmark_name_unique",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "heading_content_exists",
          "img_alt_null",
          "input_label_visible",
          "list_markup_review",
          "style_color_misuse",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f2207a9b17f1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9ad5fff9"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style>",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf3debf756c8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b81717"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9f22e1637835",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form method=\"POST\" data-json-url=\"https://www.pecq.be/@@consent-json\" action=\"https://www.pecq.be/@@accept_or_refuse_all\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "add8d0151f5a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e3133128"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<form method=\"POST\" data-json-url=\"https://www.pecq.be/@@consent-json\" action=\"https://www.pecq.be/@@accept_or_refuse_all\">",
            "message": "Multiple elements with \"form\" landmarks within the same parent region are not distinguished from one another because they have the same \"\" label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "90cc554ccd40",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-84834db7"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "822078d7bb3e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-62a9622d"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b5614b9ec4c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1b601da8"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a style=\"cursor: pointer;\" class=\"link-overlay\" rel=\"#pb_3\" href=\"https://www.pecq.be/@@consent\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef69bcbd8fe3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c5d81d2e"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4417815d0dfa",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ddecc5e3"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e20e8084f61",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c8dbfadd"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<dl id=\"top-menu-a-la-une\" class=\"actionMenu deactivated\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b5860a85406d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-da2bec51"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"\" href=\"https://www.pecq.be/a-la-une\">",
            "message": "Text contrast of 1.89 with its background is less than the WCAG AA minimum requirements for text of size 13.6px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5236e86b26c7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-38a80e4c"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p class=\"hiddenStructure\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c05760edbebf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4681057b"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a style=\"cursor: pointer;\" class=\"link-overlay\" rel=\"#pb_1\" id=\"personaltools-login\" href=\"https://www.pecq.be/login\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9bdc7626504f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a9f14650"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a style=\"cursor: pointer;\" class=\"link-overlay\" rel=\"#pb_1\" id=\"personaltools-login\" href=\"https://www.pecq.be/login\">",
            "message": "Text contrast of 1.89 with its background is less than the WCAG AA minimum requirements for text of size 13.6px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "edea74d30adc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b3504021"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul id=\"portal-siteactions\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e0673302f987",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8b43a333"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Plan du site\" href=\"https://www.pecq.be/sitemap\" accesskey=\"3\">",
            "message": "Text contrast of 1.89 with its background is less than the WCAG AA minimum requirements for text of size 13.6px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c8abf28ab4b5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ae787090"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Accessibilité\" href=\"https://www.pecq.be/accessibility-info\" accesskey=\"0\">",
            "message": "Text contrast of 1.89 with its background is less than the WCAG AA minimum requirements for text of size 13.6px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "92c9523c9074",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-707258ee"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Contact\" href=\"https://www.pecq.be/contact-info\" accesskey=\"9\">",
            "message": "Text contrast of 1.89 with its background is less than the WCAG AA minimum requirements for text of size 13.6px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f4dc2e71d7e5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7a8f7dd8"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a title=\"Administration communale de Pecq\" id=\"portal-logo\" href=\"https://www.pecq.be\" accesskey=\"1\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f3c560f5c5c9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3f312fd5"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form id=\"livesearch0\" action=\"https://www.pecq.be/@@search\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "932cf0a14776",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-81f94a12"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<form id=\"livesearch0\" action=\"https://www.pecq.be/@@search\">",
            "message": "Multiple elements with \"form\" landmarks within the same parent region are not distinguished from one another because they have the same \"\" label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6863c0f6ad3e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f2e81820"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Rechercher\" type=\"submit\" class=\"searchButton\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "17496a6b25fc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c08934de"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.pecq.be/@@search\" accesskey=\"5\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a5ff04453d05",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a78881ae"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.pecq.be/@@search\" accesskey=\"5\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e192ee81891",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5f0a9650"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p class=\"hiddenStructure\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.pecq.be/#portal-globalnav\" accesskey=\"6\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e20bc51ff2d3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b791b356"
          },
          {
            "rule": "aria_attribute_value_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-loisirs\" class=\"theme1 plain\">",
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b638a518269",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d007c769"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-loisirs\" class=\"theme1 plain\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c3135ae52fb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-404334b1"
          },
          {
            "rule": "aria_attribute_value_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-vie-administrative\" class=\"theme2 plain\">",
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ebc813b28a78",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fea33a80"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-vie-administrative\" class=\"theme2 plain\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "89f77ca1f7d7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8e03af04"
          },
          {
            "rule": "aria_attribute_value_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-location-de-salle-et-de-materiel\" class=\"theme3 plain\">",
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c855b15fc207",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-01e2230d"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-location-de-salle-et-de-materiel\" class=\"theme3 plain\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3553967c14ff",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-07a1a5b9"
          },
          {
            "rule": "aria_attribute_value_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-guichet-electronique\" class=\"theme4 plain\">",
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2477cc2421ae",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-392d88c1"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-guichet-electronique\" class=\"theme4 plain\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71107a900faf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-312da770"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul style=\"width: 2000%; transition-duration: 0s; transform: translate3d(-502px, 0px, 0px);\" class=\"slides\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3d34832c4395",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cb188c90"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://www.pecq.be/actualites/pecq-soutient-les-fetes-de-voisins-pour-renforcer-le-vivre-ensemble\" class=\"linkimg\">",
            "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "59623db5fa89",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f1a07250"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.pecq.be/actualites/pecq-soutient-les-fetes-de-voisins-pour-renforcer-le-vivre-ensemble\" class=\"linkimg\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1274012fefdd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f418c950"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.pecq.be/actualites/pecq-soutient-les-fetes-de-voisins-pour-renforcer-le-vivre-ensemble\" class=\"linkimg\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a8c36827aeb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-be12a37c"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5dd1eb36f7d7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d8cc0148"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://www.pecq.be/actualites/pecq-soutient-les-fetes-de-voisins-pour-renforcer-le-vivre-ensemble\">",
            "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e5cd201fe6f9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1525c470"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.pecq.be/actualites/pecq-soutient-les-fetes-de-voisins-pour-renforcer-le-vivre-ensemble\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ce2b7a28853",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-71db4aa1"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://www.pecq.be/actualites/pecq-soutient-les-fetes-de-voisins-pour-renforcer-le-vivre-ensemble\">",
            "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.pecq.be/actualites/pecq-soutient-les-fetes-de-voisins-pour-renforcer-le-vivre-ensemble\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://www.pecq.be/actualites/pecq-soutient-les-fetes-de-voisins-pour-renforcer-le-vivre-ensemble\">",
            "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.pecq.be/actualites/pecq-soutient-les-fetes-de-voisins-pour-renforcer-le-vivre-ensemble\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.pecq.be/actualites/pecq-soutient-les-fetes-de-voisins-pour-renforcer-le-vivre-ensemble\">",
            "message": "Text contrast of 1.15 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b7c77216ea2c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-52926dd4"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.pecq.be/actualites/en-cas-de-crise-ayez-le-reflexe-de-la-bonne-information\" class=\"linkimg\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "801fd96a2ea8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-07958d72"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.pecq.be/actualites/en-cas-de-crise-ayez-le-reflexe-de-la-bonne-information\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ec5ea55c7c5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-30c49951"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.pecq.be/actualites/en-cas-de-crise-ayez-le-reflexe-de-la-bonne-information\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.pecq.be/actualites/en-cas-de-crise-ayez-le-reflexe-de-la-bonne-information\">",
            "message": "Text contrast of 1.15 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "57c7dd7889a6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-98ac4cb3"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.pecq.be/actualites/entretien-des-platanes-de-la-dreve-du-chateau-a-obigies-circulation-interdite\" class=\"linkimg\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e43b3166f3e8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-44062e0d"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.pecq.be/actualites/entretien-des-platanes-de-la-dreve-du-chateau-a-obigies-circulation-interdite\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b1296fc3e10",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9148963b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.pecq.be/actualites/entretien-des-platanes-de-la-dreve-du-chateau-a-obigies-circulation-interdite\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.pecq.be/actualites/entretien-des-platanes-de-la-dreve-du-chateau-a-obigies-circulation-interdite\">",
            "message": "Text contrast of 1.15 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b88064f8cde2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1d60554c"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.pecq.be/actualites/pecq-veut-insuffler-un-nouvel-elan-aux-ceremonies-patriotiques-rendez-vous-ce-12-mai\" class=\"linkimg\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2dd554f7acf7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-425c833e"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.pecq.be/actualites/pecq-veut-insuffler-un-nouvel-elan-aux-ceremonies-patriotiques-rendez-vous-ce-12-mai\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "711f4c82c8fc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ebefd5eb"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.pecq.be/actualites/pecq-veut-insuffler-un-nouvel-elan-aux-ceremonies-patriotiques-rendez-vous-ce-12-mai\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.pecq.be/actualites/pecq-veut-insuffler-un-nouvel-elan-aux-ceremonies-patriotiques-rendez-vous-ce-12-mai\">",
            "message": "Text contrast of 1.15 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "deb38dd7a61d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-40be8508"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.pecq.be/actualites/un-nouvel-elan-est-donne-a-pecq-pour-soutenir-le-secteur-agricole\" class=\"linkimg\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a3f83630da70",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2dde2a67"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.pecq.be/actualites/un-nouvel-elan-est-donne-a-pecq-pour-soutenir-le-secteur-agricole\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0e135bfca60",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9b8affd0"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.pecq.be/actualites/un-nouvel-elan-est-donne-a-pecq-pour-soutenir-le-secteur-agricole\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.pecq.be/actualites/un-nouvel-elan-est-donne-a-pecq-pour-soutenir-le-secteur-agricole\">",
            "message": "Text contrast of 1.15 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e2d90ffa6541",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fd4b34f9"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.pecq.be/actualites/une-nouvelle-session-de-sport-sur-ordonnance-a-pecq\" class=\"linkimg\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dedb9d3b11c9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c253916e"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.pecq.be/actualites/une-nouvelle-session-de-sport-sur-ordonnance-a-pecq\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "12c01ddb3872",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8b0c90ba"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.pecq.be/actualites/une-nouvelle-session-de-sport-sur-ordonnance-a-pecq\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.pecq.be/actualites/une-nouvelle-session-de-sport-sur-ordonnance-a-pecq\">",
            "message": "Text contrast of 1.15 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "085b1f293226",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7f3fdd40"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.pecq.be/actualites/afflux-de-demandes-au-service-federal-des-pensions-des-delais-plus-longs-mais-des-priorites-claires\" class=\"linkimg\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04101c1c641e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b054d68e"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.pecq.be/actualites/afflux-de-demandes-au-service-federal-des-pensions-des-delais-plus-longs-mais-des-priorites-claires\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c98fb2b43f61",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4ae23e25"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.pecq.be/actualites/afflux-de-demandes-au-service-federal-des-pensions-des-delais-plus-longs-mais-des-priorites-claires\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.pecq.be/actualites/afflux-de-demandes-au-service-federal-des-pensions-des-delais-plus-longs-mais-des-priorites-claires\">",
            "message": "Text contrast of 1.15 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e6a8ecaae47a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-41a8a980"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.pecq.be/actualites/la-commune-de-pecq-se-dote-d2019une-dalle-de-stockage-moderne-et-fonctionnelle\" class=\"linkimg\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "649fe04aedfa",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ee772fd8"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.pecq.be/actualites/la-commune-de-pecq-se-dote-d2019une-dalle-de-stockage-moderne-et-fonctionnelle\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "efae319829b6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2dead429"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.pecq.be/actualites/la-commune-de-pecq-se-dote-d2019une-dalle-de-stockage-moderne-et-fonctionnelle\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.pecq.be/actualites/la-commune-de-pecq-se-dote-d2019une-dalle-de-stockage-moderne-et-fonctionnelle\">",
            "message": "Text contrast of 1.15 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b43301eb6ce1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-21b3d263"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.pecq.be/actualites/pecq-soutient-les-fetes-de-voisins-pour-renforcer-le-vivre-ensemble\" class=\"linkimg\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.pecq.be/actualites/pecq-soutient-les-fetes-de-voisins-pour-renforcer-le-vivre-ensemble\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a988a4bafd90",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3242609f"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.pecq.be/actualites/pecq-soutient-les-fetes-de-voisins-pour-renforcer-le-vivre-ensemble\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.pecq.be/actualites/pecq-soutient-les-fetes-de-voisins-pour-renforcer-le-vivre-ensemble\">",
            "message": "Text contrast of 1.15 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://www.pecq.be/actualites/en-cas-de-crise-ayez-le-reflexe-de-la-bonne-information\" class=\"linkimg\">",
            "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3cdcc9ce5d61",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-72ac818b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.pecq.be/actualites/en-cas-de-crise-ayez-le-reflexe-de-la-bonne-information\" class=\"linkimg\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://www.pecq.be/actualites/en-cas-de-crise-ayez-le-reflexe-de-la-bonne-information\">",
            "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3028a4dbc621",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a58be433"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://www.pecq.be/actualites/en-cas-de-crise-ayez-le-reflexe-de-la-bonne-information\">",
            "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://www.pecq.be/actualites/en-cas-de-crise-ayez-le-reflexe-de-la-bonne-information\">",
            "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.pecq.be/actualites/en-cas-de-crise-ayez-le-reflexe-de-la-bonne-information\">",
            "message": "Text contrast of 1.15 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ol class=\"flex-control-nav flex-control-paging\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "309cb3159491",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-54c79cfb"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a>",
            "message": "Text contrast of 4.45 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6281db2b57c8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ab436cca"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a>",
            "message": "Text contrast of 4.45 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a>",
            "message": "Text contrast of 4.45 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a>",
            "message": "Text contrast of 4.45 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a>",
            "message": "Text contrast of 4.45 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a>",
            "message": "Text contrast of 4.45 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a>",
            "message": "Text contrast of 4.45 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"#\" class=\"flex-prev\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8912a31857c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-aff30d77"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"#\" class=\"flex-next\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f0ff80754c98",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-352a68a0"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.pecq.be/actualites/actualites\" class=\"titre\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be499005be40",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-778a9bd4"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\" standard-results\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c28764d967dd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4a9e0863"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea934a80cf10",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2989ad96"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.pecq.be/actualites/actualites\" class=\"voir-tout\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fd10884149ab",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2b132a0c"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.pecq.be/evenements/evenements\" class=\"titre\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e987de28fa92",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ba049c68"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\" standard-results\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.pecq.be/evenements/evenements\" class=\"voir-tout\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "565e7e737d12",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8317ccec"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside xmlns:xi=\"http://www.w3.org/2001/XInclude\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b87c4e78f5b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5b8c0c90"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img title=\"conge\" src=\"https://www.pecq.be/images/conge.jpg/@@images/7cfe1a74-6a67-4ce3-86ea-4df9542d4162.jpeg\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "202d134546d2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d7a4b96f"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img title=\"Blue and White Simple Electricity Conservation Poster\" src=\"https://www.pecq.be/images/blue-and-white-simple-electricity-conservation.jpg/@@images/07526e5a-1cac-485f-b3a4-7cdaabcf8c50.jpeg\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d999985d5b60",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-311264ab"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img title=\"AS DE PECQ printemps 2026 (2)\" src=\"https://www.pecq.be/images/as-de-pecq-printemps-2026-2.jpg/@@images/dba891bd-30ba-459f-95b4-3c32b59d50fe.jpeg\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b9d4232cccfc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-29c50040"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img title=\"Copie de nouvelle permanence du service urbanisme\" src=\"https://www.pecq.be/images/copie-de-nouvelle-permanence-du-service-urbanisme.jpg/@@images/bf58aeba-6521-4541-981d-c794d842b41f.jpeg\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd64fbb899df",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b227babb"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img width=\"345\" title=\"Capture d’écran 21 8 2025 9509 visitpecq.com\" src=\"https://www.pecq.be/images/capture-d2019ecran-21-8-2025-9509-visitpecq-com.jpg/@@images/193f1cbc-7151-4f43-9717-3bee5b01800b.jpeg\" height=\"106\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "69b563b3eac6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d1e5e85a"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img title=\"QR code généré par Bing\" src=\"https://www.pecq.be/images/qr-code-genere-par-bing.png/@@images/20e45f2c-0d64-4041-a346-a5db93c5a887.png\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "19ea6055c77a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5ac36d15"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img title=\"jakub zerdzicki 4rTXOMv28VA unsplash\" src=\"https://www.pecq.be/images/jakub-zerdzicki-4rtxomv28va-unsplash.jpg/@@images/43aa1439-3af7-4475-af05-3de16ffcfe32.jpeg\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e8ae86e42293",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-68aead18"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img title=\"a870e2e8 1ade 4bd2 80fc 0b90d52e12db\" src=\"https://www.pecq.be/images/a870e2e8-1ade-4bd2-80fc-0b90d52e12db.jpg/@@images/5988ecf9-d63d-4c4c-bf56-08eb2c507bbe.jpeg\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "432c20d6d35d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8cef6ac5"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img title=\"Capture d’écran 4 12 2025 92222 www.pecq.be\" src=\"https://www.pecq.be/images/capture-d2019ecran-4-12-2025-92222-www-pecq-be.jpeg/@@images/99e511d1-e835-421c-b316-2dcf0f9992f5.jpeg\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "96e7b002b258",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a4b1ed94"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p style=\"text-align: center;\">",
            "message": "Confirm this text 'Encadrement des mouvements de terre Encadrement des mouvements de terre' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb1c46b6d2f5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4e0560c6"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img title=\"Registredesétoiles Logo\" src=\"https://www.pecq.be/images/registredesetoiles-logo.png/@@images/075cb7a7-0ac7-43c3-8a8d-6638c2ed0da6.png\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bbaa188073ef",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7a0bad6c"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img title=\"Folder ecoles 2526\" src=\"https://www.pecq.be/images/folder-ecoles-2526.jpg/@@images/b1d56d76-d5fe-4c7c-97f3-ec6ca4372c5e.jpeg\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "587cb6af11dc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-674e8036"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img title=\"bernard hermant oFCclMG4ozo unsplash\" src=\"https://www.pecq.be/images/bernard-hermant-ofcclmg4ozo-unsplash.jpg/@@images/cf7e433f-597d-4801-bb1f-76753858eb65.jpeg\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "578f18ecb55b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d8c457fc"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img title=\"Avis\" src=\"https://www.pecq.be/actualites/images/avis.jpg/@@images/e43bb1b7-bc6d-490d-bb33-4e609cc68641.jpeg\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb909783794b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-86b9946e"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img title=\"Sans titredd\" src=\"https://www.pecq.be/images/sans-titredd.jpg/@@images/5909d004-cb18-4ed5-8893-c08037c6ce6f.jpeg\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a1339c19ba14",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-05a939e4"
          },
          {
            "rule": "list_markup_review",
            "xpath": null,
            "html": "<p>",
            "message": "Verify this is a list and if so, modify to use proper HTML elements for the list",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2dffb05fbb6e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a76263bd"
          },
          {
            "rule": "list_markup_review",
            "xpath": null,
            "html": "<p>",
            "message": "Verify this is a list and if so, modify to use proper HTML elements for the list",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img title=\"20241112151552560 page 0001\" src=\"https://www.pecq.be/images/20241112151552560-page-0001.jpg/@@images/54ecc9ef-d17c-4451-bc9f-f3d143892d11.jpeg\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d283fc40f07",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0006eb2d"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://www.ipalle.be/newsletters/\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "430cb7acb528",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d647392f"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img title=\"newsletIP\" src=\"https://www.pecq.be/images/2020newsletteripalle.png/@@images/b58af9c7-2364-41e1-b824-2466d957def2.png\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c975030e5c8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1de3ba3a"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://resolveuid/b294b97573ee4779a984a1ed2c668afd/@@images/image\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4853278ffee1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a72999d5"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://resolveuid/b294b97573ee4779a984a1ed2c668afd/@@images/image\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b1b908edd9c3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3e96dc32"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img width=\"420\" title=\"Guide PAC QR code WP SH\" src=\"https://www.pecq.be/vie-administrative/services-communaux/environnement/images/guide-pac-qr-code-wp-sh.png/@@images/21d14594-3878-433d-824b-c6d8fb4a2d58.png\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a5f0de40f57",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d3b70cd6"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img width=\"50\" title=\"LogoPetit\" src=\"https://www.pecq.be/vie-administrative/services-communaux/service-travaux/logopetit.jpg/@@images/cf0c6221-cd37-4682-8f2e-5e7fabe644b8.jpeg\" height=\"50\" class=\"image-left\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b7ad7eaf2908",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ea790265"
          },
          {
            "rule": "aria_contentinfo_misuse",
            "xpath": null,
            "html": "<footer xmlns:xi=\"http://www.w3.org/2001/XInclude\" id=\"portal-footer-wrapper\">",
            "message": "Element with \"contentinfo\" role is present without an element with \"main\" role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f8ea5291278",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e879fab9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"\" href=\"https://www.pecq.be/loisirs\">",
            "message": "Text contrast of 3.53 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b0bf118ed33",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a5b4fd4b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"\" href=\"https://www.pecq.be/loisirs/tourisme%20et%20folklore\">",
            "message": "Text contrast of 3.53 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec21f0dbf4e6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6f8f7672"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"\" href=\"https://www.pecq.be/loisirs/vie-associative\">",
            "message": "Text contrast of 3.53 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8bc2a54f48b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-37e0da18"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"\" href=\"https://www.pecq.be/loisirs/sports\">",
            "message": "Text contrast of 3.53 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b91cf972c9e9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a4d61a6b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"\" href=\"https://www.pecq.be/loisirs/culture\">",
            "message": "Text contrast of 3.53 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f42a354a1ae7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-26737b3e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Vie politique - Services communaux - Autres services - Enseignement - ...\" href=\"https://www.pecq.be/vie-administrative\">",
            "message": "Text contrast of 3.53 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "26d8db5b1dfb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fcc57321"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"\" href=\"https://www.pecq.be/vie-administrative/vie-politique\">",
            "message": "Text contrast of 3.53 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "efb197ac52ce",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b065231e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"\" href=\"https://www.pecq.be/vie-administrative/services-communaux\">",
            "message": "Text contrast of 3.53 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b70cff9ee9c8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-da70be04"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"\" href=\"https://www.pecq.be/vie-administrative/autres-services\">",
            "message": "Text contrast of 3.53 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6986632193b0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cd37eb92"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"\" href=\"https://www.pecq.be/vie-administrative/enseignement\">",
            "message": "Text contrast of 3.53 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5a55bd8cdbf8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-44c7305b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Réservez vos locations de salle et de matériel directement en ligne.\" href=\"https://www.pecq.be/location-de-salle-et-de-materiel\">",
            "message": "Text contrast of 3.53 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d06f279a60f2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-42433661"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"\" href=\"https://www.pecq.be/location-de-salle-et-de-materiel/reservation-de-salle-et-de-materiel\">",
            "message": "Text contrast of 3.53 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "35c4436c76ce",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1ba9c386"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Demandez vos documents en ligne.\" href=\"https://www.pecq.be/guichet-electronique\">",
            "message": "Text contrast of 3.53 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a7802b0db3fd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8bb43a8e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"\" href=\"https://www.pecq.be/guichet-electronique/e-guichet\">",
            "message": "Text contrast of 3.53 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "19aca3a90bb8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-13ae0377"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p class=\"adresse-blanc\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e23cb7359ae",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-18be9b7e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p class=\"telephone-blanc\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c7f2325aca72",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6625f16c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p class=\"fax-blanc\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "459857e45b20",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-59dff0c8"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p>",
            "message": "Text contrast of 3.53 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "42f9d140d2dc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7acebded"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.pecq.be/accessibility-info\">",
            "message": "Text contrast of 3.53 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e0a957e5f82e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4c7cfba1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a style=\"cursor: pointer;\" rel=\"#pb_2\" href=\"https://www.pecq.be/@@consent\" class=\"consent-link link-overlay\">",
            "message": "Text contrast of 3.53 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d72dd2892833",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0dc25b86"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span omit-tag=\"\">",
            "message": "Text contrast of 3.53 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e062e9b747bd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-12351e0f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://www.imio.be\">",
            "message": "Text contrast of 3.53 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "95be3830ece0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e67d4f04"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://fr.wikipedia.org/wiki/Free_Software_Foundation\">",
            "message": "Text contrast of 3.53 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f0e728c3cc3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-aaf89671"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<abbr>",
            "message": "Text contrast of 3.53 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "496f89b3af0c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-741fde6d"
          }
        ],
        "outcomeCount": 4796,
        "uniqueFailedCount": 125,
        "duplicateFailedCount": 41,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 41
    },
    {
      "submittedUrl": "https://www.peruwelz.be/",
      "finalUrl": "https://www.peruwelz.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Accueil — Ville de Péruwelz",
      "elapsedMs": 10306,
      "error": null,
      "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": 1729,
          "failed": 6,
          "cantTell": 45,
          "inapplicable": 43
        },
        "failedRules": [
          "aria-allowed-role",
          "aria-required-children",
          "region"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-command-name",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "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",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Ma ville\"]",
            "html": "<label aria-label=\"Ma ville\" for=\"navitem-ma-commune\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "72063cd90ea0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d789072d"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Vivre à\"]",
            "html": "<label aria-label=\"Vivre à\" for=\"navitem-vivre-a\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab328864a1c2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6f6124b1"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Que faire\"]",
            "html": "<label aria-label=\"Que faire\" for=\"navitem-que-faire\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "88efa6e7fa52",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a54c0d43"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"En un clic\"]",
            "html": "<label aria-label=\"En un clic\" for=\"navitem-en-un-clic\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e6ca9796f221",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1cd97163"
          },
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#portal-globalnav",
            "html": "<ul class=\"navbar-nav\" id=\"portal-globalnav\" role=\"menubar\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: [role=button]",
            "relatedPaths": [
              "label[aria-label=\"Ma ville\"]",
              "label[aria-label=\"Vivre à\"]",
              "label[aria-label=\"Que faire\"]",
              "label[aria-label=\"En un clic\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "574876edcf45",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8565635e"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#portal-colophon",
            "html": "<div id=\"portal-colophon\">",
            "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": "041c0352367e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-edf401d2"
          }
        ],
        "outcomeCount": 1823,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 6
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3174,
          "failed": 70,
          "cantTell": 47,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_complementary_labelled",
          "aria_content_in_landmark",
          "aria_id_unique",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "svg_graphics_labelled",
          "text_contrast_sufficient",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style>",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "912889ed92a3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b81717"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7374f2ef43aa",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9ad5fff9"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"https://www.peruwelz.be/++webresource++d5804eac-48ee-5c69-8389-75ac65829cb3/++plone++facetednavigation/faceted-jquery.min.css\" data-bundle=\"faceted.jquery\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c7fb1b0b1ffc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-89d8b6c2"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"https://www.peruwelz.be/++webresource++56ce7bec-1b39-5ac6-8d98-42ba01fa61aa//++theme++peruwelz/dist/css/theme.css\" data-bundle=\"diazo\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "28beb9a0224a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7a3d0a3a"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.peruwelz.be/#content\" class=\"show-on-focus\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b8caa17e24ec",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4a4c6912"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"126\" height=\"40\" fill=\"none\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e867048bf26",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5edd7467"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#portal-globalnav-collapse\" class=\"navbar-toggler\" aria-label=\"Activer/désactiver la navigation\" aria-expanded=\"false\" aria-controls=\"navbarNav\">",
            "message": "The 'id' \"navbarNav\" specified for the ARIA property 'aria-controls' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fefc5c8ab653",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7be75485"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#portal-globalnav-collapse\" class=\"navbar-toggler\" aria-label=\"Activer/désactiver la navigation\" aria-expanded=\"false\" aria-controls=\"navbarNav\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ebc0b2fe25b2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-55b9b791"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"#offcanvasSearch\" data-bs-toggle=\"offcanvas\" data-bs-target=\"#offcanvasSearch\" aria-controls=\"offcanvasSearch\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e460ff47fdd9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a652846"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside id=\"global_statusmessage\" class=\"col-12\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9af21951ad9e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d6a7e678"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Annuaire\" target=\"\" href=\"https://www.peruwelz.be/resolveuid/8cd32b73da5c4d56b61d30b60a26adac\" class=\"table_image\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9360d842be93",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-df014e2c"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5aa992dc14d7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ec9aff45"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"CPAS\" target=\"\" href=\"https://www.peruwelz.be/resolveuid/a86714fbb3d14a278096c3fbaf5072e7\" class=\"table_image\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "10eda07b52d6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ea8ff5f8"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 3.55 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7f93dad945fd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"E-guichet\" target=\"\" href=\"https://peruwelz.egovflow.be/\" class=\"table_image\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b167d2e18662",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-64ef5a91"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48.01 35.28\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "edc4c9d068e4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-99505c7e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Enquêtes publiques\" target=\"\" href=\"https://www.peruwelz.be/resolveuid/93ecab2000ed4098bed7788cfa082d01\" class=\"table_image\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "58776f78c34f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-61a29ff7"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4167d0783ee9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a4dedb7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Travaux en cours\" target=\"\" href=\"https://www.peruwelz.be/resolveuid/57f14e17eeb547a799a03eade06830a8\" class=\"table_image\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e801a373b50",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-220465a4"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 28 34.12\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "16a92756c3e5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e3dfa86a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Open Map (Nouvelle fenêtre)\" target=\"_blank\" href=\"https://public.godp.be/?commune=peruwelz\" class=\"table_image\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "249d2c78d4f0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-11df1c0c"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Obtenir la prime communale rénovation énergétique\" target=\"\" href=\"https://www.peruwelz.be/actualites/obtenir-la-prime-communale-renovation-energetique?u=13c696c6f2fe48c7aa2c5907c4ba5e76\" class=\"swiper_link actualites-du-cpas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7489a9df207f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ca75804b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Le transport solidaire du CPAS\" target=\"\" href=\"https://www.peruwelz.be/actualites/le-transport-solidaire-du-cpas?u=68140090e47a403f84bbc87efeadcc3b\" class=\"swiper_link actualites-du-cpas\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c737338e698",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ef14a7d9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"MYBIKE\" target=\"\" href=\"https://www.peruwelz.be/actualites/mybike?u=821c1755422c443ca330afb2088598b0\" class=\"swiper_link actualites-communales\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b8d6c89eec99",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ee2a6fce"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Soutenez les commerces locaux\" target=\"\" href=\"https://www.peruwelz.be/actualites/soutenez-les-commerces-locaux?u=1c3b7ea9c71c404095d24fafbc9a8cf4\" class=\"swiper_link actualites-communales\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b4a9d44fefad",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-23ccdfb7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Documents d'identité -\" target=\"\" href=\"https://www.peruwelz.be/actualites/documents-didentite?u=2803b5c1fd384b2e94ef5822d6f42241\" class=\"swiper_link actualites-communales\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "117813073bc8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a546aaa1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Nouveauté au Marché de Wiers\" target=\"\" href=\"https://www.peruwelz.be/actualites/nouveaute-au-marche-de-wiers?u=a7e7ed70c3a649bdadc2eeba2f17c2f7\" class=\"swiper_link actualites-communales\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "798155194f9b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-66e76b21"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Réfection de la rue de Blaton\" target=\"\" href=\"https://www.peruwelz.be/actualites/refection-de-la-rue-de-blaton?u=d83acd1d371542f18b0fd3830c7a5db2\" class=\"swiper_link actualites-communales\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3c8c4bed7f36",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a5c0cfda"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Déclaration d'impôts - Aide au remplissage\" target=\"\" href=\"https://www.peruwelz.be/actualites/declaration-dimpots-aide-au-remplissage?u=299448c41ffe405da11f7a316fd4ce74\" class=\"swiper_link actualites-communales\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe754adc94a1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f67ef89e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Péruwelz : Cap sur une 15e édition festive pour la Sainte-Anne 2026\" target=\"\" href=\"https://www.peruwelz.be/actualites/peruwelz-cap-sur-une-15e-edition-festive-pour-la?u=f93ecdc16d4f457b952515e07d1fa4b6\" class=\"swiper_link actualites-communales\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b082514f83e1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-163ddb7a"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<p>",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Le Rond’Eau des Sources\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "607ed7c2661a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a938c687"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.peruwelz.be/actualites\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "207fc6000bd3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6258c9c5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Anim'Ados\" target=\"\" href=\"https://www.peruwelz.be/agenda/animados?u=e337253de5e0458b92f621eed0ba532f\" class=\"swiper_link administration-communale\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e328424c64f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0e8d6344"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Commémoration de la Victoire\" target=\"\" href=\"https://www.peruwelz.be/agenda/commemoration-de-la-victoire?u=25f87faec3e94e80b0f2dc655d439850\" class=\"swiper_link administration-communale\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c83d5ac6cf42",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2232027f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Porte ouverte - Internat La Source\" target=\"\" href=\"https://www.peruwelz.be/agenda/porte-ouverte-internat-la-source?u=df08b151578e49a0ab6f91bb5d7d6aed\" class=\"swiper_link administration-communale\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "78a6ebb1708e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5161083f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Afterworks / Les Apéruwelziens\" target=\"\" href=\"https://www.peruwelz.be/agenda/afterworks-les-aperuwelziens?u=c5b9aa0371d44ddb90f9ebb558ef9f1c\" class=\"swiper_link administration-communale\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f5d28d7fc078",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4543338b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Balade moto\" target=\"\" href=\"https://www.peruwelz.be/agenda/balade-moto?u=dc71c9fa523e4ef9aba0a327d9f26d07\" class=\"swiper_link administration-communale\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1db7c804daf2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c60b1f9a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"La Guinguette à Bretelles des Crocheux d’Pierwez\" target=\"\" href=\"https://www.peruwelz.be/agenda/la-guinguette-a-bretelles-des-crocheux-dpierwez?u=d834cf32aa5345fdb7b1da1713c81a61\" class=\"swiper_link administration-communale\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a07765c6f7ce",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6e988aff"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Exposition itinérante « Ce que vous ne voyez pas »\" target=\"\" href=\"https://www.peruwelz.be/agenda/exposition-itinerante-ce-que-vous-ne-voyez-pas?u=0986284c82ae488985e95660b0aa8c2b\" class=\"swiper_link administration-communale\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9da8e23f65ef",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c13b35ea"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Journée mondiale de l'abeille\" target=\"\" href=\"https://www.peruwelz.be/agenda/journee-mondiale-de-labeille?u=d6f0f520bf5d43d799e218c24fd9e4c1\" class=\"swiper_link administration-communale\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8cf09bee08d9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1d5831c8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Permanence guichet énergie\" target=\"\" href=\"https://www.peruwelz.be/agenda/permanence-guichet-energie?u=3c350239c9a64a47b587b810f338aa47\" class=\"swiper_link administration-communale\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5aebbed632a2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3c6bb447"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.peruwelz.be/agenda\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c210d4d056dd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-78bcaf3b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Arrêt 59 (Nouvelle fenêtre)\" target=\"_blank\" href=\"https://www.xn--arrt59-kva.be/\" class=\"table_image\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ca6bdc413ec",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0c76a296"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Médiathèque (Nouvelle fenêtre)\" target=\"_blank\" href=\"https://bibliotheques.hainaut.be/peruwelz\" class=\"table_image\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b9dae5a20069",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f0e37e62"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c8e524c5c458",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2b24696c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"PNPE (Nouvelle fenêtre)\" target=\"_blank\" href=\"https://www.plainesdelescaut.be/\" class=\"table_image\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f68ba6bc4e0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-960c64b0"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Zone de police (Nouvelle fenêtre)\" target=\"_blank\" href=\"https://www.dinopol.be/\" class=\"table_image\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cab7b5ef5a55",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-13c84103"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f384fae2ce03",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cc948cfa"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Zone de secours (Nouvelle fenêtre)\" target=\"_blank\" href=\"https://www.zswapi.be/\" class=\"table_image\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f719245357ec",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d173b6cc"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.peruwelz.be/#content-header\" class=\"show-on-focus skip-before-footer\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "447e21692150",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8ff2420f"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c6faa62e7412",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2035.56\" fill=\"#000\" data-name=\"Calque 2\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f06da9e3e6ac",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6911264f"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" fill=\"#000\" class=\"plone-icon\" aria-labelledby=\"title\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a9888e623e9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-42111521"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" fill=\"#000\" class=\"plone-icon\" aria-labelledby=\"title\">",
            "message": "The 'id' \"title\" specified for the ARIA property 'aria-labelledby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "22a981156489",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-25a37d30"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 756.99 533.33\" fill=\"#000\" data-name=\"Calque 2\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "740575feb109",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d5612f3b"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" viewBox=\"0 0 16 16\" height=\"16\" fill=\"#000\" class=\"plone-icon bi bi-twitter-x\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "16ad68f42bcc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9c44c2c4"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.peruwelz.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9323afb5ecb6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-24f04b92"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.peruwelz.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "839dd400eb90",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ca99001f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.peruwelz.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "097bc1086166",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a6e4ed06"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.peruwelz.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "67f002de81e7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-571e8dde"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.peruwelz.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "69b6a9fb53a9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c594f055"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.peruwelz.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8471cc3a5e6f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-17f4d401"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.peruwelz.be/annuaire/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6682699fa108",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-98fbb939"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.peruwelz.be/annuaire/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d720b30e21c4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d326faf5"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "09f6b5002aed",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6e7f9087"
          }
        ],
        "outcomeCount": 3280,
        "uniqueFailedCount": 65,
        "duplicateFailedCount": 5,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 5
    },
    {
      "submittedUrl": "https://www.pontacelles.be/",
      "finalUrl": "https://www.pontacelles.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Pont-à-Celles &#8211; Administration Communale de Pont-à-Celles",
      "elapsedMs": 20167,
      "error": null,
      "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": 810,
          "failed": 17,
          "cantTell": 3,
          "inapplicable": 43
        },
        "failedRules": [
          "color-contrast",
          "meta-viewport",
          "region",
          "tabindex"
        ],
        "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",
          "autocomplete-valid",
          "avoid-inline-spacing",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "frame-tested",
          "frame-title",
          "frame-title-unique",
          "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-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "scrollable-region-focusable",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[aria-current=\"page\"]",
            "html": "<a href=\"https://www.pontacelles.be/\" aria-current=\"page\">Accueil</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.16 (foreground color: #e00000, background color: #000000, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "section"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b060860d69a1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2cc55d38"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#menu-item-1683 > a",
            "html": "<a href=\"https://www.pontacelles.be/services/\">Services aux citoyens</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.16 (foreground color: #e00000, background color: #000000, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "section"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f266e633d216",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f1473a16"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#menu-item-1740 > a",
            "html": "<a href=\"https://www.pontacelles.be/eguichet/\">Eguichet</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.16 (foreground color: #e00000, background color: #000000, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "section"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "78343e906ab4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c4f60bab"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#menu-item-1027 > a",
            "html": "<a href=\"https://www.pontacelles.be/actualites/\">Actualités</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.16 (foreground color: #e00000, background color: #000000, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "section"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0bada88249a5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3640c6df"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#menu-item-4524 > a",
            "html": "<a href=\"https://www.pontacelles.be/agenda/\">Agenda</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.16 (foreground color: #e00000, background color: #000000, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "section"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "507e5ada7b7c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-68759979"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#menu-item-1819 > a",
            "html": "<a href=\"https://www.pontacelles.be/services/emploi-ale-formation-pension/\">Job</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.16 (foreground color: #e00000, background color: #000000, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "section"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "63fa1c098794",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-059c09ae"
          },
          {
            "rule": "meta-viewport",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport?application=playwright",
            "impact": "moderate",
            "wcagSc": [
              "wcag2aa",
              "wcag144"
            ],
            "xpath": "meta[name=\"viewport\"]",
            "html": "<meta name=\"viewport\" content=\"width=device-width,initial-scale=1,user-scalable=no\">",
            "message": "Zooming and scaling must not be disabled",
            "fixSummary": "Fix any of the following:\n  user-scalable=no on <meta> tag disables zooming on mobile devices",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "14b80ea95852",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-98527d57"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".side_menu_title",
            "html": "<div class=\"side_menu_title\">\n\t\t\t<h5>Menu</h5>\n\t\t</div>",
            "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": "45d212828b65",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6ce23764"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#nav_menu-2",
            "html": "<div id=\"nav_menu-2\" class=\"widget widget_nav_menu posts_holder\">",
            "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": "8a8e27ccefca",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-44e9a5de"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".vc_row.wpb_row.section:nth-child(3)",
            "html": "<div class=\"vc_row wpb_row section vc_row-fluid \" style=\" text-align:left;\">",
            "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": "1ed681033b16",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-70fa8bd2"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".vc_custom_1617276959075.grid_section.vc_row:nth-child(4)",
            "html": "<div class=\"vc_row wpb_row section vc_row-fluid vc_custom_1617276959075 grid_section\" style=\" text-align: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": "3a0f69f04d59",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d1c02121"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".vc_row.wpb_row.section:nth-child(5)",
            "html": "<div class=\"vc_row wpb_row section vc_row-fluid \" style=\" text-align:left;\">",
            "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": "80966e9fa664",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ed03f286"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".vc_row.wpb_row.section:nth-child(7)",
            "html": "<div class=\"vc_row wpb_row section vc_row-fluid \" style=\" text-align:left;\">",
            "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": "5484aeec1c5a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bf77b50a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".vc_custom_1505466769544.vc_row.wpb_row:nth-child(9)",
            "html": "<div class=\"vc_row wpb_row section vc_row-fluid vc_custom_1505466769544\" style=\" text-align:left;\">",
            "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": "937c566d97d8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-16c2d4b3"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".vc_custom_1505466769544.vc_row.wpb_row:nth-child(10)",
            "html": "<div class=\"vc_row wpb_row section vc_row-fluid vc_custom_1505466769544\" style=\" text-align:left;\">",
            "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": "14bf0b17d0ae",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-42bac121"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "iframe[title=\"reCAPTCHA\"]",
            "html": "<div class=\"rc-anchor-invisible-text\"><span>protected by <strong>reCAPTCHA</strong></span><div class=\"rc-anchor-pt\"></div></div>",
            "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": "2c0dd65bbffa",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-732eb68d"
          },
          {
            "rule": "tabindex",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/tabindex?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "section",
            "html": "<section class=\"side_menu right\" style=\"overflow-y: hidden; outline: none;\" tabindex=\"5000\">",
            "message": "Elements should not have tabindex greater than zero",
            "fixSummary": "Fix any of the following:\n  Element has a tabindex greater than 0",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a2251826f3f6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-35ee8412"
          }
        ],
        "outcomeCount": 873,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 17
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2684,
          "failed": 89,
          "cantTell": 55,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_content_in_landmark",
          "aria_contentinfo_misuse",
          "aria_hidden_nontabbable",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "frame_src_valid",
          "input_label_visible",
          "style_background_decorative",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "target_spacing_sufficient",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<html style=\"height: auto; overflow: auto;\" class=\" no-touchevents js_active  vc_desktop  vc_transform  vc_transform \" lang=\"fr-FR\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a7877dc25201",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b76e175d"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"A7vZI3v+Gz7JfuRolKNM4Aff6zaGuT7X0mf3wtoZTnKv6497cVMnhy03KDqX7kBz/q/iidW7srW31oQbBt4VhgoAAACUeyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGUuY29tOjQ0MyIsImZlYXR1cmUiOiJEaXNhYmxlVGhpcmRQYXJ0eVN0b3JhZ2VQYXJ0aXRpb25pbmczIiwiZXhwaXJ5IjoxNzU3OTgwODAwLCJpc1N1YmRvbWFpbiI6dHJ1ZSwiaXNUaGlyZFBhcnR5Ijp0cnVlfQ==\" http-equiv=\"origin-trial\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e56a7fe56083",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2da480df"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style type=\"text/css\" id=\"wp-emoji-styles-inline-css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1520fa8e1f13",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e192ddd8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<section tabindex=\"5000\" style=\"overflow-y: hidden; outline: none;\" class=\"side_menu right\">",
            "message": "The tabbable element does not have a valid widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "22bfb2a2c65a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-deb90f50"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<section tabindex=\"5000\" style=\"overflow-y: hidden; outline: none;\" class=\"side_menu right\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c521c63a1a55",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-46e72823"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h5>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "90283559f99d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9d80a099"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a tabindex=\"0\" aria-label=\"Ouvrir le sous-menu\" role=\"button\" class=\"close_side_menu_fold\" href=\"#\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1bf60ec28c82",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b893ad75"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\"menu\" id=\"menu-custom-menu-1\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0ddbbf581285",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1572be3a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a aria-current=\"page\" href=\"https://www.pontacelles.be/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "666872306d17",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-eb33db09"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a aria-current=\"page\" href=\"https://www.pontacelles.be/\">",
            "message": "Text contrast of 4.17 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a98e4814c71a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-97232219"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.pontacelles.be/services/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fd64ec153927",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-307c665b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.pontacelles.be/services/\">",
            "message": "Text contrast of 4.17 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "91f62eb53241",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b5b780ee"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.pontacelles.be/eguichet/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f719123b8245",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4aa31f0e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.pontacelles.be/eguichet/\">",
            "message": "Text contrast of 4.17 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "23015dbf9117",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-632ca87f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.pontacelles.be/actualites/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dab61544aa95",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fd2ef16e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.pontacelles.be/actualites/\">",
            "message": "Text contrast of 4.17 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2521759e2d82",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1277d9cd"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.pontacelles.be/agenda/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d42db34fca5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d52707cb"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.pontacelles.be/agenda/\">",
            "message": "Text contrast of 4.17 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ff050d630da",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4ee57057"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.pontacelles.be/services/emploi-ale-formation-pension/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7514466a01a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6d59ba4e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.pontacelles.be/services/emploi-ale-formation-pension/\">",
            "message": "Text contrast of 4.17 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce9573d9f1e1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cf76c7ad"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input id=\"wpa_label_s\" autocomplete=\"off\" class=\"qode_search_field\" name=\"s\" placeholder=\"Chercher\" type=\"text\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5e8863588c3f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-db9a772a"
          },
          {
            "rule": "target_spacing_sufficient",
            "xpath": null,
            "html": "<input id=\"wpa_label_s\" autocomplete=\"off\" class=\"qode_search_field\" name=\"s\" placeholder=\"Chercher\" type=\"text\">",
            "message": "Ensure the overlapped target \"input\" meets a minimum target size or has sufficient spacing from the overlapping target \"a\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f838e22707e4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-880d7522"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input id=\"wpa_label_s\" autocomplete=\"off\" class=\"qode_search_field\" name=\"s\" placeholder=\"Chercher\" type=\"text\">",
            "message": "The ‘placeholder’ is the only visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "76244cd02a3d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7339fbe5"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a tabindex=\"0\" aria-label=\"Ouvrir le sous-menu\" role=\"button\" href=\"#\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04981a9c7cc0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-52f07232"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a tabindex=\"0\" aria-label=\"Ouvrir le sous-menu\" role=\"button\" href=\"#\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d9dc6ad0bde",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-44fc8966"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<a tabindex=\"0\" aria-label=\"Ouvrir le sous-menu\" role=\"button\" href=\"#\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e024507a1cba",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-140b065c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a style=\"height: 130px; visibility: visible;\" aria-label=\"Lien de navigation\" href=\"https://www.pontacelles.be/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3728bef4b975",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ce02e656"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a aria-label=\"Ouvrir la recherche\" role=\"button\" href=\"javascript:void(0)\" class=\"search_button from_window_top\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0df2ae6b6822",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3ff0140a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a tabindex=\"0\" aria-label=\"Ouvrir le sous-menu\" role=\"button\" href=\"#\" class=\"side_menu_button_link large\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7f7d88f7f6c9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9e5c7f35"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a style=\"overflow: visible; padding: 0px; width: 800px; height: 400px; z-index: 6; position: absolute; transform-origin: 50% 50%; display: block; background: url(\"https://www.pontacelles.be/wp-content/uploads/2023/06/bandeau-infrabel-2023.jpg\") 50% 50% / cover no-repeat transparent; left: -0.78125px; top: -84.375px; translate: none; rotate: none; scale: none; visibility: visible; opacity: 0.9653; transform: translate3d(0px, 0px, 0px); pointer-events: none;\" data-subtype=\"image\" data-type=\"shape\" data-need-color-bg=\"false\" aria-hidden=\"true\" target=\"_self\" href=\"https://www.pontacelles.be/travaux-infrabel/\" class=\"sr7-layer\" id=\"SR7_12_1-24-1\">",
            "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "567ccb7bd2a6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-122fc5e8"
          },
          {
            "rule": "style_background_decorative",
            "xpath": null,
            "html": "<a style=\"overflow: visible; padding: 0px; width: 800px; height: 400px; z-index: 6; position: absolute; transform-origin: 50% 50%; display: block; background: url(\"https://www.pontacelles.be/wp-content/uploads/2023/06/bandeau-infrabel-2023.jpg\") 50% 50% / cover no-repeat transparent; left: -0.78125px; top: -84.375px; translate: none; rotate: none; scale: none; visibility: visible; opacity: 0.9653; transform: translate3d(0px, 0px, 0px); pointer-events: none;\" data-subtype=\"image\" data-type=\"shape\" data-need-color-bg=\"false\" aria-hidden=\"true\" target=\"_self\" href=\"https://www.pontacelles.be/travaux-infrabel/\" class=\"sr7-layer\" id=\"SR7_12_1-24-1\">",
            "message": "Verify the CSS background image does not convey important information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9072367ab580",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6c8badcb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a style=\"overflow: visible; padding: 0px; width: 800px; height: 400px; z-index: 6; position: absolute; transform-origin: 50% 50%; display: block; background: url(\"https://www.pontacelles.be/wp-content/uploads/2023/06/bandeau-infrabel-2023.jpg\") 50% 50% / cover no-repeat transparent; left: -0.78125px; top: -84.375px; translate: none; rotate: none; scale: none; visibility: visible; opacity: 0.9653; transform: translate3d(0px, 0px, 0px); pointer-events: none;\" data-subtype=\"image\" data-type=\"shape\" data-need-color-bg=\"false\" aria-hidden=\"true\" target=\"_self\" href=\"https://www.pontacelles.be/travaux-infrabel/\" class=\"sr7-layer\" id=\"SR7_12_1-24-1\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c47982595f64",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a8641c1"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h1 style=\"text-align: center;\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c1a5fa06f1f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7ece7219"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"separator_wrapper\">",
            "message": "Confirm this text 'VOUS ETES ?' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de8d53d270b7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8fb2a243"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"separator_content\">",
            "message": "Confirm this text 'VOUS ETES ?' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ddc001b6993e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-81bf71f3"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 style=\"text-align: center;\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e200ce8affd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-055dbf7e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.pontacelles.be/?page_id=965\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fef12b8d29b3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-95f714fa"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 style=\"text-align: center;\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.pontacelles.be/commerce-et-entreprise\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e9bb18ae44cf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-384cf2ec"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 style=\"text-align: center;\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.pontacelles.be/journaliste-rp/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3360143cb61e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d8eee111"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 style=\"text-align: center;\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.pontacelles.be/tourisme/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2357eb1a4dd3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-39f72043"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2 style=\"text-align: center;\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p style=\"text-align: center;\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fbc9ee63099c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f08caf2b"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"separator_wrapper\">",
            "message": "Confirm this text 'Vous Désirez ?' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"separator_content\">",
            "message": "Confirm this text 'Vous Désirez ?' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c9422d6f8e11",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a86234de"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a aria-label=\"Lien de navigation\" href=\"https://www.pontacelles.be/eguichet/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c19a80172ccc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b4a09889"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1fa8c048a179",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e9f90e78"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a aria-label=\"Lien de navigation\" href=\"https://www.pontacelles.be/travaux/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb89fa66549f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6fe83877"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a aria-label=\"Lien de navigation\" href=\"https://www.pontacelles.be/actualites/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bcc7decdbc0b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b86c2445"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a aria-label=\"Lien de navigation\" href=\"https://www.pontacelles.be/agenda/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e0574e3796e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-423fd0ed"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a aria-label=\"Lien de navigation\" href=\"https://www.pontacelles.be/fond-europeen-de-developpement-regional-feder/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c2c57ad850db",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85acd3ef"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a aria-label=\"Lien de navigation\" rel=\"noopener\" href=\"https://www.pontacelles.be/wp-content/uploads/2026/05/MAG-MAI-2026-21-04-1-1.pdf\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b922a6290ae3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3136e413"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a aria-label=\"Lien de navigation\" rel=\"noopener\" href=\"https://www.pontacelles.be/wp-content/uploads/2026/05/MAG-MAI-2026-21-04-1-1.pdf\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6983c20ea7a4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3fa05c24"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a aria-label=\"Lien de navigation\" rel=\"noopener\" href=\"https://www.deliberations.be/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4aa0f4471e95",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-abde8232"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a aria-label=\"Lien de navigation\" href=\"https://www.pontacelles.be/actualites/un-probleme-signalez-le/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "61fb0d0c0318",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d54df3b8"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_contentinfo_misuse",
            "xpath": null,
            "html": "<footer class=\"qodef-page-footer footer_border_columns\">",
            "message": "Element with \"contentinfo\" role is present without an element with \"main\" role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "51c84cf9d76e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5b6671f2"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"textwidget\">",
            "message": "Confirm this text 'lundi : 8h30-11h45 / 13h30-16h' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "389f00fef04e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9eab77cf"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'lundi : 8h30-11h45 / 13h30-16h lundi : 8h30-11h45 / 13h30-16h' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e658f719fb6b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f2bf52aa"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text 'mardi : 8h30-11h45 / fermé' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11e41a570fd8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-94d3c6bd"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text 'mercredi : 8h30-11h45 / 13h30-16h' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text 'jeudi : 8h30-11h45 / fermé' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text 'samedi : 9h-12h (Population & Permis de conduire)' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text '071 84 90 50 071 84 90 50' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'accueil@pontacelles.be accueil@pontacelles.be' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Place communale n° 22 Place communale n° 22' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<br>",
            "message": "Confirm this text '6230 Pont-à-Celles' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a rel=\"noopener\" target=\"_blank\" href=\"https://www.facebook.com/pontacelles.be/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb1eed0d848b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bf292f0f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.pontacelles.be/declaration-d-accessibilite/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6f278f79d6b5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6db46d69"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Commune de Pont-à-Celles' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a aria-label=\"Lien de navigation\" rel=\"noopener\" href=\"http://be-alert.be/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "16fab0b077a5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-39f3fcd9"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<iframe tabindex=\"-1\" aria-hidden=\"true\" src=\"https://www.google.com/recaptcha/api2/anchor?ar=1&k=6Lf7W5wUAAAAAIpJPxhEn-W4cjaoKs6uDkUyNzLk&co=aHR0cHM6Ly93d3cucG9udGFjZWxsZXMuYmU6NDQz&hl=en&v=dNfi_jsbkQb4Hbw7F1b82Uia&size=invisible&anchor-ms=20000&execute-ms=30000&cb=nlfgrz1e621a\" sandbox=\"allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation\" scrolling=\"no\" frameborder=\"0\" name=\"a-7q86y68bnn5l\" role=\"presentation\" height=\"60\" width=\"256\" title=\"reCAPTCHA\">",
            "message": "The HTML attribute(s) \"frameborder, scrolling\" is deprecated for the <iframe> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1dd83440c9cd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a277d9d8"
          },
          {
            "rule": "frame_src_valid",
            "xpath": null,
            "html": "<iframe tabindex=\"-1\" aria-hidden=\"true\" src=\"https://www.google.com/recaptcha/api2/anchor?ar=1&k=6Lf7W5wUAAAAAIpJPxhEn-W4cjaoKs6uDkUyNzLk&co=aHR0cHM6Ly93d3cucG9udGFjZWxsZXMuYmU6NDQz&hl=en&v=dNfi_jsbkQb4Hbw7F1b82Uia&size=invisible&anchor-ms=20000&execute-ms=30000&cb=nlfgrz1e621a\" sandbox=\"allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation\" scrolling=\"no\" frameborder=\"0\" name=\"a-7q86y68bnn5l\" role=\"presentation\" height=\"60\" width=\"256\" title=\"reCAPTCHA\">",
            "message": "Verify <frame> content is accessible",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "74b4b906fdff",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6b606961"
          }
        ],
        "outcomeCount": 2777,
        "uniqueFailedCount": 61,
        "duplicateFailedCount": 28,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 28
    },
    {
      "submittedUrl": "https://www.quaregnon.be/",
      "finalUrl": "https://www.quaregnon.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Commune de Quaregnon",
      "elapsedMs": 9706,
      "error": null,
      "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": 561,
          "failed": 30,
          "cantTell": 14,
          "inapplicable": 51
        },
        "failedRules": [
          "color-contrast",
          "label-title-only",
          "landmark-one-main",
          "meta-viewport",
          "page-has-heading-one",
          "region"
        ],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-conditional-attr",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "autocomplete-valid",
          "avoid-inline-spacing",
          "bypass",
          "color-contrast",
          "document-title",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "label",
          "landmark-contentinfo-is-top-level",
          "landmark-no-duplicate-contentinfo",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport-large",
          "nested-interactive",
          "presentation-role-conflict",
          "region"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#personaltools-login",
            "html": "<a href=\"https://www.quaregnon.be/login\" id=\"personaltools-login\" rel=\"#pb_1\" class=\"link-overlay\" style=\"cursor: pointer;\">Se connecter</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.7 (foreground color: #2d9668, background color: #ffffff, font size: 10.2pt (13.6px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#top-actions"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a2ba500b1d1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-70c0eddf"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#livesearch1 > .LSBox > .searchField[accesskey=\"4\"][name=\"SearchableText\"]",
            "html": "<input accesskey=\"4\" class=\"searchField\" id=\"searchGadget\" name=\"SearchableText\" placeholder=\"Recherche\" size=\"18\" title=\"Recherche\" type=\"text\" autocomplete=\"off\">",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.94 (foreground color: #808080, background color: #ffffff, font size: 12.5pt (16.64px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#livesearch1 > .LSBox > .searchField[accesskey=\"4\"][name=\"SearchableText\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b0720497345",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fd8cb387"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".bloc-1 > .voir-tout-content > .voir-tout",
            "html": "<a class=\"voir-tout\" href=\"https://www.quaregnon.be/actualites/index\">\n                       Voir l'ensemble des actualités\n                      </a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.7 (foreground color: #2d9668, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "68529c9edb1e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1ca0f832"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".bloc-2 > .voir-tout-content > .voir-tout",
            "html": "<a class=\"voir-tout\" href=\"https://www.quaregnon.be/campagnes/campagnes\">\n                       Voir l'ensemble des campagnes\n                      </a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.7 (foreground color: #2d9668, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".bloc-2"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb1144a7d7f3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-319672a3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".mail-link",
            "html": "<a class=\"mail-link\" href=\"mailto:commune@quaregnon.be\">commune@quaregnon.be</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.7 (foreground color: #2d9668, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer-wrapper > .row"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "45d9f434265e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0223c003"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p > .icon-facebook-1",
            "html": "<a class=\"icon-facebook-1\" href=\"https://www.facebook.com/AdminQuaregnon/\">Facebook</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.7 (foreground color: #2d9668, background color: #ffffff, font size: 16.8pt (22.4px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer-wrapper > .row"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "07e7ab0c8354",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f84aaa33"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p > span:nth-child(1) > a",
            "html": "<a href=\"https://www.quaregnon.be/accessibility-info\">Déclaration sur l'accessibilité</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.7 (foreground color: #2d9668, background color: #ffffff, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c3b2806c77d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-752db992"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".consent-link",
            "html": "<a class=\"consent-link link-overlay\" href=\"https://www.quaregnon.be/@@consent\" rel=\"#pb_2\" style=\"cursor: pointer;\">Gestion des cookies</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.7 (foreground color: #2d9668, background color: #ffffff, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b66c789edfe",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-957c6ee8"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"www.imio.be\"]",
            "html": "<a href=\"http://www.imio.be\" target=\"_blank\">IMIO</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.7 (foreground color: #2d9668, background color: #ffffff, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "65bde22bce06",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-639d7068"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[target=\"_blank\"]:nth-child(5)",
            "html": "<a href=\"http://fr.wikipedia.org/wiki/Free_Software_Foundation\" target=\"_blank\">licence libre</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.7 (foreground color: #2d9668, background color: #ffffff, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a1970b42ffec",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e0d65331"
          },
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#livesearch1 > .LSBox > .searchField[accesskey=\"4\"][name=\"SearchableText\"]",
            "html": "<input accesskey=\"4\" class=\"searchField\" id=\"searchGadget\" name=\"SearchableText\" placeholder=\"Recherche\" size=\"18\" title=\"Recherche\" type=\"text\" autocomplete=\"off\">",
            "message": "Form elements should have a visible label",
            "fixSummary": "Fix all of the following:\n  Only title used to generate label for form element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "17a8a86245e0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f0ce2a0d"
          },
          {
            "rule": "landmark-one-main",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "html",
            "html": "<html lang=\"fr\" xml:lang=\"fr\" xmlns=\"http://www.w3.org/19...\" class=\"js flexbox canvas ca...\">",
            "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": "05053bdf7240",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b00be0"
          },
          {
            "rule": "meta-viewport",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport?application=playwright",
            "impact": "moderate",
            "wcagSc": [
              "wcag2aa",
              "wcag144"
            ],
            "xpath": "meta[name=\"viewport\"]",
            "html": "<meta content=\"width=device-width, minimum-scale=1.0, maximum-scale=1.0\" name=\"viewport\">",
            "message": "Zooming and scaling must not be disabled",
            "fixSummary": "Fix any of the following:\n  maximum-scale on <meta> tag disables zooming on mobile devices",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0ea6cd45de91",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-98527d57"
          },
          {
            "rule": "page-has-heading-one",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "html",
            "html": "<html lang=\"fr\" xml:lang=\"fr\" xmlns=\"http://www.w3.org/19...\" class=\"js flexbox canvas ca...\">",
            "message": "Page should contain a level-one heading",
            "fixSummary": "Fix all of the following:\n  Page must have a level-one heading",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d450450683d0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ee8d7590"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#gdpr-consent-banner > span",
            "html": "<span>Ce site utilise des cookies pour vous fournir une expérience optimale (lecture de vidéos, affichage de plans et de contenus issus des réseaux sociaux notamment).</span>",
            "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": "b897cc251153",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-10afa511"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "a[rel=\"#pb_3\"]",
            "html": "<a href=\"https://www.quaregnon.be/@@consent\" rel=\"#pb_3\" class=\"link-overlay\" style=\"cursor: pointer;\">En savoir plus et personnaliser</a>",
            "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": "6315190f5fd8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f3bb921c"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#top-actions",
            "html": "<div id=\"top-actions\">",
            "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": "63cfc705898c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-611321ac"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#top-logo",
            "html": "<div id=\"top-logo\">",
            "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": "9407ad739c79",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ab469cd8"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".hiddenStructure:nth-child(3)",
            "html": "<p class=\"hiddenStructure\">\n<a accesskey=\"2\" href=\"https://www.quaregnon.be/#content\">Aller au contenu.</a> |\n\n  <a accesskey=\"6\" href=\"https://www.quaregnon.be/#portal-globalnav\">Aller à la navigation</a>\n</p>",
            "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": "5faecc77fb0e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8b4cab70"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".hiddenStructure:nth-child(4)",
            "html": "<p class=\"hiddenStructure\">Navigation</p>",
            "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": "ebc408f4cfad",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-70bfdf1d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "h5",
            "html": "<h5 class=\"hiddenStructure\">Navigation</h5>",
            "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": "bfa85bccd2ef",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5a996fd3"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#livesearch1 > .LSBox > label[for=\"searchGadget\"]",
            "html": "<label class=\"hiddenStructure\" for=\"searchGadget\">Chercher par</label>",
            "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": "dece7b3f007d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fb7482fb"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#livesearch1 > .LSBox > .searchField[accesskey=\"4\"][name=\"SearchableText\"]",
            "html": "<input accesskey=\"4\" class=\"searchField\" id=\"searchGadget\" name=\"SearchableText\" placeholder=\"Recherche\" size=\"18\" title=\"Recherche\" type=\"text\" autocomplete=\"off\">",
            "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": "4d945952f747",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3248c09a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#top-search-inner > div > .hiddenStructure",
            "html": "<div class=\"hiddenStructure\" id=\"portal-advanced-search\">\n<a accesskey=\"5\" href=\"https://www.quaregnon.be/@@search\">Recherche avancée…</a>\n</div>",
            "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": "af672d4fb122",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b59e523d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-1 > .titre-rss > .titre",
            "html": "<a class=\"titre\" href=\"https://www.quaregnon.be/actualites/index\">\n<h2>Actualités</h2>\n</a>",
            "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": "529d3a00ca55",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bc6e6ec9"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-1 > .results.parsable-content",
            "html": "<div class=\"results parsable-content\">",
            "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": "2231e87b9dce",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9b7099c9"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-1 > .voir-tout-content",
            "html": "<div class=\"voir-tout-content\">\n<a class=\"voir-tout\" href=\"https://www.quaregnon.be/actualites/index\">\n                       Voir l'ensemble des actualités\n                      </a>\n</div>",
            "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": "032ebfb72dbd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7e3bf419"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-2 > .titre-rss > .titre",
            "html": "<a class=\"titre\" href=\"https://www.quaregnon.be/campagnes/campagnes\">\n<h2>Campagnes</h2>\n</a>",
            "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": "f98b38868513",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bd2f0163"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-2 > .results.parsable-content",
            "html": "<div class=\"results parsable-content\">",
            "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": "96d30103f1b1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-88ff3f6a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-2 > .voir-tout-content",
            "html": "<div class=\"voir-tout-content\">\n<a class=\"voir-tout\" href=\"https://www.quaregnon.be/campagnes/campagnes\">\n                       Voir l'ensemble des campagnes\n                      </a>\n</div>",
            "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": "464306130919",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ec934e18"
          }
        ],
        "outcomeCount": 656,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 30
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1778,
          "failed": 75,
          "cantTell": 16,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_attribute_valid",
          "aria_attribute_value_valid",
          "aria_content_in_landmark",
          "aria_contentinfo_misuse",
          "aria_form_label_unique",
          "aria_landmark_name_unique",
          "element_attribute_deprecated",
          "element_id_unique",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "input_label_visible",
          "label_ref_valid",
          "style_color_misuse",
          "style_highcontrast_visible",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9e0604b5c230",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9ad5fff9"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style>",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6cbf9a335988",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b81717"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c09dff4c5098",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form method=\"POST\" data-json-url=\"https://www.quaregnon.be/@@consent-json\" action=\"https://www.quaregnon.be/@@accept_or_refuse_all\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e8eabb4a8163",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b1c10d6d"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<form method=\"POST\" data-json-url=\"https://www.quaregnon.be/@@consent-json\" action=\"https://www.quaregnon.be/@@accept_or_refuse_all\">",
            "message": "Multiple elements with \"form\" landmarks within the same parent region are not distinguished from one another because they have the same \"\" label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aab1031f9f2e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-338b6e3e"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2fdd648d2b31",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-62a9622d"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b9f2583cd779",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1b601da8"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a style=\"cursor: pointer;\" class=\"link-overlay\" rel=\"#pb_3\" href=\"https://www.quaregnon.be/@@consent\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e336c465cb8f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-478cf09a"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "865ad9928a8a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ddecc5e3"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9fa02aa57f5e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c8dbfadd"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p class=\"hiddenStructure\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f831d1e0d36c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4681057b"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a style=\"cursor: pointer;\" class=\"link-overlay\" rel=\"#pb_1\" id=\"personaltools-login\" href=\"https://www.quaregnon.be/login\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4bbcf7cff577",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3a602603"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a style=\"cursor: pointer;\" class=\"link-overlay\" rel=\"#pb_1\" id=\"personaltools-login\" href=\"https://www.quaregnon.be/login\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2580e77b8ab1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-10267bc3"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a style=\"cursor: pointer;\" class=\"link-overlay\" rel=\"#pb_1\" id=\"personaltools-login\" href=\"https://www.quaregnon.be/login\">",
            "message": "Text contrast of 3.70 with its background is less than the WCAG AA minimum requirements for text of size 13.6px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a3ee76f1a93",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1589d37b"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a title=\"Commune de Quaregnon\" id=\"portal-logo\" href=\"https://www.quaregnon.be\" accesskey=\"1\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "725c8172a9a6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1ac91d3d"
          },
          {
            "rule": "aria_attribute_value_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-ma-commune\" class=\"theme1 plain\">",
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c9d4f09e36c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-79088b70"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-ma-commune\" class=\"theme1 plain\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f438f34eacd6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-602ea610"
          },
          {
            "rule": "aria_attribute_value_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-loisirs\" class=\"theme2 plain\">",
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6f4292b19b58",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-298c5956"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-loisirs\" class=\"theme2 plain\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "644121ea62af",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-677a26dd"
          },
          {
            "rule": "aria_attribute_value_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-economie\" class=\"theme3 plain\">",
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6bc78b39f7f6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c2da2793"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-economie\" class=\"theme3 plain\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e44373433275",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6e65f609"
          },
          {
            "rule": "aria_attribute_value_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-je-suis\" class=\"theme4 plain\">",
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "301731ef2a28",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-120eee08"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-je-suis\" class=\"theme4 plain\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1e61b3ae9d7a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dbf093cc"
          },
          {
            "rule": "aria_attribute_value_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-je-trouve\" class=\"theme5 plain\">",
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "337b1b9e95ae",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-137e8fd5"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-je-trouve\" class=\"theme5 plain\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1560386755e5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-68c6dd56"
          },
          {
            "rule": "aria_attribute_value_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-e-guichet\" class=\"theme6 plain\">",
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "38a395b41409",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a3d05969"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-e-guichet\" class=\"theme6 plain\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c9793fcc8cba",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3b3f09c7"
          },
          {
            "rule": "aria_attribute_value_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-jobs\" class=\"theme7 plain\">",
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "517991f76c32",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e11fbd4b"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-jobs\" class=\"theme7 plain\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e11e1acb9630",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2902fe84"
          },
          {
            "rule": "aria_attribute_value_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-samyn\" class=\"theme8 plain\">",
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "08908803648b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d2cfbd4c"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-samyn\" class=\"theme8 plain\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dbd78317365d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-103a91c4"
          },
          {
            "rule": "aria_attribute_value_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-elections-2024\" class=\"theme9 plain\">",
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a6824c2861fe",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-01b40427"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-elections-2024\" class=\"theme9 plain\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "395b74ece30e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dd473943"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p class=\"hiddenStructure\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.quaregnon.be/#content\" accesskey=\"2\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6939ae4d9309",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2e40ecb0"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div id=\"portal-searchbox\">",
            "message": "The <div> element has the id \"portal-searchbox\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04de8fd493e1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-faa262fa"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form id=\"livesearch1\" action=\"https://www.quaregnon.be/@@search\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "296117690ca5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a8418a41"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<form id=\"livesearch1\" action=\"https://www.quaregnon.be/@@search\">",
            "message": "Multiple elements with \"form\" landmarks within the same parent region are not distinguished from one another because they have the same \"\" label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b839a138c3f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-215eaecf"
          },
          {
            "rule": "label_ref_valid",
            "xpath": null,
            "html": "<label for=\"searchGadget\" class=\"hiddenStructure\">",
            "message": "The value \"searchGadget\" of the 'for' attribute is not the 'id' of a valid element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c04f4935bbe",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e44dbe7a"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<input autocomplete=\"off\" type=\"text\" title=\"Recherche\" size=\"18\" placeholder=\"Recherche\" name=\"SearchableText\" id=\"searchGadget\" class=\"searchField\" accesskey=\"4\">",
            "message": "The <input> element has the id \"searchGadget\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "743b0ba9ccd0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5acae7b1"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Rechercher\" type=\"submit\" class=\"searchButton\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9cadd0a18978",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c08934de"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div id=\"LSResult\" class=\"LSResult\">",
            "message": "The <div> element has the id \"LSResult\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3c29136c3829",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-168f61dc"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div id=\"LSShadow\" class=\"LSShadow\">",
            "message": "The <div> element has the id \"LSShadow\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ac97766f3e7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2f80f5aa"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div id=\"portal-advanced-search\" class=\"hiddenStructure\">",
            "message": "The <div> element has the id \"portal-advanced-search\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d0fa0c1b46f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-41b658ce"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.quaregnon.be/@@search\" accesskey=\"5\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2051ca0d5aca",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-947dc027"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.quaregnon.be/@@search\" accesskey=\"5\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ae62f3f6674",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-55e1a3ed"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.quaregnon.be/actualites/index\" class=\"titre\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fdf6fdeece2b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6babf4c1"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\" standard-results\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e33f73c486f6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4a9e0863"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d68f8cd54814",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2989ad96"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.quaregnon.be/actualites/index\" class=\"voir-tout\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f65effd9ba8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a6894ad8"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.quaregnon.be/campagnes/campagnes\" class=\"titre\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d4ac07e775d7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c986506d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\" standard-results\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.quaregnon.be/campagnes/campagnes\" class=\"voir-tout\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "03ee639f4b0e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0c838206"
          },
          {
            "rule": "aria_contentinfo_misuse",
            "xpath": null,
            "html": "<footer id=\"portal-footer-wrapper\">",
            "message": "Element with \"contentinfo\" role is present without an element with \"main\" role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "091c326c3df9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6a24b034"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"mailto:commune@quaregnon.be\" class=\"mail-link\">",
            "message": "Text contrast of 3.70 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a0665e72c11a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6de94b8c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.facebook.com/AdminQuaregnon/\" class=\"icon-facebook-1\">",
            "message": "Text contrast of 3.70 with its background is less than the WCAG AA minimum requirements for text of size 22.4px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fac4c0e37d57",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-483ac1c5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.quaregnon.be/accessibility-info\">",
            "message": "Text contrast of 3.70 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "144ee0fce1a9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a122db5c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a style=\"cursor: pointer;\" rel=\"#pb_2\" href=\"https://www.quaregnon.be/@@consent\" class=\"consent-link link-overlay\">",
            "message": "Text contrast of 3.70 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "778520136a3c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ecfc7ee5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://www.imio.be\">",
            "message": "Text contrast of 3.70 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "28e24e2b907a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e67d4f04"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://fr.wikipedia.org/wiki/Free_Software_Foundation\">",
            "message": "Text contrast of 3.70 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "06672b9e49a8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-aaf89671"
          }
        ],
        "outcomeCount": 1856,
        "uniqueFailedCount": 58,
        "duplicateFailedCount": 17,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 17
    },
    {
      "submittedUrl": "https://www.quevy.be/",
      "finalUrl": "https://www.quevy.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Home page — Commune de Quévy",
      "elapsedMs": 11147,
      "error": null,
      "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": 1191,
          "failed": 6,
          "cantTell": 36,
          "inapplicable": 43
        },
        "failedRules": [
          "aria-allowed-role",
          "aria-required-children",
          "heading-order",
          "region"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-command-name",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "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",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Ma commune\"]",
            "html": "<label aria-label=\"Ma commune\" for=\"navitem-ma-commune\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb75d8452ad5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fb93ab52"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Vivre à Quévy\"]",
            "html": "<label aria-label=\"Vivre à Quévy\" for=\"navitem-vivre-a-quevy\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b705d5ccc20",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d33ae86e"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"En un clic\"]",
            "html": "<label aria-label=\"En un clic\" for=\"navitem-en-un-clic\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b913fa97e38a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1cd97163"
          },
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#portal-globalnav",
            "html": "<ul class=\"navbar-nav\" id=\"portal-globalnav\" role=\"menubar\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: [role=button]",
            "relatedPaths": [
              "label[aria-label=\"Ma commune\"]",
              "label[aria-label=\"Vivre à Quévy\"]",
              "label[aria-label=\"En un clic\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc155ec8f725",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8565635e"
          },
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "div[aria-label=\"1 / 3\"] > .swiper_link[target=\"\"] > .swiper_title > h3",
            "html": "<h3>Déménagement temporaire de l'Administration communale</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": "6944069b3f76",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b8ce72d2"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#portal-colophon",
            "html": "<div id=\"portal-colophon\">",
            "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": "251aec316ef2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-edf401d2"
          }
        ],
        "outcomeCount": 1276,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 6
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2564,
          "failed": 39,
          "cantTell": 26,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_complementary_labelled",
          "aria_content_in_landmark",
          "aria_id_unique",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "svg_graphics_labelled",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style>",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b37b78a83d28",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b81717"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0396a9e195d6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9ad5fff9"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"https://www.quevy.be/++webresource++d5804eac-48ee-5c69-8389-75ac65829cb3/++plone++facetednavigation/faceted-jquery.min.css\" data-bundle=\"faceted.jquery\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "32a4b95926e5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2cbbee9b"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"https://www.quevy.be/++webresource++cd26b9ac-b89a-5c08-9d17-37208a96e154//++theme++quevy/dist/css/theme.css\" data-bundle=\"diazo\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "61c7eb2b8679",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3abad617"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.quevy.be/#content\" class=\"show-on-focus\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "806f243edcf4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e3b96a41"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#portal-globalnav-collapse\" class=\"navbar-toggler\" aria-label=\"Activer/désactiver la navigation\" aria-expanded=\"false\" aria-controls=\"navbarNav\">",
            "message": "The 'id' \"navbarNav\" specified for the ARIA property 'aria-controls' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eee7980b3bc3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7be75485"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#portal-globalnav-collapse\" class=\"navbar-toggler\" aria-label=\"Activer/désactiver la navigation\" aria-expanded=\"false\" aria-controls=\"navbarNav\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d2976f208f99",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-55b9b791"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"#offcanvasSearch\" data-bs-toggle=\"offcanvas\" data-bs-target=\"#offcanvasSearch\" aria-controls=\"offcanvasSearch\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5e94de7f9761",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a652846"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div style=\"\" id=\"1744724211340\" class=\"portalMessage info\">",
            "message": "Confirm this text 'Information' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c5b978925808",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-aa905914"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.quevy.be/ma-commune/vos-services-administratifs/demenagement-temporaire\">",
            "message": "The foreground text and its background color are both detected as #121212. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "32320758ab37",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c79c68be"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside id=\"global_statusmessage\" class=\"col-12\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf6d6e37fd58",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d6a7e678"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" viewBox=\"0 0 20 24\" height=\"24\" fill=\"#000\" class=\"plone-icon plone-icon\" aria-labelledby=\"title\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b882c128113",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-159fd873"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" viewBox=\"0 0 20 24\" height=\"24\" fill=\"#000\" class=\"plone-icon plone-icon\" aria-labelledby=\"title\">",
            "message": "The 'id' \"title\" specified for the ARIA property 'aria-labelledby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3fa5bb12eb1d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c6d6602f"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Annuaire' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c6988ab1b23f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-abe54ce3"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e3170c120b0c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a4dedb7"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Avis & Enquêtes' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 28 34.12\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a1d86dd2cfd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e3dfa86a"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Info travaux' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48.01 35.28\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a41448025dd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-99505c7e"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'e-guichet' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 14.62 15.7\" data-name=\"Calque 12\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1528568d342d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a0b3ee13"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Portail parent' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 23.5 19.23\" fill=\"#000\" class=\"plone-icon\" aria-labelledby=\"title\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a0a1e879c3f5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8fb3f986"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 23.5 19.23\" fill=\"#000\" class=\"plone-icon\" aria-labelledby=\"title\">",
            "message": "The 'id' \"title\" specified for the ARIA property 'aria-labelledby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "646b506106c0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-76e1b79e"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Deliberation.be' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Convivialité et dynamisme sont au programme !' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1304b3e5c3e9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f2bf52aa"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.quevy.be/actualites\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cfb432d4f379",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fcd888c9"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.quevy.be/agenda\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d1a94e8ef893",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3d318b2b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.quevy.be/#content-header\" class=\"show-on-focus skip-before-footer\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b165d1d92113",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ef37b75c"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c704a349ba84",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.quevy.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ceddb9cc3561",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4c4afbae"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.quevy.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a70cc0dac81",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-631d9a7f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.quevy.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "179b5e250dcd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-74ca1521"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.quevy.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7f6f916558b8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-86508838"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.quevy.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "324872153852",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-73142613"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.quevy.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a02dbd6a515",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-47380311"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.quevy.be/annuaire/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "992a999371a1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5322cffb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.quevy.be/annuaire/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fea90eff05f4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-aac87202"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "74cb16c70352",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6e7f9087"
          }
        ],
        "outcomeCount": 2629,
        "uniqueFailedCount": 34,
        "duplicateFailedCount": 5,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 5
    },
    {
      "submittedUrl": "https://www.quievrain.be/",
      "finalUrl": "https://www.quievrain.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Commune de Quiévrain",
      "elapsedMs": 9477,
      "error": null,
      "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": 326,
          "failed": 21,
          "cantTell": 23,
          "inapplicable": 50
        },
        "failedRules": [
          "label-title-only",
          "landmark-one-main",
          "meta-viewport",
          "page-has-heading-one",
          "region"
        ],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-conditional-attr",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "autocomplete-valid",
          "avoid-inline-spacing",
          "bypass",
          "color-contrast",
          "definition-list",
          "dlitem",
          "document-title",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "label",
          "landmark-contentinfo-is-top-level",
          "landmark-no-duplicate-contentinfo",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport-large",
          "nested-interactive",
          "presentation-role-conflict",
          "region"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#livesearch1 > .LSBox > .searchField[accesskey=\"4\"][name=\"SearchableText\"]",
            "html": "<input accesskey=\"4\" class=\"searchField\" id=\"searchGadget\" name=\"SearchableText\" placeholder=\"Recherche\" size=\"18\" title=\"Recherche\" type=\"text\" autocomplete=\"off\">",
            "message": "Form elements should have a visible label",
            "fixSummary": "Fix all of the following:\n  Only title used to generate label for form element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "66c0d492a0bb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f0ce2a0d"
          },
          {
            "rule": "landmark-one-main",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "html",
            "html": "<html lang=\"fr\" xml:lang=\"fr\" xmlns=\"http://www.w3.org/19...\" class=\"js flexbox canvas ca...\">",
            "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": "1130c126793f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b00be0"
          },
          {
            "rule": "meta-viewport",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport?application=playwright",
            "impact": "moderate",
            "wcagSc": [
              "wcag2aa",
              "wcag144"
            ],
            "xpath": "meta[name=\"viewport\"]",
            "html": "<meta content=\"width=device-width, minimum-scale=1.0, maximum-scale=1.0\" name=\"viewport\">",
            "message": "Zooming and scaling must not be disabled",
            "fixSummary": "Fix any of the following:\n  maximum-scale on <meta> tag disables zooming on mobile devices",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e9764334b633",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-98527d57"
          },
          {
            "rule": "page-has-heading-one",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "html",
            "html": "<html lang=\"fr\" xml:lang=\"fr\" xmlns=\"http://www.w3.org/19...\" class=\"js flexbox canvas ca...\">",
            "message": "Page should contain a level-one heading",
            "fixSummary": "Fix all of the following:\n  Page must have a level-one heading",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e0b049c2918d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ee8d7590"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#gdpr-consent-banner > span",
            "html": "<span>Ce site utilise des cookies pour vous fournir une expérience optimale (lecture de vidéos, affichage de plans et de contenus issus des réseaux sociaux notamment).</span>",
            "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": "b7ead408fe5d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-10afa511"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "a[rel=\"#pb_3\"]",
            "html": "<a href=\"https://www.quievrain.be/@@consent\" rel=\"#pb_3\" class=\"link-overlay\" style=\"cursor: pointer;\">En savoir plus et personnaliser</a>",
            "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": "91ef9cf07f46",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f3bb921c"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".actionMenuHeader",
            "html": "<dt class=\"actionMenuHeader\">\n<a href=\"https://www.quievrain.be/evenements\" title=\"\">Événements</a>\n</dt>",
            "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": "ec1fae3b2fa9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cdc4f505"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#portal-personaltools-wrapper",
            "html": "<div id=\"portal-personaltools-wrapper\">",
            "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": "26a3a63ebcd6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0621ffd4"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#portal-siteactions",
            "html": "<ul id=\"portal-siteactions\">",
            "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": "4eb3711b62fc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5d90ae7c"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#top-logo",
            "html": "<div id=\"top-logo\">",
            "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": "54475f30d146",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ab469cd8"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "p:nth-child(3)",
            "html": "<p class=\"hiddenStructure\">\n<a accesskey=\"2\" href=\"https://www.quievrain.be/#content\">Aller au contenu.</a> |\n\n  <a accesskey=\"6\" href=\"https://www.quievrain.be/#portal-globalnav\">Aller à la navigation</a>\n</p>",
            "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": "68e822842aff",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c8736aaf"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "p:nth-child(4)",
            "html": "<p class=\"hiddenStructure\">Navigation</p>",
            "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": "dc600bae7a03",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f8be9305"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "h5",
            "html": "<h5 class=\"hiddenStructure\">Navigation</h5>",
            "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": "485d082a617b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5a996fd3"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#livesearch1 > .LSBox > label[for=\"searchGadget\"]",
            "html": "<label class=\"hiddenStructure\" for=\"searchGadget\">Chercher par</label>",
            "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": "9eb17e354466",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fb7482fb"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#livesearch1 > .LSBox > .searchField[accesskey=\"4\"][name=\"SearchableText\"]",
            "html": "<input accesskey=\"4\" class=\"searchField\" id=\"searchGadget\" name=\"SearchableText\" placeholder=\"Recherche\" size=\"18\" title=\"Recherche\" type=\"text\" autocomplete=\"off\">",
            "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": "7dae939ab3d8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3248c09a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#portal-searchbox > .hiddenStructure",
            "html": "<div class=\"hiddenStructure\" id=\"portal-advanced-search\">\n<a accesskey=\"5\" href=\"https://www.quievrain.be/@@search\">Recherche avancée…</a>\n</div>",
            "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": "e422c168e98b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-44e040a8"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-1 > .titre-rss > .titre",
            "html": "<a class=\"titre\" href=\"https://www.quievrain.be/actualites/actualites\">\n<h2>Actualités</h2>\n</a>",
            "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": "abd51b24c6fc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bc6e6ec9"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".results",
            "html": "<div class=\"results parsable-content\">",
            "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": "8836e95ea91a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-540d0002"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-1 > .voir-tout-content",
            "html": "<div class=\"voir-tout-content\">\n<a class=\"voir-tout\" href=\"https://www.quievrain.be/actualites/actualites\">\n                       Voir l'ensemble des actualités\n                      </a>\n</div>",
            "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": "ce7018cd9065",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7e3bf419"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-2 > .titre-rss > .titre",
            "html": "<a class=\"titre\" href=\"https://www.quievrain.be/evenements/evenements\">\n<h2>Événements</h2>\n</a>",
            "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": "5064454b288e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bd2f0163"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-2 > .voir-tout-content",
            "html": "<div class=\"voir-tout-content\">\n<a class=\"voir-tout\" href=\"https://www.quievrain.be/evenements/evenements\">\n                       Voir l'ensemble des Événements\n                      </a>\n</div>",
            "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": "78ab3dd4ffb9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ec934e18"
          }
        ],
        "outcomeCount": 420,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 21
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1107,
          "failed": 40,
          "cantTell": 19,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_content_in_landmark",
          "aria_contentinfo_misuse",
          "aria_form_label_unique",
          "aria_landmark_name_unique",
          "element_attribute_deprecated",
          "element_id_unique",
          "element_tabbable_unobscured",
          "heading_markup_misuse",
          "input_label_visible",
          "label_ref_valid",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b33dd8b9bfa",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9ad5fff9"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style>",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0486c1267bc3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b81717"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1266d0c46eb9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form method=\"POST\" data-json-url=\"https://www.quievrain.be/@@consent-json\" action=\"https://www.quievrain.be/@@accept_or_refuse_all\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6905699f04d6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-81b939a7"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<form method=\"POST\" data-json-url=\"https://www.quievrain.be/@@consent-json\" action=\"https://www.quievrain.be/@@accept_or_refuse_all\">",
            "message": "Multiple elements with \"form\" landmarks within the same parent region are not distinguished from one another because they have the same \"\" label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "32cf5b59b6c1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-530d7642"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ad1482c0968",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-62a9622d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ed41e2fc383",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ced9415b"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1790f5d356ad",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1b601da8"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a style=\"cursor: pointer;\" class=\"link-overlay\" rel=\"#pb_3\" href=\"https://www.quievrain.be/@@consent\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "03c201bf7387",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-56ebb1db"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cbc316ebabed",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ddecc5e3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2903397d1663",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fdf321ae"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9333a32e2164",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c8dbfadd"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<dl id=\"top-menu-evenements\" class=\"actionMenu deactivated\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "faff084b6c41",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-31b8b735"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"\" href=\"https://www.quievrain.be/evenements\">",
            "message": "Text contrast of 3.95 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ff4cb6dc204",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9d330c98"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul id=\"portal-siteactions\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b6be82f0e79a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8b43a333"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Plan du site\" href=\"https://www.quievrain.be/sitemap\" accesskey=\"3\">",
            "message": "Text contrast of 3.95 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "762e8868df7e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a551c7fc"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Accessibilité\" href=\"https://www.quievrain.be/accessibility-info\" accesskey=\"0\">",
            "message": "Text contrast of 3.95 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6a6ceb407f6d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7dac64d7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"Contact\" href=\"https://www.quievrain.be/contact-info\" accesskey=\"9\">",
            "message": "Text contrast of 3.95 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6a187b9369ff",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-55d04f66"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a title=\"Commune de Quiévrain\" id=\"portal-logo-link\" href=\"https://www.quievrain.be\" accesskey=\"1\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c891ee50904",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-20ec76f4"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a id=\"search-btn\" href=\"#\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b86e133a4446",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4dede3db"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form id=\"livesearch1\" action=\"https://www.quievrain.be/@@search\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f02264fe8eb7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-65520b1d"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<form id=\"livesearch1\" action=\"https://www.quievrain.be/@@search\">",
            "message": "Multiple elements with \"form\" landmarks within the same parent region are not distinguished from one another because they have the same \"\" label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4f9aa671d57e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c8d64b74"
          },
          {
            "rule": "label_ref_valid",
            "xpath": null,
            "html": "<label for=\"searchGadget\" class=\"hiddenStructure\">",
            "message": "The value \"searchGadget\" of the 'for' attribute is not the 'id' of a valid element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa9f429ee176",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e44dbe7a"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<input autocomplete=\"off\" type=\"text\" title=\"Recherche\" size=\"18\" placeholder=\"Recherche\" name=\"SearchableText\" id=\"searchGadget\" class=\"searchField\" accesskey=\"4\">",
            "message": "The <input> element has the id \"searchGadget\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "96da203ea1a9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5acae7b1"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Rechercher\" type=\"submit\" class=\"searchButton\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "883b2499a3e4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-48851ec3"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Rechercher\" type=\"submit\" class=\"searchButton\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a5885ee01c9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c08934de"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div id=\"LSResult\" class=\"LSResult\">",
            "message": "The <div> element has the id \"LSResult\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "13d8ea803da4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-168f61dc"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div id=\"LSShadow\" class=\"LSShadow\">",
            "message": "The <div> element has the id \"LSShadow\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7020c1b8487d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2f80f5aa"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div id=\"portal-advanced-search\" class=\"hiddenStructure\">",
            "message": "The <div> element has the id \"portal-advanced-search\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6338028bfb85",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-41b658ce"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.quievrain.be/@@search\" accesskey=\"5\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60e4bf9422d1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e334090f"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.quievrain.be/actualites/actualites\" class=\"titre\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "69e01828a266",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dde89159"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\" standard-results\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "529e670bdacb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4a9e0863"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h3>",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "72eed3628d99",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3a37faa2"
          },
          {
            "rule": "heading_markup_misuse",
            "xpath": null,
            "html": "<h3>",
            "message": "Verify that the heading element is a genuine heading",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.quievrain.be/actualites/actualites\" class=\"voir-tout\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "873c66925279",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2c082995"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.quievrain.be/actualites/actualites\" class=\"voir-tout\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3786d419daa6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a237c342"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.quievrain.be/evenements/evenements\" class=\"titre\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04d595359fda",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7fc3b815"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.quievrain.be/evenements/evenements\" class=\"voir-tout\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b414a77d9d6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a539f092"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.quievrain.be/evenements/evenements\" class=\"voir-tout\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "323919b2a39b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-467e441c"
          },
          {
            "rule": "aria_contentinfo_misuse",
            "xpath": null,
            "html": "<footer id=\"portal-footer-wrapper\">",
            "message": "Element with \"contentinfo\" role is present without an element with \"main\" role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71dbb3263c83",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6a24b034"
          }
        ],
        "outcomeCount": 1150,
        "uniqueFailedCount": 39,
        "duplicateFailedCount": 1,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (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://rumes-online.be/",
      "finalUrl": "https://rumes-online.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Accueil - rumes-online.be",
      "elapsedMs": 19166,
      "error": null,
      "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": 1340,
          "failed": 37,
          "cantTell": 28,
          "inapplicable": 36
        },
        "failedRules": [
          "definition-list",
          "landmark-unique",
          "link-in-text-block",
          "page-has-heading-one",
          "region",
          "skip-link",
          "tabindex"
        ],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-command-name",
          "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",
          "avoid-inline-spacing",
          "bypass",
          "color-contrast",
          "dlitem",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "frame-tested",
          "frame-title",
          "frame-title-unique",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-complementary-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "presentation-role-conflict",
          "region",
          "scrollable-region-focusable",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "definition-list",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/definition-list?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".mec-calendar-table-head",
            "html": "<dl class=\"mec-calendar-table-head\">",
            "message": "<dl> elements must only directly contain properly-ordered <dt> and <dd> groups, <script>, <template> or <div> elements",
            "fixSummary": "Fix all of the following:\n  When not empty, element does not have at least one <dt> element followed by at least one <dd> element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "16f24db497a3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-226e7af1"
          },
          {
            "rule": "definition-list",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/definition-list?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".mec-calendar-row:nth-child(2)",
            "html": "<dl class=\"mec-calendar-row\">",
            "message": "<dl> elements must only directly contain properly-ordered <dt> and <dd> groups, <script>, <template> or <div> elements",
            "fixSummary": "Fix all of the following:\n  When not empty, element does not have at least one <dt> element followed by at least one <dd> element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0938927234ad",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b570c5a2"
          },
          {
            "rule": "definition-list",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/definition-list?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".mec-calendar-row:nth-child(4)",
            "html": "<dl class=\"mec-calendar-row\">",
            "message": "<dl> elements must only directly contain properly-ordered <dt> and <dd> groups, <script>, <template> or <div> elements",
            "fixSummary": "Fix all of the following:\n  When not empty, element does not have at least one <dt> element followed by at least one <dd> element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d5685dac91e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6d8ca4c4"
          },
          {
            "rule": "definition-list",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/definition-list?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".mec-calendar-row:nth-child(6)",
            "html": "<dl class=\"mec-calendar-row\">",
            "message": "<dl> elements must only directly contain properly-ordered <dt> and <dd> groups, <script>, <template> or <div> elements",
            "fixSummary": "Fix all of the following:\n  When not empty, element does not have at least one <dt> element followed by at least one <dd> element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "560c2e2b85b6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-746d3505"
          },
          {
            "rule": "definition-list",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/definition-list?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".mec-calendar-row:nth-child(8)",
            "html": "<dl class=\"mec-calendar-row\">",
            "message": "<dl> elements must only directly contain properly-ordered <dt> and <dd> groups, <script>, <template> or <div> elements",
            "fixSummary": "Fix all of the following:\n  When not empty, element does not have at least one <dt> element followed by at least one <dd> element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a3a848e4392e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-eeab1c15"
          },
          {
            "rule": "definition-list",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/definition-list?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".mec-calendar-row:nth-child(10)",
            "html": "<dl class=\"mec-calendar-row\">",
            "message": "<dl> elements must only directly contain properly-ordered <dt> and <dd> groups, <script>, <template> or <div> elements",
            "fixSummary": "Fix all of the following:\n  When not empty, element does not have at least one <dt> element followed by at least one <dd> element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e020a9a77b81",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8922f1df"
          },
          {
            "rule": "definition-list",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/definition-list?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".mec-calendar-row:nth-child(12)",
            "html": "<dl class=\"mec-calendar-row\"><dt class=\"mec-table-nullday\">1</dt><dt class=\"mec-table-nullday\">2</dt><dt class=\"mec-table-nullday\">3</dt><dt class=\"mec-table-nullday\">4</dt><dt class=\"mec-table-nullday\">5</dt><dt class=\"mec-table-nullday\">6</dt><dt class=\"mec-table-nullday\">7</dt></dl>",
            "message": "<dl> elements must only directly contain properly-ordered <dt> and <dd> groups, <script>, <template> or <div> elements",
            "fixSummary": "Fix all of the following:\n  When not empty, element does not have at least one <dt> element followed by at least one <dd> element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "afb05ea8ceaf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b708ab9e"
          },
          {
            "rule": "landmark-unique",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-unique?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#pojo-a11y-toolbar",
            "html": "<nav id=\"pojo-a11y-toolbar\" class=\"pojo-a11y-toolbar-right pojo-a11y-hidden-phone\" role=\"navigation\">",
            "message": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
            "fixSummary": "Fix any of the following:\n  The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable",
            "relatedPaths": [
              ".inner-container > .main_menu[data-selectname=\"Sélectionner une page\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dda45df26fa8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-783e9ef4"
          },
          {
            "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=\"tel:+3269/64.81.65\"]",
            "html": "<a href=\"tel:+3269/64.81.65\" role=\"link\">069/64.81.65</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.28:1 with the surrounding text. (Minimum contrast is 3:1, link text: #8bba34, surrounding text: #ffffff)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "p:nth-child(4)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "301be9292cfa",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2aea691e"
          },
          {
            "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": ".textwidget > ul > li:nth-child(1) > a",
            "html": "<a href=\"https://rumes.e-guichet.be/public/login\" role=\"link\">E-guichet</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.28:1 with the surrounding text. (Minimum contrast is 3:1, link text: #8bba34, surrounding text: #ffffff)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#text-11 > .textwidget > ul > li:nth-child(1)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2acebdd097ee",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-528227e4"
          },
          {
            "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": ".textwidget > ul > li:nth-child(2) > a",
            "html": "<a href=\"https://rumes-online.be/plan-du-site/\" role=\"link\">Plan du site</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.28:1 with the surrounding text. (Minimum contrast is 3:1, link text: #8bba34, surrounding text: #ffffff)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#text-11 > .textwidget > ul > li:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e3110961d686",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-acdde5ab"
          },
          {
            "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": ".textwidget > ul > li:nth-child(3) > a",
            "html": "<a href=\"https://rumes-online.be/signaler-une-erreur/\" role=\"link\">Signaler une erreur</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.28:1 with the surrounding text. (Minimum contrast is 3:1, link text: #8bba34, surrounding text: #ffffff)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#text-11 > .textwidget > ul > li:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b6cf56af0fc4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9d5f1b08"
          },
          {
            "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": ".textwidget > ul > li:nth-child(4) > a",
            "html": "<a href=\"https://rumes-online.be/vivre-a-rumes/gestion-des-dechets/\" role=\"link\">Collecte de déchets</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.28:1 with the surrounding text. (Minimum contrast is 3:1, link text: #8bba34, surrounding text: #ffffff)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#text-11 > .textwidget > ul > li:nth-child(4)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "901e674ccca5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bf495d3a"
          },
          {
            "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": ".textwidget > ul > li:nth-child(5) > a",
            "html": "<a href=\"https://www.facebook.com/communederumes/\" role=\"link\">Facebook</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.28:1 with the surrounding text. (Minimum contrast is 3:1, link text: #8bba34, surrounding text: #ffffff)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".textwidget > ul > li:nth-child(5)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7cfc4da0cf80",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e121b1a1"
          },
          {
            "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",
            "html": "<a href=\"https://rumes-online.be/accueil/ma-commune-2/services/population/\" role=\"link\">population</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.28:1 with the surrounding text. (Minimum contrast is 3:1, link text: #8bba34, surrounding text: #ffffff)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#text-2 > .textwidget > p:nth-child(1)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a3118d5688a5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7e24dad6"
          },
          {
            "rule": "page-has-heading-one",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "html",
            "html": "<html lang=\"fr-FR\" class=\"html_stretched respo...\">",
            "message": "Page should contain a level-one heading",
            "fixSummary": "Fix all of the following:\n  Page must have a level-one heading",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed32ecfe0406",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ee8d7590"
          },
          {
            "rule": "page-has-heading-one",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "iframe",
            "html": "<html><head></head><body></body></html>",
            "message": "Page should contain a level-one heading",
            "fixSummary": "Fix all of the following:\n  Page must have a level-one heading",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "95a8f1c9dfe0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dadc1ce2"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#pojo-a11y-skip-content",
            "html": "<a id=\"pojo-a11y-skip-content\" class=\"pojo-skip-link pojo-skip-content\" tabindex=\"1\" accesskey=\"s\" href=\"#content\" role=\"link\">Aller au contenu principal</a>",
            "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": "6baf7f2f553f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d3ce42e8"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".stretch_full",
            "html": "<div class=\"stretch_full container_wrap alternate_color light_bg_color empty_title  title_container\">",
            "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": "f8dd72964b67",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-958a6b30"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#custom_html-2 > .custom-html-widget.textwidget > .widgettitle",
            "html": "<h3 class=\"widgettitle\">Contact</h3>",
            "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": "7ce0167ac965",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1fa154c7"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#text-3 > .textwidget > p:nth-child(3)",
            "html": "<p>Adresse : Place, 1 7618 Taintignies</p>",
            "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": "e8800de4b428",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-75233e01"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "p:nth-child(4)",
            "html": "<p>",
            "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": "735e67a705b4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f8be9305"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "p:nth-child(7)",
            "html": "<p>Fax : <a href=\"fax:+3269/64.70.43\" role=\"link\">069/64.70.43</a></p>",
            "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": "27fc4b8d1a68",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-54737517"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "p:nth-child(10)",
            "html": "<p>Website : <a href=\"https://www.rumes-online.be\" role=\"link\">www.rumes-online.be</a></p>",
            "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": "3790caac4b8a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-08bed9d4"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "p:nth-child(13)",
            "html": "<p>Email :&nbsp;<span id=\"cloak227302c25375f3e9a881d7cd2f4b8e1b\"><a href=\"mailto:secretariat@communederumes.be\" role=\"link\">secretariat@communederumes.be</a></span></p>",
            "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": "74ad085e898b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-63f43d09"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#custom_html-3 > .custom-html-widget.textwidget > .widgettitle",
            "html": "<h3 class=\"widgettitle\">Liens utiles</h3>",
            "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": "d238b1c90245",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8548110b"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".textwidget > ul > li:nth-child(1) > a",
            "html": "<a href=\"https://rumes.e-guichet.be/public/login\" role=\"link\">E-guichet</a>",
            "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": "cffa37f53f95",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6b14d727"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".textwidget > ul > li:nth-child(2) > a",
            "html": "<a href=\"https://rumes-online.be/plan-du-site/\" role=\"link\">Plan du site</a>",
            "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": "a9dd3afdfe1b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-57db86cf"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".textwidget > ul > li:nth-child(3) > a",
            "html": "<a href=\"https://rumes-online.be/signaler-une-erreur/\" role=\"link\">Signaler une erreur</a>",
            "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": "f8b267743fde",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3a47cd9c"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".textwidget > ul > li:nth-child(4) > a",
            "html": "<a href=\"https://rumes-online.be/vivre-a-rumes/gestion-des-dechets/\" role=\"link\">Collecte de déchets</a>",
            "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": "3990957efefc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-feee0f5e"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".textwidget > ul > li:nth-child(5) > a",
            "html": "<a href=\"https://www.facebook.com/communederumes/\" role=\"link\">Facebook</a>",
            "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": "c1f5e4417493",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-24722f91"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#custom_html-4 > .custom-html-widget.textwidget > .widgettitle",
            "html": "<h3 class=\"widgettitle\">Nos Horaires</h3>",
            "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": "026606f9de73",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-59a5e90f"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#text-2",
            "html": "<section id=\"text-2\" class=\"widget clearfix widget_text\">",
            "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": "6f9c2498aea8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ef099f92"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#custom_html-5 > .custom-html-widget.textwidget > .widgettitle",
            "html": "<h3 class=\"widgettitle\">Numéros d'urgence</h3>",
            "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": "bfa3780bc6b9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-04982394"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#text-9",
            "html": "<section id=\"text-9\" class=\"widget clearfix widget_text\">",
            "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": "2defaaa620d1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-522b75bd"
          },
          {
            "rule": "skip-link",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/skip-link?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#pojo-a11y-skip-content",
            "html": "<a id=\"pojo-a11y-skip-content\" class=\"pojo-skip-link pojo-skip-content\" tabindex=\"1\" accesskey=\"s\" href=\"#content\" role=\"link\">Aller au contenu principal</a>",
            "message": "The skip-link target should exist and be focusable",
            "fixSummary": "Fix any of the following:\n  No skip link target",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e7e041a57e35",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-69312754"
          },
          {
            "rule": "tabindex",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/tabindex?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#pojo-a11y-skip-content",
            "html": "<a id=\"pojo-a11y-skip-content\" class=\"pojo-skip-link pojo-skip-content\" tabindex=\"1\" accesskey=\"s\" href=\"#content\" role=\"link\">Aller au contenu principal</a>",
            "message": "Elements should not have tabindex greater than zero",
            "fixSummary": "Fix any of the following:\n  Element has a tabindex greater than 0",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "82b6f23affa2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1a59f9bd"
          }
        ],
        "outcomeCount": 1441,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 37
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2958,
          "failed": 156,
          "cantTell": 82,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_complementary_labelled",
          "aria_content_in_landmark",
          "aria_navigation_label_unique",
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "img_alt_misuse",
          "input_label_visible",
          "style_background_decorative",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "text_block_heading",
          "text_contrast_sufficient",
          "widget_tabbable_exists"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"A7vZI3v+Gz7JfuRolKNM4Aff6zaGuT7X0mf3wtoZTnKv6497cVMnhy03KDqX7kBz/q/iidW7srW31oQbBt4VhgoAAACUeyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGUuY29tOjQ0MyIsImZlYXR1cmUiOiJEaXNhYmxlVGhpcmRQYXJ0eVN0b3JhZ2VQYXJ0aXRpb25pbmczIiwiZXhwaXJ5IjoxNzU3OTgwODAwLCJpc1N1YmRvbWFpbiI6dHJ1ZSwiaXNUaGlyZFBhcnR5Ijp0cnVlfQ==\" http-equiv=\"origin-trial\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1821056bca2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2da480df"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link id=\"avia-google-webfont\" href=\"//fonts.googleapis.com/css?family=Montserrat\" rel=\"stylesheet\" type=\"text/css\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "15d7b8ed4cb7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-42507b2d"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link media=\"all\" type=\"text/css\" href=\"https://rumes-online.be/wp-content/themes/enfold/css/base.css?ver=4.8.9\" id=\"avia-base-css\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "31f18fe6fe98",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-81f9ee24"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta content=\"text/html; charset=utf-8\" http-equiv=\"Content-Type\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f02809eec6f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2e8ce2b4"
          },
          {
            "rule": "style_background_decorative",
            "xpath": null,
            "html": "<style data-fbcssmodules=\"css:fb.css.base css:fb.css.dialog css:fb.css.iframewidget\" type=\"text/css\">",
            "message": "Verify the CSS background image does not convey important information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f3c005babd74",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-be023ec7"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a role=\"link\" href=\"#content\" accesskey=\"s\" tabindex=\"1\" class=\"pojo-skip-link pojo-skip-content\" id=\"pojo-a11y-skip-content\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "43171596b53f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a84759e5"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<a role=\"link\" href=\"#content\" accesskey=\"s\" tabindex=\"1\" class=\"pojo-skip-link pojo-skip-content\" id=\"pojo-a11y-skip-content\">",
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e8c662938bf4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-03af229b"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a role=\"link\" href=\"#content\" accesskey=\"s\" tabindex=\"1\" class=\"pojo-skip-link pojo-skip-content\" id=\"pojo-a11y-skip-content\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "425e4933ddd6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-993100ec"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav role=\"navigation\" class=\"pojo-a11y-toolbar-right pojo-a11y-hidden-phone\" id=\"pojo-a11y-toolbar\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "db186cf88bdf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bdfb4fdb"
          },
          {
            "rule": "aria_navigation_label_unique",
            "xpath": null,
            "html": "<nav role=\"navigation\" class=\"pojo-a11y-toolbar-right pojo-a11y-hidden-phone\" id=\"pojo-a11y-toolbar\">",
            "message": "Multiple elements with \"navigation\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "350051d17dee",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1f9abb72"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<a role=\"link\" title=\"Outils d'accessibilité\" href=\"javascript:void(0);\" class=\"pojo-a11y-toolbar-link pojo-a11y-toolbar-toggle-link\">",
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b3fa856ecc3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-19fc6dac"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a role=\"link\" title=\"Outils d'accessibilité\" href=\"javascript:void(0);\" class=\"pojo-a11y-toolbar-link pojo-a11y-toolbar-toggle-link\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f3de111a3a4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b8d5de04"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"pojo-a11y-toolbar-title\">",
            "message": "Confirm this text 'Outils d'accessibilité' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "54573472ef4f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ffad5ca9"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<a role=\"link\" tabindex=\"-1\" data-action-group=\"resize\" data-action=\"resize-plus\" class=\"pojo-a11y-toolbar-link pojo-a11y-btn-resize-font pojo-a11y-btn-resize-plus\" href=\"#\">",
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "97622b1e321c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cd569970"
          },
          {
            "rule": "widget_tabbable_exists",
            "xpath": null,
            "html": "<a role=\"link\" tabindex=\"-1\" data-action-group=\"resize\" data-action=\"resize-plus\" class=\"pojo-a11y-toolbar-link pojo-a11y-btn-resize-font pojo-a11y-btn-resize-plus\" href=\"#\">",
            "message": "Component with \"link\" role does not have a tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a1820324baff",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f60a7107"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<svg viewBox=\"0 0 448 448\" width=\"1em\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\">",
            "message": "The HTML attribute(s) \"version\" is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "800a63129de8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-11ac750f"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<a role=\"link\" tabindex=\"-1\" data-action-group=\"resize\" data-action=\"resize-minus\" class=\"pojo-a11y-toolbar-link pojo-a11y-btn-resize-font pojo-a11y-btn-resize-minus\" href=\"#\">",
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3db86cf3f2ab",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e97069fb"
          },
          {
            "rule": "widget_tabbable_exists",
            "xpath": null,
            "html": "<a role=\"link\" tabindex=\"-1\" data-action-group=\"resize\" data-action=\"resize-minus\" class=\"pojo-a11y-toolbar-link pojo-a11y-btn-resize-font pojo-a11y-btn-resize-minus\" href=\"#\">",
            "message": "Component with \"link\" role does not have a tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2814fe4d32ac",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-893827eb"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<svg viewBox=\"0 0 448 448\" width=\"1em\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\">",
            "message": "The HTML attribute(s) \"version\" is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<a role=\"link\" tabindex=\"-1\" data-action-group=\"schema\" data-action=\"grayscale\" class=\"pojo-a11y-toolbar-link pojo-a11y-btn-background-group pojo-a11y-btn-grayscale\" href=\"#\">",
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc32eddae35e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-81db7dc1"
          },
          {
            "rule": "widget_tabbable_exists",
            "xpath": null,
            "html": "<a role=\"link\" tabindex=\"-1\" data-action-group=\"schema\" data-action=\"grayscale\" class=\"pojo-a11y-toolbar-link pojo-a11y-btn-background-group pojo-a11y-btn-grayscale\" href=\"#\">",
            "message": "Component with \"link\" role does not have a tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac13b7c67603",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a4c53e62"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<svg viewBox=\"0 0 448 448\" width=\"1em\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\">",
            "message": "The HTML attribute(s) \"version\" is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<a role=\"link\" tabindex=\"-1\" data-action-group=\"schema\" data-action=\"high-contrast\" class=\"pojo-a11y-toolbar-link pojo-a11y-btn-background-group pojo-a11y-btn-high-contrast\" href=\"#\">",
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e1c6e018efa2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c935b793"
          },
          {
            "rule": "widget_tabbable_exists",
            "xpath": null,
            "html": "<a role=\"link\" tabindex=\"-1\" data-action-group=\"schema\" data-action=\"high-contrast\" class=\"pojo-a11y-toolbar-link pojo-a11y-btn-background-group pojo-a11y-btn-high-contrast\" href=\"#\">",
            "message": "Component with \"link\" role does not have a tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c3b8a689f360",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-71ac0074"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<svg viewBox=\"0 0 448 448\" width=\"1em\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\">",
            "message": "The HTML attribute(s) \"version\" is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<a role=\"link\" tabindex=\"-1\" data-action-group=\"schema\" data-action=\"negative-contrast\" class=\"pojo-a11y-toolbar-link pojo-a11y-btn-background-group pojo-a11y-btn-negative-contrast\" href=\"#\">",
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e17837282c7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9e0d0ec2"
          },
          {
            "rule": "widget_tabbable_exists",
            "xpath": null,
            "html": "<a role=\"link\" tabindex=\"-1\" data-action-group=\"schema\" data-action=\"negative-contrast\" class=\"pojo-a11y-toolbar-link pojo-a11y-btn-background-group pojo-a11y-btn-negative-contrast\" href=\"#\">",
            "message": "Component with \"link\" role does not have a tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc88da40e65c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-56ce3e92"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<svg viewBox=\"0 0 448 448\" width=\"1em\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\">",
            "message": "The HTML attribute(s) \"version\" is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<a role=\"link\" tabindex=\"-1\" data-action-group=\"schema\" data-action=\"light-background\" class=\"pojo-a11y-toolbar-link pojo-a11y-btn-background-group pojo-a11y-btn-light-background\" href=\"#\">",
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a2ceb6b655f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6f3d6907"
          },
          {
            "rule": "widget_tabbable_exists",
            "xpath": null,
            "html": "<a role=\"link\" tabindex=\"-1\" data-action-group=\"schema\" data-action=\"light-background\" class=\"pojo-a11y-toolbar-link pojo-a11y-btn-background-group pojo-a11y-btn-light-background\" href=\"#\">",
            "message": "Component with \"link\" role does not have a tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f1f6a3384ac7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4bea5220"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<svg viewBox=\"0 0 448 448\" width=\"1em\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\">",
            "message": "The HTML attribute(s) \"version\" is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<a role=\"link\" tabindex=\"-1\" data-action-group=\"toggle\" data-action=\"links-underline\" class=\"pojo-a11y-toolbar-link pojo-a11y-btn-links-underline\" href=\"#\">",
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e108a4a27f9f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2abfbe1c"
          },
          {
            "rule": "widget_tabbable_exists",
            "xpath": null,
            "html": "<a role=\"link\" tabindex=\"-1\" data-action-group=\"toggle\" data-action=\"links-underline\" class=\"pojo-a11y-toolbar-link pojo-a11y-btn-links-underline\" href=\"#\">",
            "message": "Component with \"link\" role does not have a tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5323cf452262",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8e3c25d7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<svg viewBox=\"0 0 448 448\" width=\"1em\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\">",
            "message": "The HTML attribute(s) \"version\" is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<a role=\"link\" tabindex=\"-1\" data-action-group=\"toggle\" data-action=\"readable-font\" class=\"pojo-a11y-toolbar-link pojo-a11y-btn-readable-font\" href=\"#\">",
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1930db4f359a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6b679c08"
          },
          {
            "rule": "widget_tabbable_exists",
            "xpath": null,
            "html": "<a role=\"link\" tabindex=\"-1\" data-action-group=\"toggle\" data-action=\"readable-font\" class=\"pojo-a11y-toolbar-link pojo-a11y-btn-readable-font\" href=\"#\">",
            "message": "Component with \"link\" role does not have a tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "59773637e125",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-748846c3"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<svg viewBox=\"0 0 448 448\" width=\"1em\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\">",
            "message": "The HTML attribute(s) \"version\" is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<a role=\"link\" tabindex=\"-1\" data-action=\"reset\" class=\"pojo-a11y-toolbar-link pojo-a11y-btn-reset\" href=\"#\">",
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1c18579b4a1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9b10dc7e"
          },
          {
            "rule": "widget_tabbable_exists",
            "xpath": null,
            "html": "<a role=\"link\" tabindex=\"-1\" data-action=\"reset\" class=\"pojo-a11y-toolbar-link pojo-a11y-btn-reset\" href=\"#\">",
            "message": "Component with \"link\" role does not have a tabbable element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c3957bba7d4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9a559ea7"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<svg viewBox=\"0 0 448 448\" width=\"1em\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\">",
            "message": "The HTML attribute(s) \"version\" is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<header style=\"margin-top: 0px;\" itemtype=\"https://schema.org/WPHeader\" itemscope=\"itemscope\" role=\"banner\" class=\"all_colors header_color light_bg_color  av_header_top av_logo_left av_main_nav_header av_menu_right av_slim av_header_sticky av_header_shrinking_disabled av_header_stretch_disabled av_mobile_menu_phone av_header_searchicon_disabled av_header_unstick_top av_minimal_header av_minimal_header_shadow av_bottom_nav_disabled  av_header_border_disabled\" id=\"header\">",
            "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f3dd5b50fbe",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-beea8949"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<a role=\"link\" class=\"\" href=\"https://rumes-online.be/\">",
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc8f20d3de66",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6d5f1e6a"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a role=\"link\" class=\"\" href=\"https://rumes-online.be/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d720ecc51cbb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-99303dfb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a role=\"link\" class=\"\" href=\"https://rumes-online.be/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a138c3df7c06",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-de49cc5f"
          },
          {
            "rule": "img_alt_misuse",
            "xpath": null,
            "html": "<img title=\"\" alt=\"rumes-online.be\" width=\"300\" height=\"100\" src=\"http://rumes-online.be/wp-content/uploads/2022/03/CommuneRumes_1_RVB-300x124.png\">",
            "message": "Verify that the file name serves as a good inline replacement for the image",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "363130beffc0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-879e507b"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav itemtype=\"https://schema.org/SiteNavigationElement\" itemscope=\"itemscope\" role=\"navigation\" data-selectname=\"Sélectionner une page\" class=\"main_menu\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd8b8ab48a4d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-295e4f09"
          },
          {
            "rule": "aria_navigation_label_unique",
            "xpath": null,
            "html": "<nav itemtype=\"https://schema.org/SiteNavigationElement\" itemscope=\"itemscope\" role=\"navigation\" data-selectname=\"Sélectionner une page\" class=\"main_menu\">",
            "message": "Multiple elements with \"navigation\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "05ceab1bd536",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0d92c48c"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button aria-controls=\"mega-menu-avia\" aria-expanded=\"false\" aria-haspopup=\"true\" type=\"button\" class=\"mega-toggle-animated mega-toggle-animated-slider\" aria-label=\"Toggle Menu\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6fd33196f574",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-09bd85b8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button aria-controls=\"mega-menu-avia\" aria-expanded=\"false\" aria-haspopup=\"true\" type=\"button\" class=\"mega-toggle-animated mega-toggle-animated-slider\" aria-label=\"Toggle Menu\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7f29d0e8963d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f4cc2a0e"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button aria-controls=\"mega-menu-avia\" aria-expanded=\"false\" aria-haspopup=\"true\" type=\"button\" class=\"mega-toggle-animated mega-toggle-animated-slider\" aria-label=\"Toggle Menu\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "84ab403aef42",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3f230717"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<main class=\"template-page content  av-content-small alpha units\" itemprop=\"mainContentOfPage\" role=\"main\">",
            "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c2ba59b8ab90",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-790e30f0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2 class=\"has-white-color has-text-color title-theme\">",
            "message": "Verify the contrast ratio of the text with shadow meets the WCAG AA minimum requirements for text of size 28px and weight of 600",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1fabcb579fb5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-de16c18f"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<a class=\"title-link\" role=\"link\" href=\"https://rumes-online.be/ma-commune/services/\">",
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c70a5a20b71d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9a5f03b2"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"title-link\" role=\"link\" href=\"https://rumes-online.be/ma-commune/services/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5045757b4095",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-98dbfdaf"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"title-link\" role=\"link\" href=\"https://rumes-online.be/ma-commune/services/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bea185075e39",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-42e90875"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<a class=\"title-link\" role=\"link\" href=\"https://rumes-online.be/ma-commune/reglements/\">",
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "412c55b3ad44",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d7f776c5"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"title-link\" role=\"link\" href=\"https://rumes-online.be/ma-commune/reglements/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e9501e8bf40",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e4cebb32"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"title-link\" role=\"link\" href=\"https://rumes-online.be/ma-commune/reglements/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b21c0e0b0f3d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e22c03e3"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<a class=\"title-link\" role=\"link\" href=\"https://rumes-online.be/ma-commune/cpas/\">",
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "14280701b3c3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-63b40c22"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"title-link\" role=\"link\" href=\"https://rumes-online.be/ma-commune/cpas/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7756200c3550",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b7d87711"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"title-link\" role=\"link\" href=\"https://rumes-online.be/ma-commune/cpas/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "37e8504da816",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-280f46a5"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<a class=\"title-link\" role=\"link\" href=\"https://rumes-online.be/ma-commune/avis-de-recrutement/\">",
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d2b7718cbfdf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-06960945"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"title-link\" role=\"link\" href=\"https://rumes-online.be/ma-commune/avis-de-recrutement/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "936178844067",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5525e71d"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"title-link\" role=\"link\" href=\"https://rumes-online.be/ma-commune/avis-de-recrutement/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "22f88771d781",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-812733f1"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2 class=\"has-white-color has-text-color title-theme\">",
            "message": "Verify the contrast ratio of the text with shadow meets the WCAG AA minimum requirements for text of size 28px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<a class=\"title-link\" role=\"link\" href=\"https://rumes-online.be/vie-politique/le-conseil-communal/\">",
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c30346c809b6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-032f8e81"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"title-link\" role=\"link\" href=\"https://rumes-online.be/vie-politique/le-conseil-communal/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "365a24ec5e66",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a014cfa"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"title-link\" role=\"link\" href=\"https://rumes-online.be/vie-politique/le-conseil-communal/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aad6801aba54",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f99edc24"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<a class=\"title-link\" role=\"link\" href=\"https://rumes-online.be/vie-politique/college/\">",
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c42bbfb5c6c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fcce5c10"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"title-link\" role=\"link\" href=\"https://rumes-online.be/vie-politique/college/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8031aaca66b6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e4cca27a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"title-link\" role=\"link\" href=\"https://rumes-online.be/vie-politique/college/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94e5f62452a0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2380a7d9"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<a class=\"title-link\" role=\"link\" href=\"https://rumes-online.be/vie-politique/bulletins-communaux/\">",
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f0502bdcaf8c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6eec554b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"title-link\" role=\"link\" href=\"https://rumes-online.be/vie-politique/bulletins-communaux/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dbe0f9b6c75c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-696f96db"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"title-link\" role=\"link\" href=\"https://rumes-online.be/vie-politique/bulletins-communaux/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9178384a1b6b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-20ca5854"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<a class=\"title-link\" role=\"link\" href=\"https://rumes-online.be/accueil/vie-politique/declaration-de-politique-generale/\">",
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "612cc3884abb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9833ff4e"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"title-link\" role=\"link\" href=\"https://rumes-online.be/accueil/vie-politique/declaration-de-politique-generale/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "40a0581ac201",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f43dfed4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"title-link\" role=\"link\" href=\"https://rumes-online.be/accueil/vie-politique/declaration-de-politique-generale/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "109d82641909",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-75516f52"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2 class=\"has-white-color has-text-color title-theme\">",
            "message": "Verify the contrast ratio of the text with shadow meets the WCAG AA minimum requirements for text of size 28px and weight of 600",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<a class=\"title-link\" role=\"link\" href=\"https://rumes-online.be/vivre-a-rumes/tourisme-et-patrimoine/\">",
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "118676c36356",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fbc78955"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"title-link\" role=\"link\" href=\"https://rumes-online.be/vivre-a-rumes/tourisme-et-patrimoine/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "05aa53a57bad",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a848bb7"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"title-link\" role=\"link\" href=\"https://rumes-online.be/vivre-a-rumes/tourisme-et-patrimoine/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4067fa194be6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2b4ebf6f"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<a class=\"title-link\" role=\"link\" href=\"https://rumes-online.be/accueil/vivre-a-rumes/repertoire/\">",
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d18e9572e563",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-58b0889e"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"title-link\" role=\"link\" href=\"https://rumes-online.be/accueil/vivre-a-rumes/repertoire/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "788897198976",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-60980855"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"title-link\" role=\"link\" href=\"https://rumes-online.be/accueil/vivre-a-rumes/repertoire/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a7a23190d43",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7487bd72"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<a class=\"title-link\" role=\"link\" href=\"https://rumes-online.be/accueil/vivre-a-rumes/gestion-des-dechets/\">",
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "028ec792217f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f640d0ae"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"title-link\" role=\"link\" href=\"https://rumes-online.be/accueil/vivre-a-rumes/gestion-des-dechets/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "28e282bb46fe",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-08c53e6a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"title-link\" role=\"link\" href=\"https://rumes-online.be/accueil/vivre-a-rumes/gestion-des-dechets/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "45f624791618",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d63b0cdc"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<a class=\"title-link\" role=\"link\" href=\"https://rumes-online.be/accueil/vivre-a-rumes/asbl-sport-culture-et-loisirs/\">",
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41eb65667fb0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2f5aebfd"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a class=\"title-link\" role=\"link\" href=\"https://rumes-online.be/accueil/vivre-a-rumes/asbl-sport-culture-et-loisirs/\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "233956c6bf9e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9e3ce06f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"title-link\" role=\"link\" href=\"https://rumes-online.be/accueil/vivre-a-rumes/asbl-sport-culture-et-loisirs/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "68e5c8d9b8fa",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0f10b4a8"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<a role=\"link\" class=\"all_sort_button active_sort\" data-filter=\"all_sort\" href=\"#\">",
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f6620a646b60",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2cc23db2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a role=\"link\" class=\"all_sort_button active_sort\" data-filter=\"all_sort\" href=\"#\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4f79f17f0b7f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-86e36d5b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "57f1a0ff42de",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<a role=\"link\" class=\"actus_sort_button avia_show_sort\" data-filter=\"actus_sort\" href=\"#\">",
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b091c198816",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d9f59b35"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a role=\"link\" class=\"actus_sort_button avia_show_sort\" data-filter=\"actus_sort\" href=\"#\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8373c5116c71",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-57255028"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<a role=\"link\" class=\"default_sort_button avia_show_sort\" data-filter=\"default_sort\" href=\"#\">",
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9cf390a90196",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-aad19bc0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a role=\"link\" class=\"default_sort_button avia_show_sort\" data-filter=\"default_sort\" href=\"#\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5e09c537c038",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-68a02860"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div itemprop=\"text\" class=\"avia_textblock\">",
            "message": "Confirm this text 'Plus d’actualités' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca6bf32dac85",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5a433639"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<a role=\"link\" href=\"https://rumes-online.be/actualite/\">",
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9620f63ba9de",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-985dede6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a role=\"link\" href=\"https://rumes-online.be/actualite/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "16c4e0c92abf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a2442eef"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<a role=\"link\" href=\"https://rumes-online.be/accueil/vie-politique/bulletins-communaux/\">",
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "50808bcd9b6b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b9f7c045"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a role=\"link\" href=\"https://rumes-online.be/accueil/vie-politique/bulletins-communaux/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c44f2db14891",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e3dc2fa1"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<a role=\"link\" href=\"http://rumes-online.be/wp-content/uploads/2025/12/calendrier-Ipalle-2026.pdf\">",
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3351a0b33ccd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c6713ae0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a role=\"link\" href=\"http://rumes-online.be/wp-content/uploads/2025/12/calendrier-Ipalle-2026.pdf\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c56e62a48b5e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4aef648e"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<a role=\"link\" href=\"http://rumes-online.be/wp-content/uploads/2025/02/MODELE-2-RUMES.pdf\">",
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b9a2aa2701c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1d9353e6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a role=\"link\" href=\"http://rumes-online.be/wp-content/uploads/2025/02/MODELE-2-RUMES.pdf\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f211ec7310ec",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-76feedf9"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<a role=\"link\" href=\"http://rumes-online.be/wp-content/uploads/2026/01/demandeconteneur.pdf\">",
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "680e2b085c68",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6efbd309"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a role=\"link\" href=\"http://rumes-online.be/wp-content/uploads/2026/01/demandeconteneur.pdf\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8246dd1328d7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-82c60336"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<aside itemtype=\"https://schema.org/WPSideBar\" itemscope=\"itemscope\" role=\"complementary\" class=\"sidebar sidebar_right   alpha units\">",
            "message": "The explicitly-assigned ARIA role \"complementary\" is redundant with the implicit role of the element <aside>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cbcb0d097a5e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-84301bd8"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside itemtype=\"https://schema.org/WPSideBar\" itemscope=\"itemscope\" role=\"complementary\" class=\"sidebar sidebar_right   alpha units\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "454c4d4dfc81",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-002274fe"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input class=\"button avia-font-entypo-fontello\" id=\"searchsubmit\" value=\"\" type=\"submit\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4f12a3543403",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-49d8070d"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input class=\"button avia-font-entypo-fontello\" id=\"searchsubmit\" value=\"\" type=\"submit\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7fd42056d3ee",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-56a86210"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input placeholder=\"Rechercher\" value=\"\" name=\"s\" id=\"s\" type=\"text\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df51978035c0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8b374903"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input placeholder=\"Rechercher\" value=\"\" name=\"s\" id=\"s\" type=\"text\">",
            "message": "The ‘placeholder’ is the only visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ea1fe2ec462",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3e0b7f2c"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<iframe style=\"border: none; visibility: visible; width: 0px; height: 0px;\" src=\"https://www.facebook.com/v2.7/plugins/page.php?adapt_container_width=true&app_id=&channel=https%3A%2F%2Fstaticxx.facebook.com%2Fx%2Fconnect%2Fxd_arbiter%2F%3Fversion%3D46%23cb%3Df86fa0dd25370f334%26domain%3Drumes-online.be%26is_canvas%3Dfalse%26origin%3Dhttps%253A%252F%252Frumes-online.be%252Ff3fc6a109600232a8%26relation%3Dparent.parent&container_width=119&hide_cover=false&href=https%3A%2F%2Fwww.facebook.com%2Fcommunederumes%2F&locale=fr_FR&sdk=joey&show_facepile=true&show_posts=false&small_header=false&width=500\" allow=\"encrypted-media\" scrolling=\"no\" allowfullscreen=\"true\" allowtransparency=\"true\" frameborder=\"0\" title=\"fb:page Facebook Social Plugin\" data-testid=\"fb:page Facebook Social Plugin\" height=\"1000px\" width=\"500px\" name=\"fc37f3061016831d9\">",
            "message": "The HTML attribute(s) \"frameborder, scrolling\" is deprecated for the <iframe> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b5d775e8f9f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-03432307"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<iframe style=\"border: none; visibility: visible; width: 0px; height: 0px;\" src=\"https://www.facebook.com/v2.7/plugins/page.php?adapt_container_width=true&app_id=&channel=https%3A%2F%2Fstaticxx.facebook.com%2Fx%2Fconnect%2Fxd_arbiter%2F%3Fversion%3D46%23cb%3Df86fa0dd25370f334%26domain%3Drumes-online.be%26is_canvas%3Dfalse%26origin%3Dhttps%253A%252F%252Frumes-online.be%252Ff3fc6a109600232a8%26relation%3Dparent.parent&container_width=119&hide_cover=false&href=https%3A%2F%2Fwww.facebook.com%2Fcommunederumes%2F&locale=fr_FR&sdk=joey&show_facepile=true&show_posts=false&small_header=false&width=500\" allow=\"encrypted-media\" scrolling=\"no\" allowfullscreen=\"true\" allowtransparency=\"true\" frameborder=\"0\" title=\"fb:page Facebook Social Plugin\" data-testid=\"fb:page Facebook Social Plugin\" height=\"1000px\" width=\"500px\" name=\"fc37f3061016831d9\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "450e2ce8d336",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-609eee89"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<iframe style=\"border: none; visibility: visible; width: 0px; height: 0px;\" src=\"https://www.facebook.com/v2.7/plugins/page.php?adapt_container_width=true&app_id=&channel=https%3A%2F%2Fstaticxx.facebook.com%2Fx%2Fconnect%2Fxd_arbiter%2F%3Fversion%3D46%23cb%3Df86fa0dd25370f334%26domain%3Drumes-online.be%26is_canvas%3Dfalse%26origin%3Dhttps%253A%252F%252Frumes-online.be%252Ff3fc6a109600232a8%26relation%3Dparent.parent&container_width=119&hide_cover=false&href=https%3A%2F%2Fwww.facebook.com%2Fcommunederumes%2F&locale=fr_FR&sdk=joey&show_facepile=true&show_posts=false&small_header=false&width=500\" allow=\"encrypted-media\" scrolling=\"no\" allowfullscreen=\"true\" allowtransparency=\"true\" frameborder=\"0\" title=\"fb:page Facebook Social Plugin\" data-testid=\"fb:page Facebook Social Plugin\" height=\"1000px\" width=\"500px\" name=\"fc37f3061016831d9\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cfec469bce0e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5bfdfd7d"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<a role=\"link\" class=\"mec-load-month-link\" href=\"#\">",
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2380ab99b91f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f626391a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a role=\"link\" class=\"mec-load-month-link\" href=\"#\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aae6b6a599a0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8242ad7d"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<a role=\"link\" class=\"mec-load-month-link\" href=\"#\">",
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a role=\"link\" class=\"mec-load-month-link\" href=\"#\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3 class=\"widgettitle\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5cd4c2a668ad",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1d4b79c2"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c7107eff4909",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a86234de"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a role=\"link\" href=\"tel:+3269/64.81.65\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5fff6819eb25",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-718ba2f4"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<a role=\"link\" href=\"tel:+3269/64.81.65\">",
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0f8e5904a9e0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5213266e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a role=\"link\" href=\"tel:+3269/64.81.65\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c87dd449d9b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8787db4d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a role=\"link\" href=\"fax:+3269/64.70.43\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8731b95e7c8f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1f3ea215"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<a role=\"link\" href=\"fax:+3269/64.70.43\">",
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "386bab1276c5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-738de7d6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a role=\"link\" href=\"fax:+3269/64.70.43\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0459fc71725b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4e4c8434"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a role=\"link\" href=\"https://www.rumes-online.be\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb9b87059835",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b375467a"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<a role=\"link\" href=\"https://www.rumes-online.be\">",
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee3b51d58692",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-838734c8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a role=\"link\" href=\"https://www.rumes-online.be\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "09111ada4b4d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-34d516d2"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a role=\"link\" href=\"mailto:secretariat@communederumes.be\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d55b11f95748",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5b2931e5"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<a role=\"link\" href=\"mailto:secretariat@communederumes.be\">",
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "79a26899512e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-59525719"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a role=\"link\" href=\"mailto:secretariat@communederumes.be\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d0d97251740",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c8cc62b2"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3 class=\"widgettitle\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1cd9a207a450",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6e7f9087"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<a role=\"link\" href=\"https://rumes.e-guichet.be/public/login\">",
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c595def1d8d8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-79a37ec8"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a role=\"link\" href=\"https://rumes.e-guichet.be/public/login\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "663863e64834",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8de13d55"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<a role=\"link\" href=\"https://rumes-online.be/plan-du-site/\">",
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48fcb0128cb1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f8759da3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a role=\"link\" href=\"https://rumes-online.be/plan-du-site/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c30c3b75956",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-11d4d128"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<a role=\"link\" href=\"https://rumes-online.be/signaler-une-erreur/\">",
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c8075a929471",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-23dec549"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a role=\"link\" href=\"https://rumes-online.be/signaler-une-erreur/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f5aa9e4264ca",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-018c805e"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<a role=\"link\" href=\"https://rumes-online.be/vivre-a-rumes/gestion-des-dechets/\">",
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "98578d406fa0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3ce2680c"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a role=\"link\" href=\"https://rumes-online.be/vivre-a-rumes/gestion-des-dechets/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b794496ad0af",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-11e35b00"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<a role=\"link\" href=\"https://www.facebook.com/communederumes/\">",
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c1f1cf7b4cd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2da5d0f6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a role=\"link\" href=\"https://www.facebook.com/communederumes/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e4949fdc7ed6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-de2b247d"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3 class=\"widgettitle\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<a role=\"link\" href=\"https://rumes-online.be/accueil/ma-commune-2/services/population/\">",
            "message": "The explicitly-assigned ARIA role \"link\" is redundant with the implicit role of the element <a>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "703d75cb3e3e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fa563ddb"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a role=\"link\" href=\"https://rumes-online.be/accueil/ma-commune-2/services/population/\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "edd850c98ad9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fb7db305"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p>",
            "message": "Confirm this text 'Autres services' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fdd3953b402c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f2bf52aa"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h3 class=\"widgettitle\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          }
        ],
        "outcomeCount": 3124,
        "uniqueFailedCount": 137,
        "duplicateFailedCount": 19,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 19
    },
    {
      "submittedUrl": "https://www.saint-ghislain.be/",
      "finalUrl": "https://www.saint-ghislain.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Accueil — Ville de Saint-Ghislain",
      "elapsedMs": 10779,
      "error": null,
      "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": 1521,
          "failed": 7,
          "cantTell": 61,
          "inapplicable": 43
        },
        "failedRules": [
          "aria-allowed-role",
          "aria-required-children",
          "region"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-command-name",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "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",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Ma Ville\"]",
            "html": "<label aria-label=\"Ma Ville\" for=\"navitem-ma-ville\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d055b7aa974",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d789072d"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Vivre à Saint-Ghislain\"]",
            "html": "<label aria-label=\"Vivre à Saint-Ghislain\" for=\"navitem-vivre-a-saint-ghislain\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b161d733a22",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3a901bb5"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Bouger & découvrir\"]",
            "html": "<label aria-label=\"Bouger &amp; découvrir\" for=\"navitem-decouvrir\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3dc50f6c1189",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c7d9710f"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Je suis\"]",
            "html": "<label aria-label=\"Je suis\" for=\"navitem-je-suis\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c4bd630a14ec",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-70eaf942"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"En un clic\"]",
            "html": "<label aria-label=\"En un clic\" for=\"navitem-en-un-clic\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "efe6425cb40f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1cd97163"
          },
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#portal-globalnav",
            "html": "<ul class=\"navbar-nav\" id=\"portal-globalnav\" role=\"menubar\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: [role=button]",
            "relatedPaths": [
              "label[aria-label=\"Ma Ville\"]",
              "label[aria-label=\"Vivre à Saint-Ghislain\"]",
              "label[aria-label=\"Bouger & découvrir\"]",
              "label[aria-label=\"Je suis\"]",
              "label[aria-label=\"En un clic\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "698d48200306",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8565635e"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#portal-colophon",
            "html": "<div id=\"portal-colophon\">",
            "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": "3c48e3e8da78",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-edf401d2"
          }
        ],
        "outcomeCount": 1632,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 7
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3427,
          "failed": 67,
          "cantTell": 41,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_complementary_labelled",
          "aria_content_in_landmark",
          "aria_id_unique",
          "element_attribute_deprecated",
          "element_id_unique",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "svg_graphics_labelled",
          "text_block_heading",
          "text_contrast_sufficient",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style>",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "916b352e2f43",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b81717"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a2b61c62342",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9ad5fff9"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"https://www.saint-ghislain.be/++webresource++d5804eac-48ee-5c69-8389-75ac65829cb3/++plone++facetednavigation/faceted-jquery.min.css\" data-bundle=\"faceted.jquery\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3604b768d0f5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d1a98339"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"https://www.saint-ghislain.be/++webresource++7324d207-c767-55be-8e93-0ee2971b0533//++theme++saintghislain/dist/css/theme.css\" data-bundle=\"diazo\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c31f39c8bd17",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-28c53753"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.saint-ghislain.be/#content\" class=\"show-on-focus\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71219ac0bf48",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ab4466df"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 836.76 525.39\" id=\"Calque_2\" data-name=\"Calque 2\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "144f95ded2a4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-96a2f8db"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#portal-globalnav-collapse\" class=\"navbar-toggler\" aria-label=\"Activer/désactiver la navigation\" aria-expanded=\"false\" aria-controls=\"navbarNav\">",
            "message": "The 'id' \"navbarNav\" specified for the ARIA property 'aria-controls' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f3f1d7754f82",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7be75485"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#portal-globalnav-collapse\" class=\"navbar-toggler\" aria-label=\"Activer/désactiver la navigation\" aria-expanded=\"false\" aria-controls=\"navbarNav\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab1adb9b302a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-55b9b791"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"#offcanvasSearch\" data-bs-toggle=\"offcanvas\" data-bs-target=\"#offcanvasSearch\" aria-controls=\"offcanvasSearch\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0c45cc1f157a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a652846"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside id=\"global_statusmessage\" class=\"col-12\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "66e8456430b6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d6a7e678"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "411aee966d5c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-61d6b2cc"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 40 40\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b6eaad49c97",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c6aab2f1"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Horaires & contacts' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a1e7e6922b1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-abe54ce3"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 23.5 19.23\" fill=\"#000\" class=\"plone-icon\" aria-labelledby=\"title\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ebbbce817929",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8fb3f986"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 23.5 19.23\" fill=\"#000\" class=\"plone-icon\" aria-labelledby=\"title\">",
            "message": "The 'id' \"title\" specified for the ARIA property 'aria-labelledby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8dec14d6783",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-76e1b79e"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Démarches & infos pratiques' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48.01 35.28\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8cecbdf6faa6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-99505c7e"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'eGuichet' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0ea3e6f6a330",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a4dedb7"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Enquêtes publiques' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 28.18 19.82\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a4c2aa2aa584",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-eba9678b"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Offres d'emploi' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "06a9ce39649e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ec9aff45"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Règlements et ordonnances' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.saint-ghislain.be/actualites\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c127418883c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7bf635d5"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<h3>",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"ABRACADABRA, c’est Zezette qui lit\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "07a77e910077",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f3754680"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.saint-ghislain.be/agenda\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e0fe93d12df2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c3677928"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Services communaux' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Vie associative' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Clubs sportifs' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b42beb8d13b9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d84af3ba"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Enseignement' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 45.47 39.41\" fill=\"000\" class=\"plone-icon\" aria-labelledby=\"title\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e3895ba26b25",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-270a7b63"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 45.47 39.41\" fill=\"000\" class=\"plone-icon\" aria-labelledby=\"title\">",
            "message": "The 'id' \"title\" specified for the ARIA property 'aria-labelledby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d67e21a227e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-48380baf"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Commerces' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Tout l'annuaire' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4390a089046a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" width=\"800\" viewBox=\"0 0 310 310\" height=\"800\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c2bf928b297f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d92b1b8c"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Facebook' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" fill=\"#000\" class=\"plone-icon\" aria-labelledby=\"title\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1d77367ffa86",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-42111521"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" fill=\"#000\" class=\"plone-icon\" aria-labelledby=\"title\">",
            "message": "The 'id' \"title\" specified for the ARIA property 'aria-labelledby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8de6114b3bcb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-25a37d30"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Instagram' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" width=\"800\" viewBox=\"0 0 310 310\" height=\"800\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'LinkedIn' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"758\" viewBox=\"0 0 758 534\" height=\"534\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "405e62c7a71f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-06e2bce0"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'YouTube' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Info SMS' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Musée communal de la Foire et de la Mémoire' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Septem' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Syndicat d'Initiative' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Saint-Ghislain Sports' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.saint-ghislain.be/#content-header\" class=\"show-on-focus skip-before-footer\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b15e865f6b65",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1b6a8c40"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div id=\"body-section-coordonnees\" class=\"col body-section contact-type-mission\">",
            "message": "The <div> element has the id \"body-section-coordonnees\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d52821c4f282",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-63fff786"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.saint-ghislain.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "905848d76b8b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f4f0fc33"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.saint-ghislain.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd47ae66669f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-73e8c6c2"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.saint-ghislain.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc4cc7b67413",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9392a87f"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.saint-ghislain.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "440497393ab7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e0c481ca"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.saint-ghislain.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e8c51165cbe0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-27d32726"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.saint-ghislain.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b1ae556180fe",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5e42a3a6"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ddb2d131228",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1b5a7192"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a414f0aa14a6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ea7883a7"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "53b9342becb0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6e7f9087"
          }
        ],
        "outcomeCount": 3536,
        "uniqueFailedCount": 41,
        "duplicateFailedCount": 26,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 26
    },
    {
      "submittedUrl": "https://www.seneffe.be/",
      "finalUrl": "https://www.seneffe.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Accueil — Seneffe",
      "elapsedMs": 11010,
      "error": null,
      "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": 1771,
          "failed": 7,
          "cantTell": 60,
          "inapplicable": 43
        },
        "failedRules": [
          "aria-allowed-role",
          "aria-required-children",
          "region"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-command-name",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "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",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Ma commune\"]",
            "html": "<label aria-label=\"Ma commune\" for=\"navitem-ma-commune\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "819528992224",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fb93ab52"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Vivre à Seneffe\"]",
            "html": "<label aria-label=\"Vivre à Seneffe\" for=\"navitem-vivre-a-seneffe\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "367e72f8405f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e25e8ce9"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Que faire à Seneffe\"]",
            "html": "<label aria-label=\"Que faire à Seneffe\" for=\"navitem-que-faire\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f6c9e600e2bf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c3016e02"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"En un clic\"]",
            "html": "<label aria-label=\"En un clic\" for=\"navitem-je-trouve\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "408328e74ecc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1cd97163"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Je suis\"]",
            "html": "<label aria-label=\"Je suis\" for=\"navitem-je-suis\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "00acd472e925",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-70eaf942"
          },
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#portal-globalnav",
            "html": "<ul class=\"navbar-nav\" id=\"portal-globalnav\" role=\"menubar\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: [role=button]",
            "relatedPaths": [
              "label[aria-label=\"Ma commune\"]",
              "label[aria-label=\"Vivre à Seneffe\"]",
              "label[aria-label=\"Que faire à Seneffe\"]",
              "label[aria-label=\"En un clic\"]",
              "label[aria-label=\"Je suis\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e0341093e45",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8565635e"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#portal-colophon",
            "html": "<div id=\"portal-colophon\">",
            "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": "9c27d8f00a68",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-edf401d2"
          }
        ],
        "outcomeCount": 1881,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 7
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3775,
          "failed": 58,
          "cantTell": 33,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_complementary_labelled",
          "aria_content_in_landmark",
          "aria_id_unique",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "svg_graphics_labelled",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style>",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "400557a5fddc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b81717"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "23e89193b3a0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9ad5fff9"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"https://www.seneffe.be/++webresource++d5804eac-48ee-5c69-8389-75ac65829cb3/++plone++facetednavigation/faceted-jquery.min.css\" data-bundle=\"faceted.jquery\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d3f446c4721c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-df6a24ff"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"https://www.seneffe.be/++webresource++8e5fdea1-8d95-521a-a147-af0255271f78//++theme++seneffe/dist/css/theme.css\" data-bundle=\"diazo\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c56c9b5df429",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-53a96f4f"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.seneffe.be/#content\" class=\"show-on-focus\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "79e815f7e192",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-055dd245"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#portal-globalnav-collapse\" class=\"navbar-toggler\" aria-label=\"Activer/désactiver la navigation\" aria-expanded=\"false\" aria-controls=\"navbarNav\">",
            "message": "The 'id' \"navbarNav\" specified for the ARIA property 'aria-controls' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d7dfe9d5d43",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7be75485"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#portal-globalnav-collapse\" class=\"navbar-toggler\" aria-label=\"Activer/désactiver la navigation\" aria-expanded=\"false\" aria-controls=\"navbarNav\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d3b9cce58e75",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-55b9b791"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"#offcanvasSearch\" data-bs-toggle=\"offcanvas\" data-bs-target=\"#offcanvasSearch\" aria-controls=\"offcanvasSearch\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da1008b767da",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a652846"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside id=\"global_statusmessage\" class=\"col-12\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a639876e563d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d6a7e678"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 86.6 70\" data-name=\"Calque 2\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "61bdfc1abf22",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b72c1ce5"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 66.9 70\" data-name=\"Calque 2\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1752bc515244",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a4d353f9"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 60.2 69.8\" data-name=\"Calque 2\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b5441acf85f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-aacc42fa"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 77.8 69.5\" data-name=\"Calque 2\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "abb4ea91a26f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1d043225"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 57.3 70.1\" data-name=\"Calque 2\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff595b0702f4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-68e0f5c2"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 80.9 69.3\" data-name=\"Calque 2\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b6bb988b3740",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bf70bd66"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.seneffe.be/actualites\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "02aacefde5c8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-90accd82"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.seneffe.be/agenda\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6463f8a16755",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3d633b2d"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 62.3 71.2\" data-name=\"Calque 2\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f39daab29c5a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b9c8ee4a"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 100 100\" version=\"1.1\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de4a65e847f8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-abf19a4b"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 100 100\" version=\"1.1\" class=\"plone-icon\">",
            "message": "The HTML attribute(s) \"version\" is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "475c4c2a4740",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-09da9daf"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 72.89 71.1\" data-name=\"Calque 2\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a35d4c939139",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-632f5d42"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2035.56\" fill=\"#000\" data-name=\"Calque 2\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c9cb2dddb5d9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6911264f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "934a020e33e6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 86.6 70\" data-name=\"Calque 2\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 52.51 55.7\" data-name=\"Calque 2\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c9fd27c2d9d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-310fcec4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 80.1 55.2\" data-name=\"Calque 2\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c77256573253",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e9a52895"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 86.74 55.6\" data-name=\"Calque 2\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d99b14daa80",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3d4c7fa5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 41.2 55.83\" data-name=\"Calque 2\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe4456f78af4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a463e369"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 49.3 55.9\" data-name=\"Calque 2\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a2589f53cfad",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-27566c39"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 67.8 55.92\" data-name=\"Calque 2\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2993be25f321",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-37c83db4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 67.33 69.6\" data-name=\"Calque 2\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e4ab6948597",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-30fda5c8"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 70.4 70.4\" data-name=\"Calque 2\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "765e72f9a5ab",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-756745c6"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 100 100\" version=\"1.1\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 100 100\" version=\"1.1\" class=\"plone-icon\">",
            "message": "The HTML attribute(s) \"version\" is deprecated in HTML 5",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 98.14 70.1\" data-name=\"Calque 2\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fecda3d801cf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cc6a99c0"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 70.61 70.61\" data-name=\"Calque 2\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b80a9cfbe220",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2989ccfd"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d1813cafdc2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 36 63.5\" data-name=\"Calque 2\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1857aae5ddb7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e265334f"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 85.7 61.1\" data-name=\"Calque 2\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "05e4a757aedc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5cc4ce67"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 73.31 70.04\" data-name=\"Calque 2\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e9fa47b6799",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a4528c04"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e19bcdcd5858",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a4dedb7"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 15.98 14.21\" data-name=\"Calque 5\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "56b86700235e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9e4dd8eb"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.seneffe.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "46676fd95c87",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c64ff65d"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.seneffe.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b438dbe15bd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c2c6088a"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.seneffe.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d82a257a926",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1a3fab04"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.seneffe.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a9aab2009dc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d291dc9d"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.seneffe.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "47e7ea6f1b8f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cf0a5198"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.seneffe.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3558a0cb8195",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fc3b017d"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.seneffe.be/annuaire/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8a27da5b4a7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b09a19a4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.seneffe.be/annuaire/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "38c2f02aa339",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-32657c73"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a63cb8ace300",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6e7f9087"
          }
        ],
        "outcomeCount": 3903,
        "uniqueFailedCount": 48,
        "duplicateFailedCount": 10,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 10
    },
    {
      "submittedUrl": "https://www.silly.be/",
      "finalUrl": "https://www.silly.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Silly - Accueil — Commune de Silly - Site officiel",
      "elapsedMs": 11439,
      "error": null,
      "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": 1901,
          "failed": 55,
          "cantTell": 46,
          "inapplicable": 43
        },
        "failedRules": [
          "aria-allowed-role",
          "aria-required-children",
          "color-contrast",
          "region"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-command-name",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "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",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"MA COMMUNE\"]",
            "html": "<label aria-label=\"MA COMMUNE\" for=\"navitem-commune\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f0398a3dc954",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fb93ab52"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"VIVRE A SILLY\"]",
            "html": "<label aria-label=\"VIVRE A SILLY\" for=\"navitem-vivreasilly\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6a86a9d63d59",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0a69981d"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Loisirs\"]",
            "html": "<label aria-label=\"Loisirs\" for=\"navitem-loisirs\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "46f25c5a6a13",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3099441e"
          },
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#portal-globalnav",
            "html": "<ul class=\"navbar-nav\" id=\"portal-globalnav\" role=\"menubar\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: [role=button]",
            "relatedPaths": [
              "label[aria-label=\"MA COMMUNE\"]",
              "label[aria-label=\"VIVRE A SILLY\"]",
              "label[aria-label=\"Loisirs\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "db9d8477d12f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8565635e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".col-md-4:nth-child(1) > .ac.table_display.None > .table_image[target=\"\"] > .table_date > span:nth-child(1)",
            "html": "<span>Publié</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.48 (foreground color: #636363, background color: #dfddea, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-id=\"actus\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0133b7099fa2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d97d443c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "span[datetime=\"2026-05-05T22:01:00+00:00\"]",
            "html": "<span class=\"pat-display-time\" data-pat-display-time=\"from-now: true\" datetime=\"2026-05-05T22:01:00+00:00\">il y a 6 heures</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.48 (foreground color: #636363, background color: #dfddea, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-id=\"actus\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a893e7b56ed3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ee004103"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".col-md-4:nth-child(2) > .ac.table_display.None > .table_image[target=\"\"] > .table_date > span:nth-child(1)",
            "html": "<span>Publié</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.48 (foreground color: #636363, background color: #dfddea, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-id=\"actus\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a146ebf37c2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-63244aeb"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "span[datetime=\"2026-05-04T22:01:00+00:00\"]",
            "html": "<span class=\"pat-display-time\" data-pat-display-time=\"from-now: true\" datetime=\"2026-05-04T22:01:00+00:00\">il y a un jour</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.48 (foreground color: #636363, background color: #dfddea, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-id=\"actus\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e8dcde637f3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-77203357"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".col-md-4:nth-child(3) > .ac.table_display.None > .table_image[target=\"\"] > .table_date > span:nth-child(1)",
            "html": "<span>Publié</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.48 (foreground color: #636363, background color: #dfddea, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-id=\"actus\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "abafe17e4a95",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e2fb7558"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "span[datetime=\"2026-05-02T22:01:00+00:00\"]",
            "html": "<span class=\"pat-display-time\" data-pat-display-time=\"from-now: true\" datetime=\"2026-05-02T22:01:00+00:00\">il y a 3 jours</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.48 (foreground color: #636363, background color: #dfddea, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-id=\"actus\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f5014aa7a3b1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5cedbfa4"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".cpas > .table_image[target=\"\"] > .table_date > span:nth-child(1)",
            "html": "<span>Publié</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.48 (foreground color: #636363, background color: #dfddea, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-id=\"actus\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "870d3e3ecf31",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-da9bd025"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "span[datetime=\"2026-04-30T13:26:00+00:00\"]",
            "html": "<span class=\"pat-display-time\" data-pat-display-time=\"from-now: true\" datetime=\"2026-04-30T13:26:00+00:00\">il y a 6 jours</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.48 (foreground color: #636363, background color: #dfddea, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-id=\"actus\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "81c8e98fe93d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6f81c5f6"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".col-md-4:nth-child(5) > .ac.table_display.None > .table_image[target=\"\"] > .table_date > span:nth-child(1)",
            "html": "<span>Publié</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.48 (foreground color: #636363, background color: #dfddea, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-id=\"actus\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7879489e4965",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4308281e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".col-md-4:nth-child(5) > .ac.table_display.None > .table_image[target=\"\"] > .table_date > .pat-display-time[datetime=\"2026-04-29T22:01:00+00:00\"][data-pat-display-time=\"from-now: true\"]",
            "html": "<span class=\"pat-display-time\" data-pat-display-time=\"from-now: true\" datetime=\"2026-04-29T22:01:00+00:00\">il y a 6 jours</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.48 (foreground color: #636363, background color: #dfddea, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-id=\"actus\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6c70053ca61c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2152ac31"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".col-md-4:nth-child(6) > .ac.table_display.None > .table_image[target=\"\"] > .table_date > span:nth-child(1)",
            "html": "<span>Publié</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.48 (foreground color: #636363, background color: #dfddea, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-id=\"actus\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f0b36640eab9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-00995650"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".col-md-4:nth-child(6) > .ac.table_display.None > .table_image[target=\"\"] > .table_date > .pat-display-time[datetime=\"2026-04-29T22:01:00+00:00\"][data-pat-display-time=\"from-now: true\"]",
            "html": "<span class=\"pat-display-time\" data-pat-display-time=\"from-now: true\" datetime=\"2026-04-29T22:01:00+00:00\">il y a 6 jours</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.48 (foreground color: #636363, background color: #dfddea, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-id=\"actus\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a94c13e4725e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5a70e0c8"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".col-md-4:nth-child(7) > .ac.table_display.None > .table_image[target=\"\"] > .table_date > span:nth-child(1)",
            "html": "<span>Publié</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.48 (foreground color: #636363, background color: #dfddea, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-id=\"actus\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "96bf6a080f6a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3467f952"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "span[datetime=\"2026-04-28T22:01:00+00:00\"]",
            "html": "<span class=\"pat-display-time\" data-pat-display-time=\"from-now: true\" datetime=\"2026-04-28T22:01:00+00:00\">il y a 7 jours</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.48 (foreground color: #636363, background color: #dfddea, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-id=\"actus\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a9bb66c105d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-42c7fee3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".col-md-4:nth-child(8) > .ac.table_display.None > .table_image[target=\"\"] > .table_date > span:nth-child(1)",
            "html": "<span>Publié</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.48 (foreground color: #636363, background color: #dfddea, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-id=\"actus\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e9898ade682e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-26b71de0"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "span[datetime=\"2026-04-27T22:01:00+00:00\"]",
            "html": "<span class=\"pat-display-time\" data-pat-display-time=\"from-now: true\" datetime=\"2026-04-27T22:01:00+00:00\">il y a 8 jours</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.48 (foreground color: #636363, background color: #dfddea, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-id=\"actus\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e2cf30eeb8f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f77188a2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[title=\"Sacs Balad’Art\"] > .table_date > span:nth-child(1)",
            "html": "<span>Publié</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.48 (foreground color: #636363, background color: #dfddea, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-id=\"actus\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "46f92acadba6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6f380ace"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "span[datetime=\"2026-04-27T14:04:48+00:00\"]",
            "html": "<span class=\"pat-display-time\" data-pat-display-time=\"from-now: true\" datetime=\"2026-04-27T14:04:48+00:00\">il y a 9 jours</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.48 (foreground color: #636363, background color: #dfddea, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-id=\"actus\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd56f51756b0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-273e6361"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[title=\"Maison à louer à Silly\"] > .table_date > span:nth-child(1)",
            "html": "<span>Publié</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.48 (foreground color: #636363, background color: #dfddea, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-id=\"actus\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f16868482e55",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f2e9eb3b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "span[datetime=\"2026-04-26T22:01:00+00:00\"]",
            "html": "<span class=\"pat-display-time\" data-pat-display-time=\"from-now: true\" datetime=\"2026-04-26T22:01:00+00:00\">il y a 9 jours</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.48 (foreground color: #636363, background color: #dfddea, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-id=\"actus\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8007607a8f30",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-00a8a9da"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".col-md-4:nth-child(11) > .ac.table_display.None > .table_image[target=\"\"] > .table_date > span:nth-child(1)",
            "html": "<span>Publié</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.48 (foreground color: #636363, background color: #dfddea, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-id=\"actus\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "940b86740b0e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d429de34"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "span[datetime=\"2026-04-23T22:01:00+00:00\"]",
            "html": "<span class=\"pat-display-time\" data-pat-display-time=\"from-now: true\" datetime=\"2026-04-23T22:01:00+00:00\">il y a 12 jours</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.48 (foreground color: #636363, background color: #dfddea, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-id=\"actus\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d249f698d4c5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-eb799140"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".table_image[title=\"Trail des 3S\"][target=\"\"] > .table_date > span:nth-child(1)",
            "html": "<span>Publié</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.48 (foreground color: #636363, background color: #dfddea, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-id=\"actus\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "72f12a19b2f9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-69843592"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".table_date > .pat-display-time[datetime=\"2026-04-22T22:01:00+00:00\"][data-pat-display-time=\"from-now: true\"]",
            "html": "<span class=\"pat-display-time\" data-pat-display-time=\"from-now: true\" datetime=\"2026-04-22T22:01:00+00:00\">il y a 13 jours</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.48 (foreground color: #636363, background color: #dfddea, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-id=\"actus\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e007c572f045",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f9b7b7f4"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".col-md-4:nth-child(13) > .ac.table_display.None > .table_image[target=\"\"] > .table_date > span:nth-child(1)",
            "html": "<span>Publié</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.48 (foreground color: #636363, background color: #dfddea, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-id=\"actus\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c8fd05280dc8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7144df5d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "span[datetime=\"2026-04-21T22:01:00+00:00\"]",
            "html": "<span class=\"pat-display-time\" data-pat-display-time=\"from-now: true\" datetime=\"2026-04-21T22:01:00+00:00\">il y a 14 jours</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.48 (foreground color: #636363, background color: #dfddea, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-id=\"actus\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "537d99ba829e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a1cc20dd"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".col-md-4:nth-child(14) > .ac.table_display.None > .table_image[target=\"\"] > .table_date > span:nth-child(1)",
            "html": "<span>Publié</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.48 (foreground color: #636363, background color: #dfddea, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-id=\"actus\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f98fd88ad4d0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-52efa086"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "span[datetime=\"2026-04-20T22:01:00+00:00\"]",
            "html": "<span class=\"pat-display-time\" data-pat-display-time=\"from-now: true\" datetime=\"2026-04-20T22:01:00+00:00\">il y a 15 jours</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.48 (foreground color: #636363, background color: #dfddea, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-id=\"actus\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d1dd08237def",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a5bab5e4"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".col-md-4:nth-child(15) > .ac.table_display.None > .table_image[target=\"\"] > .table_date > span:nth-child(1)",
            "html": "<span>Publié</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.48 (foreground color: #636363, background color: #dfddea, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-id=\"actus\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "358a05084db8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8dc970ac"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "span[datetime=\"2026-04-16T22:00:00+00:00\"]",
            "html": "<span class=\"pat-display-time\" data-pat-display-time=\"from-now: true\" datetime=\"2026-04-16T22:00:00+00:00\">il y a 19 jours</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.48 (foreground color: #636363, background color: #dfddea, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-id=\"actus\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "17b023a45623",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-87fe0180"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".col-md-4:nth-child(16) > .ac.table_display.None > .table_image[target=\"\"] > .table_date > span:nth-child(1)",
            "html": "<span>Publié</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.48 (foreground color: #636363, background color: #dfddea, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-id=\"actus\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3d4ae76a83ec",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d9dc60fb"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "span[datetime=\"2026-04-15T22:01:00+00:00\"]",
            "html": "<span class=\"pat-display-time\" data-pat-display-time=\"from-now: true\" datetime=\"2026-04-15T22:01:00+00:00\">il y a 20 jours</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.48 (foreground color: #636363, background color: #dfddea, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-id=\"actus\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "89a7430da41a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-25196456"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".col-md-4:nth-child(17) > .ac.table_display.None > .table_image[target=\"\"] > .table_date > span:nth-child(1)",
            "html": "<span>Publié</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.48 (foreground color: #636363, background color: #dfddea, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-id=\"actus\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f591735bd756",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-73ab966f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "span[datetime=\"2026-04-14T22:01:00+00:00\"]",
            "html": "<span class=\"pat-display-time\" data-pat-display-time=\"from-now: true\" datetime=\"2026-04-14T22:01:00+00:00\">il y a 21 jours</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.48 (foreground color: #636363, background color: #dfddea, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-id=\"actus\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe08732ca870",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6afdc02b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".col-md-4:nth-child(18) > .ac.table_display.None > .table_image[target=\"\"] > .table_date > span:nth-child(1)",
            "html": "<span>Publié</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.48 (foreground color: #636363, background color: #dfddea, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-id=\"actus\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b2d4ad56f910",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f0d92919"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "span[datetime=\"2026-04-12T22:01:00+00:00\"]",
            "html": "<span class=\"pat-display-time\" data-pat-display-time=\"from-now: true\" datetime=\"2026-04-12T22:01:00+00:00\">il y a 23 jours</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.48 (foreground color: #636363, background color: #dfddea, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-id=\"actus\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7dce4f407617",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5810bef2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".col-md-4:nth-child(19) > .ac.table_display.None > .table_image[target=\"\"] > .table_date > span:nth-child(1)",
            "html": "<span>Publié</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.48 (foreground color: #636363, background color: #dfddea, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-id=\"actus\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "99727d8c4160",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a0c89ab2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "span[datetime=\"2026-04-09T22:01:00+00:00\"]",
            "html": "<span class=\"pat-display-time\" data-pat-display-time=\"from-now: true\" datetime=\"2026-04-09T22:01:00+00:00\">il y a un mois</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.48 (foreground color: #636363, background color: #dfddea, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-id=\"actus\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c3eca471b768",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6ff6d3d4"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".col-md-4:nth-child(20) > .ac.table_display.None > .table_image[target=\"\"] > .table_date > span:nth-child(1)",
            "html": "<span>Publié</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.48 (foreground color: #636363, background color: #dfddea, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-id=\"actus\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d6376792506",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8381bc26"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "span[datetime=\"2026-04-08T22:01:00+00:00\"]",
            "html": "<span class=\"pat-display-time\" data-pat-display-time=\"from-now: true\" datetime=\"2026-04-08T22:01:00+00:00\">il y a un mois</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.48 (foreground color: #636363, background color: #dfddea, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-id=\"actus\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ce589fe94ad",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-31d51588"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".col-md-4:nth-child(21) > .ac.table_display.None > .table_image[target=\"\"] > .table_date > span:nth-child(1)",
            "html": "<span>Publié</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.48 (foreground color: #636363, background color: #dfddea, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-id=\"actus\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0174573e0d60",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-08fce5cb"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".col-md-4:nth-child(21) > .ac.table_display.None > .table_image[target=\"\"] > .table_date > .pat-display-time[datetime=\"2026-04-07T22:01:00+00:00\"][data-pat-display-time=\"from-now: true\"]",
            "html": "<span class=\"pat-display-time\" data-pat-display-time=\"from-now: true\" datetime=\"2026-04-07T22:01:00+00:00\">il y a un mois</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.48 (foreground color: #636363, background color: #dfddea, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-id=\"actus\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c05e86c4e11",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-213a404e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".col-md-4:nth-child(22) > .ac.table_display.None > .table_image[target=\"\"] > .table_date > span:nth-child(1)",
            "html": "<span>Publié</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.48 (foreground color: #636363, background color: #dfddea, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-id=\"actus\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "adcea37a9a40",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-80a52305"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".col-md-4:nth-child(22) > .ac.table_display.None > .table_image[target=\"\"] > .table_date > .pat-display-time[datetime=\"2026-04-07T22:01:00+00:00\"][data-pat-display-time=\"from-now: true\"]",
            "html": "<span class=\"pat-display-time\" data-pat-display-time=\"from-now: true\" datetime=\"2026-04-07T22:01:00+00:00\">il y a un mois</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.48 (foreground color: #636363, background color: #dfddea, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-id=\"actus\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d4b07e4576af",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0e02d483"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".col-md-4:nth-child(23) > .ac.table_display.None > .table_image[target=\"\"] > .table_date > span:nth-child(1)",
            "html": "<span>Publié</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.48 (foreground color: #636363, background color: #dfddea, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-id=\"actus\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b7338bf80f0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-65b394f3"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "span[datetime=\"2026-04-02T22:01:00+00:00\"]",
            "html": "<span class=\"pat-display-time\" data-pat-display-time=\"from-now: true\" datetime=\"2026-04-02T22:01:00+00:00\">il y a un mois</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.48 (foreground color: #636363, background color: #dfddea, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-id=\"actus\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e3fc2d7bfcfb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-acae4462"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".col-md-4:nth-child(24) > .ac.table_display.None > .table_image[target=\"\"] > .table_date > span:nth-child(1)",
            "html": "<span>Publié</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.48 (foreground color: #636363, background color: #dfddea, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-id=\"actus\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "833e19f0665a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b5e6e01d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "span[datetime=\"2026-03-31T22:01:00+00:00\"]",
            "html": "<span class=\"pat-display-time\" data-pat-display-time=\"from-now: true\" datetime=\"2026-03-31T22:01:00+00:00\">il y a un mois</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.48 (foreground color: #636363, background color: #dfddea, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-id=\"actus\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6be473fc9c03",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-96242e73"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".col-md-4:nth-child(25) > .ac.table_display.None > .table_image[target=\"\"] > .table_date > span:nth-child(1)",
            "html": "<span>Publié</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.48 (foreground color: #636363, background color: #dfddea, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-id=\"actus\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de43ce8767ab",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5f8a2233"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "span[datetime=\"2026-03-24T23:01:00+00:00\"]",
            "html": "<span class=\"pat-display-time\" data-pat-display-time=\"from-now: true\" datetime=\"2026-03-24T23:01:00+00:00\">il y a un mois</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.48 (foreground color: #636363, background color: #dfddea, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "div[data-id=\"actus\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0598b16e0f9f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9c010064"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#portal-colophon",
            "html": "<div id=\"portal-colophon\">",
            "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": "fb832a481566",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-edf401d2"
          }
        ],
        "outcomeCount": 2045,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 55
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 5013,
          "failed": 139,
          "cantTell": 80,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_complementary_labelled",
          "aria_content_in_landmark",
          "aria_id_unique",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "svg_graphics_labelled",
          "text_block_heading",
          "text_contrast_sufficient"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style>",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b0f2c3d3666",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b81717"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e4a7aa1e0440",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9ad5fff9"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"https://www.silly.be/++webresource++d5804eac-48ee-5c69-8389-75ac65829cb3/++plone++facetednavigation/faceted-jquery.min.css\" data-bundle=\"faceted.jquery\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a462c75aa3a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f2237708"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"https://www.silly.be/++webresource++722f677e-f77a-5090-99af-8f63f657523c//++theme++silly/dist/css/theme.css\" data-bundle=\"diazo\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "54b0a0dd03cf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-72692d10"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.silly.be/#content\" class=\"show-on-focus\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "126dc1d2addd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-86ab8101"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#portal-globalnav-collapse\" class=\"navbar-toggler\" aria-label=\"Activer/désactiver la navigation\" aria-expanded=\"false\" aria-controls=\"navbarNav\">",
            "message": "The 'id' \"navbarNav\" specified for the ARIA property 'aria-controls' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "271960b2dcb9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7be75485"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#portal-globalnav-collapse\" class=\"navbar-toggler\" aria-label=\"Activer/désactiver la navigation\" aria-expanded=\"false\" aria-controls=\"navbarNav\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f59a59a04cd6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-55b9b791"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"#offcanvasSearch\" data-bs-toggle=\"offcanvas\" data-bs-target=\"#offcanvasSearch\" aria-controls=\"offcanvasSearch\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "19638526802f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a652846"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside id=\"global_statusmessage\" class=\"col-12\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a72b8118862",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d6a7e678"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 56 49\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fbb0af3248a4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7a601ded"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'e-Guichet' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "49d0de1b9a19",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-abe54ce3"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 23.5 19.23\" fill=\"#000\" class=\"plone-icon\" aria-labelledby=\"title\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab4d32e39a83",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8fb3f986"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 23.5 19.23\" fill=\"#000\" class=\"plone-icon\" aria-labelledby=\"title\">",
            "message": "The 'id' \"title\" specified for the ARIA property 'aria-labelledby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "89b23698ea62",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-76e1b79e"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Démarches et infos pratiques' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 28 34.12\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c9fdb1cb85f9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e3dfa86a"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Infos travaux' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "96ac9efe9ab8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1235fcca"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Annuaire' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 44.57 43.95\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c37b565ce93a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5ef8e8c6"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Avis et enquêtes' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 43 52\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac53c59802f0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6ecaeb66"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Déchets' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 48\" fill=\"#fff\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ae6c808d9ff6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-648e33b0"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'N° d'urgence' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 15.33 15.33\" data-name=\"Calque 4\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cfdecdbb3fda",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-27701ebe"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'PAV - Bulles à Verre - RecyParc' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Cittaslow' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Centre culturel' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Beeslow' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'SillySports' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "12581da41477",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span datetime=\"2026-05-05T22:01:00+00:00\" data-pat-display-time=\"from-now: true\" class=\"pat-display-time\">",
            "message": "Text contrast of 4.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e2035d0f969",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-daa9d2ea"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Activité GAPS : comprendre le monde bancaire' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span datetime=\"2026-05-04T22:01:00+00:00\" data-pat-display-time=\"from-now: true\" class=\"pat-display-time\">",
            "message": "Text contrast of 4.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3cc498912990",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-eb205be4"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span datetime=\"2026-05-02T22:01:00+00:00\" data-pat-display-time=\"from-now: true\" class=\"pat-display-time\">",
            "message": "Text contrast of 4.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8688bacf2c6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7cc0f4c7"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span datetime=\"2026-04-30T13:26:00+00:00\" data-pat-display-time=\"from-now: true\" class=\"pat-display-time\">",
            "message": "Text contrast of 4.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ad8ac94d91cb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d11ae445"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Activité GAPS : à la découverte du monde bancaire' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span datetime=\"2026-04-29T22:01:00+00:00\" data-pat-display-time=\"from-now: true\" class=\"pat-display-time\">",
            "message": "Text contrast of 4.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6226aad24065",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3748ddde"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span datetime=\"2026-04-29T22:01:00+00:00\" data-pat-display-time=\"from-now: true\" class=\"pat-display-time\">",
            "message": "Text contrast of 4.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Avis d'annonce - Thomas & Piron Home' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span datetime=\"2026-04-28T22:01:00+00:00\" data-pat-display-time=\"from-now: true\" class=\"pat-display-time\">",
            "message": "Text contrast of 4.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bc159995c7df",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-70963f7a"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Avis d'enquête publique - BONNARENS Maxime et LOTENS Alicia' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span datetime=\"2026-04-27T22:01:00+00:00\" data-pat-display-time=\"from-now: true\" class=\"pat-display-time\">",
            "message": "Text contrast of 4.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "51394ccea9ce",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d040042d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span datetime=\"2026-04-27T14:04:48+00:00\" data-pat-display-time=\"from-now: true\" class=\"pat-display-time\">",
            "message": "Text contrast of 4.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9060b8f5b016",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-48e2de91"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Sacs Balad’Art' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span datetime=\"2026-04-26T22:01:00+00:00\" data-pat-display-time=\"from-now: true\" class=\"pat-display-time\">",
            "message": "Text contrast of 4.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "76b5be75e90e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c91b5e4e"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Maison à louer à Silly' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span datetime=\"2026-04-23T22:01:00+00:00\" data-pat-display-time=\"from-now: true\" class=\"pat-display-time\">",
            "message": "Text contrast of 4.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c81fe73e4453",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d1031ca5"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Silly Silence : une exposition artistique en pleine nature' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span datetime=\"2026-04-22T22:01:00+00:00\" data-pat-display-time=\"from-now: true\" class=\"pat-display-time\">",
            "message": "Text contrast of 4.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c0bfa62ef330",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-83e44771"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Trail des 3S' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span datetime=\"2026-04-21T22:01:00+00:00\" data-pat-display-time=\"from-now: true\" class=\"pat-display-time\">",
            "message": "Text contrast of 4.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d1038f113689",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-07d6bf1c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span datetime=\"2026-04-20T22:01:00+00:00\" data-pat-display-time=\"from-now: true\" class=\"pat-display-time\">",
            "message": "Text contrast of 4.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "19ccd99fd27f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-136b1da8"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Championnat de mini-foot handisport – Division 2' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span datetime=\"2026-04-16T22:00:00+00:00\" data-pat-display-time=\"from-now: true\" class=\"pat-display-time\">",
            "message": "Text contrast of 4.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fbe5a4f11641",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cd401331"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span datetime=\"2026-04-15T22:01:00+00:00\" data-pat-display-time=\"from-now: true\" class=\"pat-display-time\">",
            "message": "Text contrast of 4.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e3980dc67285",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-14763cda"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span datetime=\"2026-04-14T22:01:00+00:00\" data-pat-display-time=\"from-now: true\" class=\"pat-display-time\">",
            "message": "Text contrast of 4.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "666863e47731",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5a1c18bc"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Rappel des règles de sortie des déchets ménagers' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span datetime=\"2026-04-12T22:01:00+00:00\" data-pat-display-time=\"from-now: true\" class=\"pat-display-time\">",
            "message": "Text contrast of 4.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "450f4eff9576",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5bd9dfa8"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Action compost IPALLE : du matériel à prix réduit' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span datetime=\"2026-04-09T22:01:00+00:00\" data-pat-display-time=\"from-now: true\" class=\"pat-display-time\">",
            "message": "Text contrast of 4.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b722120e619",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-179e87cf"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Service Population : des horaires adaptés à vos besoins' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span datetime=\"2026-04-08T22:01:00+00:00\" data-pat-display-time=\"from-now: true\" class=\"pat-display-time\">",
            "message": "Text contrast of 4.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe52872f52ce",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-512d47d8"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Signalez vos captures de frelons à pattes jaunes' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span datetime=\"2026-04-07T22:01:00+00:00\" data-pat-display-time=\"from-now: true\" class=\"pat-display-time\">",
            "message": "Text contrast of 4.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "125f72bd7bc9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5f4aa40e"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'De nouveaux circuits printaniers à découvrir à Silly' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span datetime=\"2026-04-07T22:01:00+00:00\" data-pat-display-time=\"from-now: true\" class=\"pat-display-time\">",
            "message": "Text contrast of 4.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Alerte à l’escroquerie au distributeur Batopin – Rue Saint-Pierre' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span datetime=\"2026-04-02T22:01:00+00:00\" data-pat-display-time=\"from-now: true\" class=\"pat-display-time\">",
            "message": "Text contrast of 4.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d189095396d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9e594cb0"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Signalisation préalable à l’installation de caméras mobiles' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span datetime=\"2026-03-31T22:01:00+00:00\" data-pat-display-time=\"from-now: true\" class=\"pat-display-time\">",
            "message": "Text contrast of 4.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d0fea46334e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fc3fc553"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Frelon asiatique : retour sur la séance d’information' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "Text contrast of 4.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span datetime=\"2026-03-24T23:01:00+00:00\" data-pat-display-time=\"from-now: true\" class=\"pat-display-time\">",
            "message": "Text contrast of 4.48 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d6ed7f1efbd2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b7f25a7e"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"table_title\">",
            "message": "Confirm this text 'Mise à jour du listing des acteurs économiques de Silly' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h2 class=\"section-title\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 34px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c4ab6017495b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f7bf1660"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Silly Silence\" target=\"\" href=\"https://www.silly.be/agenda/silly-silence?u=45a6753822b840a38aaeab1bed68a72a\" class=\"swiper_link culture\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f70ed111fe5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-194b51bf"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Petites Boucles\" target=\"\" href=\"https://www.silly.be/agenda/petites-boucles?u=b8cf159d3f17490aa07786ea811d8209\" class=\"swiper_link sis\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "feb4061c8f0e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ccf172c0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Nuit de la Musique\" target=\"\" href=\"https://www.silly.be/agenda/nuit-de-la-musique?u=a660da99367f41eeace250166e7c451a\" class=\"swiper_link culture\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e5280f100b19",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5d7f7101"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Vernissage : Silly Silence\" target=\"\" href=\"https://www.silly.be/agenda/vernissage-silly-silence?u=d66ddc42ca1e4ca6be4b0828dee08500\" class=\"swiper_link culture\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "759383113994",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f9027213"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Echappée Vélo\" target=\"\" href=\"https://www.silly.be/agenda/echappee-velo?u=bdee98eb466e4415aaad91d0626a1d50\" class=\"swiper_link sis\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "672a351d9325",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-224b57b4"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Balade Artistique\" target=\"\" href=\"https://www.silly.be/agenda/balade-artistique?u=3ddea1579edc46feb1800321729fa395\" class=\"swiper_link sis\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "825ecbd5e905",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0848feee"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Petites Boucles\" target=\"\" href=\"https://www.silly.be/agenda/petites-boucles?u=b8cf159d3f17490aa07786ea811d8209\" class=\"swiper_link sis\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Le retour des Obits\" target=\"\" href=\"https://www.silly.be/agenda/le-retour-des-obits?u=4341268ffe494401903d6d4b1cb73aa0\" class=\"swiper_link sis\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b69f892323e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-783d4fba"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Marche Nordique\" target=\"\" href=\"https://www.silly.be/agenda/marche-nordique?u=b7a9f7d96487475b86bd5eb5397fb50f\" class=\"swiper_link sis\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "05a6faf23be1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8f462277"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"MaquiStory\" target=\"\" href=\"https://www.silly.be/agenda/maquistory?u=3b899777eaec4ceabd0af3ab343c28e4\" class=\"swiper_link sis\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de5d5a45c664",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c1da619e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Excursion Marche Nordique à Maredsous\" target=\"\" href=\"https://www.silly.be/agenda/excursion-marche-nordique-a-maredsous?u=aa3dcb6330a14c3eb57302229804dc3b\" class=\"swiper_link sis\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c05c42aceb8b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4f0af879"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Petites Boucles\" target=\"\" href=\"https://www.silly.be/agenda/petites-boucles?u=b8cf159d3f17490aa07786ea811d8209\" class=\"swiper_link sis\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Balade Artistique\" target=\"\" href=\"https://www.silly.be/agenda/balade-artistique?u=3ddea1579edc46feb1800321729fa395\" class=\"swiper_link sis\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Marche Nordique\" target=\"\" href=\"https://www.silly.be/agenda/marche-nordique?u=b7a9f7d96487475b86bd5eb5397fb50f\" class=\"swiper_link sis\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"MaquiStory\" target=\"\" href=\"https://www.silly.be/agenda/maquistory?u=3b899777eaec4ceabd0af3ab343c28e4\" class=\"swiper_link sis\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Balade équestre\" target=\"\" href=\"https://www.silly.be/agenda/balade-equestre?u=b2c8ceece78346c184b47e01d08d37e4\" class=\"swiper_link sis\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "62c49feb85e7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4ab7f625"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Marche Nordique\" target=\"\" href=\"https://www.silly.be/agenda/marche-nordique?u=b7a9f7d96487475b86bd5eb5397fb50f\" class=\"swiper_link sis\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"MaquiStory\" target=\"\" href=\"https://www.silly.be/agenda/maquistory?u=3b899777eaec4ceabd0af3ab343c28e4\" class=\"swiper_link sis\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Petites Boucles\" target=\"\" href=\"https://www.silly.be/agenda/petites-boucles?u=b8cf159d3f17490aa07786ea811d8209\" class=\"swiper_link sis\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Balade Artistique\" target=\"\" href=\"https://www.silly.be/agenda/balade-artistique?u=3ddea1579edc46feb1800321729fa395\" class=\"swiper_link sis\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Balade Artistique\" target=\"\" href=\"https://www.silly.be/agenda/balade-artistique?u=3ddea1579edc46feb1800321729fa395\" class=\"swiper_link sis\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Petites Boucles\" target=\"\" href=\"https://www.silly.be/agenda/petites-boucles?u=b8cf159d3f17490aa07786ea811d8209\" class=\"swiper_link sis\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Marche Nordique\" target=\"\" href=\"https://www.silly.be/agenda/marche-nordique?u=b7a9f7d96487475b86bd5eb5397fb50f\" class=\"swiper_link sis\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"MaquiStory\" target=\"\" href=\"https://www.silly.be/agenda/maquistory?u=3b899777eaec4ceabd0af3ab343c28e4\" class=\"swiper_link sis\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Marche Nordique\" target=\"\" href=\"https://www.silly.be/agenda/marche-nordique?u=b7a9f7d96487475b86bd5eb5397fb50f\" class=\"swiper_link sis\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"MaquiStory\" target=\"\" href=\"https://www.silly.be/agenda/maquistory?u=3b899777eaec4ceabd0af3ab343c28e4\" class=\"swiper_link sis\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Petites Boucles\" target=\"\" href=\"https://www.silly.be/agenda/petites-boucles?u=b8cf159d3f17490aa07786ea811d8209\" class=\"swiper_link sis\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a title=\"Petites Boucles\" target=\"\" href=\"https://www.silly.be/agenda/petites-boucles?u=b8cf159d3f17490aa07786ea811d8209\" class=\"swiper_link sis\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.silly.be/#content-header\" class=\"show-on-focus skip-before-footer\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d4fc337159a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d33e8d2b"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e9f2d60dc4cd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"contact_subtitle\">",
            "message": "Confirm this text 'Commune de Silly' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c00e4034411c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6fb8f3a5"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.silly.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fdb78575f69f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-97e451ce"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.silly.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6f71c3e88838",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2974b75e"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.silly.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3d4381ddc26a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4818bae2"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.silly.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c8be69097faa",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6fb39b65"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.silly.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "097e61310632",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f6ac20e6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.silly.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d5222962b1b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ef86daa0"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.silly.be/annuaire/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cdbb66a26a9f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b36e5b6f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.silly.be/annuaire/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5966a72aa8ef",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7ca3cdd1"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "132d3a5b3114",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6e7f9087"
          }
        ],
        "outcomeCount": 5233,
        "uniqueFailedCount": 67,
        "duplicateFailedCount": 72,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 72
    },
    {
      "submittedUrl": "https://www.sivry-rance.be/",
      "finalUrl": "https://www.sivry-rance.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Sivry-Rance - administration communale",
      "elapsedMs": 10171,
      "error": null,
      "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": 1036,
          "failed": 57,
          "cantTell": 7,
          "inapplicable": 46
        },
        "failedRules": [
          "aria-hidden-focus",
          "color-contrast",
          "landmark-one-main",
          "link-name",
          "meta-viewport",
          "page-has-heading-one",
          "region"
        ],
        "passedRules": [
          "accesskeys",
          "aria-allowed-attr",
          "aria-conditional-attr",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "autocomplete-valid",
          "avoid-inline-spacing",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "frame-tested",
          "frame-title",
          "frame-title-unique",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "label",
          "label-title-only",
          "landmark-contentinfo-is-top-level",
          "landmark-no-duplicate-contentinfo",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport-large",
          "nested-interactive",
          "presentation-role-conflict",
          "region",
          "table-duplicate-name",
          "td-headers-attr"
        ],
        "failures": [
          {
            "rule": "aria-hidden-focus",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".clone[aria-hidden=\"true\"]:nth-child(1)",
            "html": "<li class=\"clone\" aria-hidden=\"true\" style=\"width: 1192px; float: left; display: block;\">",
            "message": "ARIA hidden element must not be focusable or contain focusable elements",
            "fixSummary": "Fix all of the following:\n  Focusable content should have tabindex=\"-1\" or be removed from the DOM",
            "relatedPaths": [
              ".clone[aria-hidden=\"true\"]:nth-child(1) > .linkimg",
              ".clone[aria-hidden=\"true\"]:nth-child(1) > .flex-caption > .flex-caption-inner > h2 > a",
              ".clone[aria-hidden=\"true\"]:nth-child(1) > .flex-caption > .flex-caption-inner > p > a",
              ".clone[aria-hidden=\"true\"]:nth-child(1) > .read-next-link > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da8b8f3e3676",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-48676e3f"
          },
          {
            "rule": "aria-hidden-focus",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".clone[aria-hidden=\"true\"]:nth-child(7)",
            "html": "<li style=\"width: 1192px; float: left; display: block;\" class=\"clone\" aria-hidden=\"true\">",
            "message": "ARIA hidden element must not be focusable or contain focusable elements",
            "fixSummary": "Fix all of the following:\n  Focusable content should have tabindex=\"-1\" or be removed from the DOM",
            "relatedPaths": [
              ".clone[aria-hidden=\"true\"]:nth-child(7) > .linkimg",
              ".clone[aria-hidden=\"true\"]:nth-child(7) > .flex-caption > .flex-caption-inner > h2 > a",
              ".clone[aria-hidden=\"true\"]:nth-child(7) > .flex-caption > .flex-caption-inner > p > a",
              ".clone[aria-hidden=\"true\"]:nth-child(7) > .read-next-link > a"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e5ec2cc18396",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-94291ac2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#searchGadget",
            "html": "<input accesskey=\"4\" class=\"searchField\" id=\"searchGadget\" name=\"SearchableText\" placeholder=\"Recherche\" size=\"18\" title=\"Recherche\" type=\"text\" autocomplete=\"off\">",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.94 (foreground color: #808080, background color: #ffffff, font size: 12.5pt (16.64px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#searchGadget",
              ".LSBox"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dcd3d1b21b01",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6d504bd2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".footer-sitemap-item:nth-child(1) > a[title=\"\"]",
            "html": "<a href=\"https://www.sivry-rance.be/ma-commune\" title=\"\">Ma commune</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.13 (foreground color: #317d9b, background color: #f2f2f2, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer-wrapper > .row"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "10e44da03267",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-14ce65cf"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".footer-sitemap-item:nth-child(2) > a[title=\"\"]",
            "html": "<a href=\"https://www.sivry-rance.be/loisirs\" title=\"\">Loisirs</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.13 (foreground color: #317d9b, background color: #f2f2f2, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer-wrapper > .row"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c20717d846cc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-71983e15"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".footer-sitemap-item:nth-child(3) > a[title=\"\"]",
            "html": "<a href=\"https://www.sivry-rance.be/economie\" title=\"\">Economie</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.13 (foreground color: #317d9b, background color: #f2f2f2, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer-wrapper > .row"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d6c0a3d33327",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c4bf8850"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".footer-sitemap-item:nth-child(4) > a[title=\"\"]",
            "html": "<a href=\"https://www.sivry-rance.be/je-suis\" title=\"\">Je suis</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.13 (foreground color: #317d9b, background color: #f2f2f2, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer-wrapper > .row"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c944bd919789",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d108947a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".footer-sitemap-item:nth-child(5) > a[title=\"\"]",
            "html": "<a href=\"https://www.sivry-rance.be/je-trouve\" title=\"\">Je trouve</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.13 (foreground color: #317d9b, background color: #f2f2f2, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer-wrapper > .row"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "54c6f21ef14b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-80bb8293"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p > span:nth-child(1) > a",
            "html": "<a href=\"https://www.sivry-rance.be/gdpr-view\">Mentions Légales</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.94 (foreground color: #be5045, background color: #eaeaea, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f1a6544c24f9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-752db992"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "p > span:nth-child(2) > a",
            "html": "<a href=\"https://www.sivry-rance.be/accessibility-info\">Déclaration sur l'accessibilité</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.94 (foreground color: #be5045, background color: #eaeaea, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "05444274ea77",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2effd955"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[rel=\"#pb_3\"]",
            "html": "<a class=\"consent-link link-overlay\" href=\"https://www.sivry-rance.be/@@consent\" rel=\"#pb_3\" style=\"cursor: pointer;\">Gestion des cookies</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.94 (foreground color: #be5045, background color: #eaeaea, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b0441930e96c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9e633b6a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"www.imio.be\"]",
            "html": "<a href=\"http://www.imio.be\" target=\"_blank\">IMIO</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.94 (foreground color: #be5045, background color: #eaeaea, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ba4ff682c75",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-639d7068"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[target=\"_blank\"]:nth-child(6)",
            "html": "<a href=\"http://fr.wikipedia.org/wiki/Free_Software_Foundation\" target=\"_blank\">licence libre</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.94 (foreground color: #be5045, background color: #eaeaea, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-footer"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c4040b4348bd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7c0caa42"
          },
          {
            "rule": "landmark-one-main",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "html",
            "html": "<html lang=\"fr\" xml:lang=\"fr\" xmlns=\"http://www.w3.org/19...\" class=\"js flexbox canvas ca...\">",
            "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": "e3d865ffb989",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b00be0"
          },
          {
            "rule": "landmark-one-main",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "iframe",
            "html": "<html><head></head><body></body></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": "6b6711c0ca37",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e6b8472e"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "#portaltab-index_html > a[href$=\"www.sivry-rance.be\"][title=\"\"]",
            "html": "<a href=\"https://www.sivry-rance.be\" title=\"\"><span class=\"icon-home\"></span></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 an empty title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "37035d3115dc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a18d419e"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "li:nth-child(2) > .flex-caption > .flex-caption-inner > p > a",
            "html": "<a href=\"https://www.sivry-rance.be/actualites/merites-sportifs-candidature-2026\"></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": "727e01fae4f9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-84222fbc"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".flex-active-slide > .flex-caption > .flex-caption-inner > p > a",
            "html": "<a href=\"https://www.sivry-rance.be/actualites/luniversite-des-enfants-de-charleroi-est-de-retour\"></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": "886d50965a5c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-282882aa"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "li:nth-child(4) > .flex-caption > .flex-caption-inner > p > a",
            "html": "<a href=\"https://www.sivry-rance.be/evenements/rire-vous-presente-hugo-simon-6600\"></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": "37c0286778e4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-198a52dd"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "li:nth-child(5) > .flex-caption > .flex-caption-inner > p > a",
            "html": "<a href=\"https://www.sivry-rance.be/actualites/nouveau-coup-de-pouce-sport-2026\"></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": "04bfaa851e85",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9076d1c7"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "li:nth-child(6) > .flex-caption > .flex-caption-inner > p > a",
            "html": "<a href=\"https://www.sivry-rance.be/actualites/retrouvez-toutes-les-decisions-et-publications-officielles-pour-votre-commune\"></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": "071cc35c893c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-67cfaece"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".bloc-2 > .titre-rss > .bloc-rss",
            "html": "<a class=\"bloc-rss\" href=\"https://www.sivry-rance.be/actualites/index/atom.xml\">\n<img alt=\"Flux RSS\" src=\"++resource++cpskin.core.images/rss.png\">\n</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": "f40220a692df",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2ab48541"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".bloc-3 > .titre-rss > .bloc-rss",
            "html": "<a class=\"bloc-rss\" href=\"https://www.sivry-rance.be/evenements/index/atom.xml\">\n<img alt=\"Flux RSS\" src=\"++resource++cpskin.core.images/rss.png\">\n</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": "26f969d55fb9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7f227148"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "td:nth-child(1) > .image-dummy > a[target=\"_blank\"]",
            "html": "<a href=\"https://agenda.appoint.be/e/dVd0MksrY250YndCY3IvTFlMS2RENlhMWjg4bTNJQUxRcENTdlF3ak9nZDlmMmZVTFF6V0dPajduSENveHBpdVlFaithK1N1WEVkc0IxVUJNZ1ZRZWN1aThBV3BwbTIyb2hoYTdTYVQyaXhUSFFqaCtmdmJKd0JYelh6WUJkY3Q%3D\" target=\"_blank\">",
            "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": "707d07e01e57",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-eb9e66ee"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "td:nth-child(2) > .image-dummy > a[target=\"_blank\"]",
            "html": "<a href=\"http://wallonie.aidants-proches.be/\" target=\"_blank\"><img alt=\"\" height=\"200\" src=\"https://www.sivry-rance.be/logo-ap-1.png/@@images/4644819c-7a87-4971-b10e-6f7f92a3741f.png\" title=\"logo ap 1\" width=\"247\"></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": "9ac98db820fa",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e11c5a01"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "a[href$=\"meteosivry-rance.be/\"]",
            "html": "<a href=\"https://meteosivry-rance.be/\" target=\"_blank\"><img alt=\"\" height=\"200\" src=\"https://www.sivry-rance.be/logo-meteosivry-rance-2.jpg/@@images/91d9b497-1d5b-4568-909e-107115295ecd.jpeg\" title=\"Logo meteosivry rance 2\" width=\"247\"></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": "58c613fecf5a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a82875c7"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "td:nth-child(4) > .image-dummy > a[target=\"_blank\"]",
            "html": "<a href=\"https://airallergy.sciensano.be/fr\" target=\"_blank\"><img alt=\"\" height=\"200\" src=\"https://www.sivry-rance.be/allergie.jpg/@@images/c7c551fd-8318-4d6b-8512-53eca41a60c2.jpeg\" title=\"allergie\" width=\"247\"></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": "09d316465f71",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e62ab334"
          },
          {
            "rule": "meta-viewport",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport?application=playwright",
            "impact": "moderate",
            "wcagSc": [
              "wcag2aa",
              "wcag144"
            ],
            "xpath": "meta[name=\"viewport\"]",
            "html": "<meta content=\"width=device-width, minimum-scale=1.0, maximum-scale=1.0\" name=\"viewport\">",
            "message": "Zooming and scaling must not be disabled",
            "fixSummary": "Fix any of the following:\n  maximum-scale on <meta> tag disables zooming on mobile devices",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bbed46e524db",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-98527d57"
          },
          {
            "rule": "page-has-heading-one",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "html",
            "html": "<html lang=\"fr\" xml:lang=\"fr\" xmlns=\"http://www.w3.org/19...\" class=\"js flexbox canvas ca...\">",
            "message": "Page should contain a level-one heading",
            "fixSummary": "Fix all of the following:\n  Page must have a level-one heading",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e225224c9df1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ee8d7590"
          },
          {
            "rule": "page-has-heading-one",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/page-has-heading-one?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "iframe",
            "html": "<html><head></head><body></body></html>",
            "message": "Page should contain a level-one heading",
            "fixSummary": "Fix all of the following:\n  Page must have a level-one heading",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f1db5e8a13b3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dadc1ce2"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#gdpr-consent-banner > span",
            "html": "<span>Ce site utilise des cookies pour vous fournir une expérience optimale (lecture de vidéos, affichage de plans et de contenus issus des réseaux sociaux notamment).</span>",
            "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": "a44ce01d8bc4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-10afa511"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "a[rel=\"#pb_4\"]",
            "html": "<a href=\"https://www.sivry-rance.be/@@consent\" rel=\"#pb_4\" class=\"link-overlay\" style=\"cursor: pointer;\">En savoir plus et personnaliser</a>",
            "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": "bb439b8e3a35",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b9a13803"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#top-actions",
            "html": "<div id=\"top-actions\" xmlns:xi=\"http://www.w3.org/2001/XInclude\">",
            "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": "57d1852afdb8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-611321ac"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#portal-logo",
            "html": "<a accesskey=\"1\" href=\"https://www.sivry-rance.be\" id=\"portal-logo\" title=\"Sivry-Rance - administration communale\">",
            "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": "b737b0cb7f75",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f5944d4a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "label[for=\"searchGadget\"]",
            "html": "<label class=\"hiddenStructure\" for=\"searchGadget\">Chercher par</label>",
            "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": "ace27bd23896",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c8500bcc"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#searchGadget",
            "html": "<input accesskey=\"4\" class=\"searchField\" id=\"searchGadget\" name=\"SearchableText\" placeholder=\"Recherche\" size=\"18\" title=\"Recherche\" type=\"text\" autocomplete=\"off\">",
            "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": "21bd678ac237",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d000e467"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#portal-advanced-search",
            "html": "<div class=\"hiddenStructure\" id=\"portal-advanced-search\">\n<a accesskey=\"5\" href=\"https://www.sivry-rance.be/@@search\">Recherche avancée…</a>\n</div>",
            "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": "028e0502a554",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-481929a7"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#top-navigation-inner > .hiddenStructure:nth-child(1)",
            "html": "<p class=\"hiddenStructure\">\n<a accesskey=\"2\" href=\"https://www.sivry-rance.be/#content\">Aller au contenu.</a> |\n\n  <a accesskey=\"6\" href=\"https://www.sivry-rance.be/#portal-globalnav\">Aller à la navigation</a>\n</p>",
            "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": "13f93cac7a22",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e9f91063"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#top-navigation-inner > .hiddenStructure:nth-child(2)",
            "html": "<p class=\"hiddenStructure\">Navigation</p>",
            "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": "3ca1b629a876",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7ac4712f"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "h5",
            "html": "<h5 class=\"hiddenStructure\">Navigation</h5>",
            "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": "939af9d94046",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5a996fd3"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".slides > li:nth-child(2)",
            "html": "<li style=\"width: 1192px; float: left; display: block;\" class=\"flex-active-slide\">",
            "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": "4434633f0978",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-792a6735"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".flex-active-slide",
            "html": "<li style=\"width: 1192px; float: left; display: block;\">",
            "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": "fc4900bde760",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-809adb04"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".slides > li:nth-child(4)",
            "html": "<li style=\"width: 1192px; float: left; display: block;\">",
            "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": "8eb120b24ef2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f9aa341f"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".slides > li:nth-child(5)",
            "html": "<li style=\"width: 1192px; float: left; display: block;\">",
            "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": "9f494de318d1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-00df7990"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".slides > li:nth-child(6)",
            "html": "<li style=\"width: 1192px; float: left; display: block;\">",
            "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": "8be5d399ba7a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c935eab9"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "ol",
            "html": "<ol class=\"flex-control-nav flex-control-paging\"><li><a class=\"flex-active\">1</a></li><li><a>2</a></li><li><a>3</a></li><li><a>4</a></li><li><a>5</a></li></ol>",
            "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": "09b665baf094",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4846dd49"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".flex-direction-nav",
            "html": "<ul class=\"flex-direction-nav\"><li><a class=\"flex-prev\" href=\"#\">Previous</a></li><li><a class=\"flex-next\" href=\"#\">Next</a></li></ul>",
            "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": "d0b0beca54ba",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b48e3a16"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-2 > .titre-rss > .titre",
            "html": "<a class=\"titre\" href=\"https://www.sivry-rance.be/actualites/index\">\n<h2>Actualités</h2>\n</a>",
            "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": "1c96379959a3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bd2f0163"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-2 > .results.parsable-content",
            "html": "<div class=\"results parsable-content\">",
            "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": "a1661b2770c6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-88ff3f6a"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-2 > .voir-tout-content",
            "html": "<div class=\"voir-tout-content\">\n<a class=\"voir-tout\" href=\"https://www.sivry-rance.be/actualites/index\">\n                       Voir l'ensemble des actualités\n                      </a>\n</div>",
            "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": "9180b786c2d1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ec934e18"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-3 > .titre-rss > .titre",
            "html": "<a class=\"titre\" href=\"https://www.sivry-rance.be/evenements/index\">\n<h2>Agenda</h2>\n</a>",
            "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": "1f249fb19e55",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1b86520d"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-3 > .results.parsable-content",
            "html": "<div class=\"results parsable-content\">",
            "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": "c0640250e9cb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c8a5ffa1"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bloc-3 > .voir-tout-content",
            "html": "<div class=\"voir-tout-content\">\n<a class=\"voir-tout\" href=\"https://www.sivry-rance.be/evenements/index\">\n                       Voir l'ensemble des agenda\n                      </a>\n</div>",
            "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": "eb753db114cc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7cc37511"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".albums-container",
            "html": "<div class=\"albums-container\">",
            "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": "dcb34e766546",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3e5f2335"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".videos-container > h2",
            "html": "<h2>Vidéos</h2>",
            "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": "0b523e472ede",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4e9f2528"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".gdpr-iframe-message",
            "html": "<div class=\"gdpr-iframe-message\">Cette fonctionnalité nécessite l'acceptation des cookies.<br><a class=\"consent-link link-overlay\" href=\"https://www.sivry-rance.be/@@consent\" rel=\"#pb_2\" style=\"cursor: pointer;\">Modifier vos préférences en matière de cookies</a>.</div>",
            "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": "42c8bbf7edfb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-28b1c3a9"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".right > .link-all",
            "html": "<a class=\"link-all\" href=\"https://www.sivry-rance.be/videos/index\">\n                Voir toutes les vidéos\n            </a>",
            "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": "6e1789c63c97",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c4625f8c"
          }
        ],
        "outcomeCount": 1146,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 57
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 3466,
          "failed": 141,
          "cantTell": 58,
          "inapplicable": 0
        },
        "failedRules": [
          "a_text_purpose",
          "aria_attribute_valid",
          "aria_attribute_value_valid",
          "aria_content_in_landmark",
          "aria_contentinfo_misuse",
          "aria_form_label_unique",
          "aria_hidden_nontabbable",
          "aria_landmark_name_unique",
          "element_attribute_deprecated",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "frame_src_valid",
          "heading_content_exists",
          "html_lang_exists",
          "html_skipnav_exists",
          "img_alt_null",
          "input_label_visible",
          "style_color_misuse",
          "style_highcontrast_visible",
          "table_headers_exists",
          "text_contrast_sufficient",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "58c3b8d68ed4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9ad5fff9"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style>",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6f7e2b3992c3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b81717"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<style type=\"text/css\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3871e6667599",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form method=\"POST\" data-json-url=\"https://www.sivry-rance.be/@@consent-json\" action=\"https://www.sivry-rance.be/@@accept_or_refuse_all\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4501c27586b0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-54c6fa1a"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<form method=\"POST\" data-json-url=\"https://www.sivry-rance.be/@@consent-json\" action=\"https://www.sivry-rance.be/@@accept_or_refuse_all\">",
            "message": "Multiple elements with \"form\" landmarks within the same parent region are not distinguished from one another because they have the same \"\" label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0764710f7dcd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b6491637"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ebfeb1eb8904",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-62a9622d"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "377eb63ffe19",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1b601da8"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a style=\"cursor: pointer;\" class=\"link-overlay\" rel=\"#pb_4\" href=\"https://www.sivry-rance.be/@@consent\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e9fae239f8f4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-47aef9eb"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "936a320954bd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ddecc5e3"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "550fe8a48713",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c8dbfadd"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p class=\"hiddenStructure\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ccfb478fb98",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4681057b"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a style=\"cursor: pointer;\" class=\"link-overlay\" rel=\"#pb_1\" id=\"personaltools-login\" href=\"https://www.sivry-rance.be/login\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "38f0e1e25920",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-83dbf114"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul id=\"portal-siteactions\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4036262152c2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8b43a333"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a title=\"Sivry-Rance - administration communale\" id=\"portal-logo\" href=\"https://www.sivry-rance.be\" accesskey=\"1\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "14bb20f5f1e1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bad041fb"
          },
          {
            "rule": "aria_form_label_unique",
            "xpath": null,
            "html": "<form id=\"livesearch0\" action=\"https://www.sivry-rance.be/@@search\">",
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3d34a53e7338",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3d96d1bb"
          },
          {
            "rule": "aria_landmark_name_unique",
            "xpath": null,
            "html": "<form id=\"livesearch0\" action=\"https://www.sivry-rance.be/@@search\">",
            "message": "Multiple elements with \"form\" landmarks within the same parent region are not distinguished from one another because they have the same \"\" label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "543411809708",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-805ed422"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Rechercher\" type=\"submit\" class=\"searchButton\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f8996dbf85d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c08934de"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.sivry-rance.be/@@search\" accesskey=\"5\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "040c0003a863",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dcb8e653"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.sivry-rance.be/@@search\" accesskey=\"5\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 12.8px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "39a992ef1821",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-948fc7c7"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p class=\"hiddenStructure\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.sivry-rance.be/#portal-globalnav\" accesskey=\"6\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "98e5d8fed765",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8c73eee0"
          },
          {
            "rule": "aria_attribute_value_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-ma-commune\" class=\"theme1 plain\">",
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd59c0d86c3b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-79088b70"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-ma-commune\" class=\"theme1 plain\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "52deef0fee59",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-602ea610"
          },
          {
            "rule": "aria_attribute_value_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-loisirs\" class=\"theme2 plain\">",
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b47e9e58ba22",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-298c5956"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-loisirs\" class=\"theme2 plain\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e44f462bb04",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-677a26dd"
          },
          {
            "rule": "aria_attribute_value_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-economie\" class=\"theme3 plain\">",
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "263c005b4fc4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c2da2793"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-economie\" class=\"theme3 plain\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c43ab5a224d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6e65f609"
          },
          {
            "rule": "aria_attribute_value_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-je-suis\" class=\"theme4 plain\">",
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6688b31aa037",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-120eee08"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-je-suis\" class=\"theme4 plain\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7accd5fd1ca5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dbf093cc"
          },
          {
            "rule": "aria_attribute_value_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-je-trouve\" class=\"theme5 plain\">",
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3d427446c0b2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-137e8fd5"
          },
          {
            "rule": "aria_attribute_valid",
            "xpath": null,
            "html": "<li aria-expanded=\"False\" id=\"portaltab-je-trouve\" class=\"theme5 plain\">",
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "15b32358aa51",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-68c6dd56"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul style=\"width: 1400%; transition-duration: 0s; transform: translate3d(-502px, 0px, 0px);\" class=\"slides\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e81c06e9ccd2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dc35502e"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://www.sivry-rance.be/actualites/retrouvez-toutes-les-decisions-et-publications-officielles-pour-votre-commune\" class=\"linkimg\">",
            "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "19b21f147a81",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f8be8e80"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.sivry-rance.be/actualites/retrouvez-toutes-les-decisions-et-publications-officielles-pour-votre-commune\" class=\"linkimg\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3c9d6ee89b32",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a44a178c"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c38ee78afe64",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d8cc0148"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://www.sivry-rance.be/actualites/retrouvez-toutes-les-decisions-et-publications-officielles-pour-votre-commune\">",
            "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b618bc431744",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d37a82b1"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.sivry-rance.be/actualites/retrouvez-toutes-les-decisions-et-publications-officielles-pour-votre-commune\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a76ed4c321cb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d731f58e"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://www.sivry-rance.be/actualites/retrouvez-toutes-les-decisions-et-publications-officielles-pour-votre-commune\">",
            "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.sivry-rance.be/actualites/retrouvez-toutes-les-decisions-et-publications-officielles-pour-votre-commune\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://www.sivry-rance.be/actualites/retrouvez-toutes-les-decisions-et-publications-officielles-pour-votre-commune\">",
            "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.sivry-rance.be/actualites/retrouvez-toutes-les-decisions-et-publications-officielles-pour-votre-commune\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.sivry-rance.be/actualites/retrouvez-toutes-les-decisions-et-publications-officielles-pour-votre-commune\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d2f4cfbea44",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1f5fe35a"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.sivry-rance.be/actualites/merites-sportifs-candidature-2026\" class=\"linkimg\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "17b73a430949",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-de25a967"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.sivry-rance.be/actualites/merites-sportifs-candidature-2026\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a2cd22315a2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-80909a59"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.sivry-rance.be/actualites/merites-sportifs-candidature-2026\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b8e05e5744e5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-75896176"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.sivry-rance.be/actualites/merites-sportifs-candidature-2026\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b857bb3fbe6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-32f57045"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.sivry-rance.be/actualites/merites-sportifs-candidature-2026\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f8af9432c472",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b29f0c88"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.sivry-rance.be/actualites/luniversite-des-enfants-de-charleroi-est-de-retour\" class=\"linkimg\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f220100acd90",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-630aca2e"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.sivry-rance.be/actualites/luniversite-des-enfants-de-charleroi-est-de-retour\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dcb261869865",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-19b15fbb"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.sivry-rance.be/actualites/luniversite-des-enfants-de-charleroi-est-de-retour\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a63de7062ded",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6a118bd8"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.sivry-rance.be/actualites/luniversite-des-enfants-de-charleroi-est-de-retour\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "379538f7d883",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-674ebaef"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.sivry-rance.be/actualites/luniversite-des-enfants-de-charleroi-est-de-retour\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b239c4d3965e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5b4c0f36"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.sivry-rance.be/evenements/rire-vous-presente-hugo-simon-6600\" class=\"linkimg\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de8a1564a2ce",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e94d659a"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.sivry-rance.be/evenements/rire-vous-presente-hugo-simon-6600\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b555f1f9194",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1ae48af4"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.sivry-rance.be/evenements/rire-vous-presente-hugo-simon-6600\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f935f1902b62",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2aa8e913"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.sivry-rance.be/evenements/rire-vous-presente-hugo-simon-6600\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6536d4fdfcff",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5c0efb0e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.sivry-rance.be/evenements/rire-vous-presente-hugo-simon-6600\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c49a4836e3a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6b5dfc21"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.sivry-rance.be/actualites/nouveau-coup-de-pouce-sport-2026\" class=\"linkimg\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "863b148b7c78",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-321dd21d"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.sivry-rance.be/actualites/nouveau-coup-de-pouce-sport-2026\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ebc8833e3a8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2ac05ce6"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.sivry-rance.be/actualites/nouveau-coup-de-pouce-sport-2026\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "26b5bcf92e9c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0db8331e"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.sivry-rance.be/actualites/nouveau-coup-de-pouce-sport-2026\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a5d6ba76177c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b423b130"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.sivry-rance.be/actualites/nouveau-coup-de-pouce-sport-2026\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bfa35cb82c2c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-64e99b75"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.sivry-rance.be/actualites/retrouvez-toutes-les-decisions-et-publications-officielles-pour-votre-commune\" class=\"linkimg\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da5fe48c4217",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0fe2ae4c"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.sivry-rance.be/actualites/retrouvez-toutes-les-decisions-et-publications-officielles-pour-votre-commune\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "76471fef6d31",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d658b7e8"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.sivry-rance.be/actualites/retrouvez-toutes-les-decisions-et-publications-officielles-pour-votre-commune\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a href=\"https://www.sivry-rance.be/actualites/retrouvez-toutes-les-decisions-et-publications-officielles-pour-votre-commune\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "50c17eac480c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d4643e52"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.sivry-rance.be/actualites/retrouvez-toutes-les-decisions-et-publications-officielles-pour-votre-commune\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://www.sivry-rance.be/actualites/merites-sportifs-candidature-2026\" class=\"linkimg\">",
            "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9947f3b5ca43",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7a3677ec"
          },
          {
            "rule": "heading_content_exists",
            "xpath": null,
            "html": "<h2>",
            "message": "Heading element has no descriptive content",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://www.sivry-rance.be/actualites/merites-sportifs-candidature-2026\">",
            "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "abadeb11b4e9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c1ee8675"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://www.sivry-rance.be/actualites/merites-sportifs-candidature-2026\">",
            "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.sivry-rance.be/actualites/merites-sportifs-candidature-2026\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_hidden_nontabbable",
            "xpath": null,
            "html": "<a href=\"https://www.sivry-rance.be/actualites/merites-sportifs-candidature-2026\">",
            "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.sivry-rance.be/actualites/merites-sportifs-candidature-2026\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ol class=\"flex-control-nav flex-control-paging\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "19c65d7873be",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-54c79cfb"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "147f8b3989e5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ab436cca"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a>",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 16px and weight of 400",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"#\" class=\"flex-prev\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d67b762ed188",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-aff30d77"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"#\" class=\"flex-prev\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c68225fd27a1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-34ed2868"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"#\" class=\"flex-next\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f479de8a371",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-352a68a0"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"#\" class=\"flex-next\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6a50df732a23",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-56d72d39"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.sivry-rance.be/actualites/index\" class=\"titre\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a541a80cbf9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a62435d5"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\" standard-results\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "79f4e91320eb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4a9e0863"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "019b4831f3d0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2989ad96"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.sivry-rance.be/actualites/index\" class=\"voir-tout\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa8b793a65f8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0d98aa4f"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.sivry-rance.be/evenements/index\" class=\"titre\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c4207d1d5bc7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6281cd58"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\" standard-results\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure class=\"newsImageContainer\">",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<h3>",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Arnaques sur Internet\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c8e0e33ebf0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f3754680"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<a href=\"https://www.sivry-rance.be/evenements/index\" class=\"voir-tout\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d866b9dfc77",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5c03d66b"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<p>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e85302fa8b6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a86234de"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img width=\"1500\" title=\"séparation\" src=\"https://www.sivry-rance.be/separation-2.jpg/@@images/36cc641f-6eb2-42b9-a270-4046df72cf14.jpeg\" height=\"90\" class=\"image-left\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "16c9a4307aec",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-449eab31"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<table style=\"height:240px;width:1100px;\" dir=\"ltr\" cellspacing=\"3\" cellpadding=\"3\" border=\"0\" align=\"center\">",
            "message": "The HTML attribute(s) \"align\" is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9a670a853ae",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a9e72166"
          },
          {
            "rule": "table_headers_exists",
            "xpath": null,
            "html": "<table style=\"height:240px;width:1100px;\" dir=\"ltr\" cellspacing=\"3\" cellpadding=\"3\" border=\"0\" align=\"center\">",
            "message": "Table has no headers identified",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c0d27c0fc2f9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-50dc0650"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<table style=\"height:240px;width:1100px;\" dir=\"ltr\" cellspacing=\"3\" cellpadding=\"3\" border=\"0\" align=\"center\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3377f1a6b6f6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-216f21dd"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://agenda.appoint.be/e/dVd0MksrY250YndCY3IvTFlMS2RENlhMWjg4bTNJQUxRcENTdlF3ak9nZDlmMmZVTFF6V0dPajduSENveHBpdVlFaithK1N1WEVkc0IxVUJNZ1ZRZWN1aThBV3BwbTIyb2hoYTdTYVQyaXhUSFFqaCtmdmJKd0JYelh6WUJkY3Q%3D\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf45444ff460",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-495bf2f5"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img width=\"247\" title=\"Plante en ligne\" src=\"https://www.sivry-rance.be/plante-en-ligne.jpg/@@images/b76cc153-df75-40c0-8af1-e1e6aecb64ba.jpeg\" height=\"200\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "27762bea37d2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d62fcaff"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://wallonie.aidants-proches.be/\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4bc812bbc6f2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b08ae718"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img width=\"247\" title=\"logo ap 1\" src=\"https://www.sivry-rance.be/logo-ap-1.png/@@images/4644819c-7a87-4971-b10e-6f7f92a3741f.png\" height=\"200\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ffa57c1fe91",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d83f4d16"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://meteosivry-rance.be/\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6dddfcd76b07",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a24f0a67"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img width=\"247\" title=\"Logo meteosivry rance 2\" src=\"https://www.sivry-rance.be/logo-meteosivry-rance-2.jpg/@@images/91d9b497-1d5b-4568-909e-107115295ecd.jpeg\" height=\"200\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7add3a6caeaf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-62815bc1"
          },
          {
            "rule": "a_text_purpose",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"https://airallergy.sciensano.be/fr\">",
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "143fcb59070d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4b50be58"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img width=\"247\" title=\"allergie\" src=\"https://www.sivry-rance.be/allergie.jpg/@@images/c7c551fd-8318-4d6b-8512-53eca41a60c2.jpeg\" height=\"200\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "583081e5e9f7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7f905d84"
          },
          {
            "rule": "img_alt_null",
            "xpath": null,
            "html": "<img width=\"1500\" title=\"séparation\" src=\"https://www.sivry-rance.be/separation-2.jpg/@@images/36cc641f-6eb2-42b9-a270-4046df72cf14.jpeg\" height=\"90\" alt=\"\">",
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d4fb520879a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-705dc530"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "44d1bd0dd7f7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f9d40766"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\"albums\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e13d5a60a9c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-497cc1db"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\"albums\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<h2>",
            "message": "Content is not within a landmark element",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul class=\"videos\">",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2008870587b2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a889618"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<iframe width=\"0\" title=\"Charleroi métropole - Vidéo de présentation de Sivry-Rance\" src=\"\" referrerpolicy=\"strict-origin-when-cross-origin\" height=\"0\" gdpr-width=\"200\" gdpr-src=\"https://www.youtube-nocookie.com/embed/YWY8NSuVdYU\" gdpr-height=\"113\" frameborder=\"0\" class=\"gdpr-iframe\" allowfullscreen=\"\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\">",
            "message": "The HTML attribute(s) \"frameborder\" is deprecated for the <iframe> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "081bd3fc4468",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c2c49020"
          },
          {
            "rule": "frame_src_valid",
            "xpath": null,
            "html": "<iframe width=\"0\" title=\"Charleroi métropole - Vidéo de présentation de Sivry-Rance\" src=\"\" referrerpolicy=\"strict-origin-when-cross-origin\" height=\"0\" gdpr-width=\"200\" gdpr-src=\"https://www.youtube-nocookie.com/embed/YWY8NSuVdYU\" gdpr-height=\"113\" frameborder=\"0\" class=\"gdpr-iframe\" allowfullscreen=\"\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\">",
            "message": "Verify <frame> content is accessible",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5fc556757380",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1028081b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<iframe width=\"0\" title=\"Charleroi métropole - Vidéo de présentation de Sivry-Rance\" src=\"\" referrerpolicy=\"strict-origin-when-cross-origin\" height=\"0\" gdpr-width=\"200\" gdpr-src=\"https://www.youtube-nocookie.com/embed/YWY8NSuVdYU\" gdpr-height=\"113\" frameborder=\"0\" class=\"gdpr-iframe\" allowfullscreen=\"\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c2d5d8a5e65d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7c68753b"
          },
          {
            "rule": "html_lang_exists",
            "xpath": null,
            "html": "<html>",
            "message": "Page detected as HTML, but does not have a 'lang' attribute",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "762b13df8479",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8ec4dca4"
          },
          {
            "rule": "html_skipnav_exists",
            "xpath": null,
            "html": "<html>",
            "message": "Verify there is a way to bypass blocks of content that are repeated on multiple Web pages",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e73ed0cec00a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5de5dc40"
          },
          {
            "rule": "aria_contentinfo_misuse",
            "xpath": null,
            "html": "<footer xmlns:xi=\"http://www.w3.org/2001/XInclude\" id=\"portal-footer-wrapper\">",
            "message": "Element with \"contentinfo\" role is present without an element with \"main\" role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8710e19e442b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e879fab9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"\" href=\"https://www.sivry-rance.be/ma-commune\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "219c75a35a9a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f7926e13"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"\" href=\"https://www.sivry-rance.be/loisirs\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e6aaa38f1b5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d0f29ac5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"\" href=\"https://www.sivry-rance.be/economie\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f2846e5aeb76",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5a3e74a9"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"\" href=\"https://www.sivry-rance.be/je-suis\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d4b1df9f5c05",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b93499a5"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a title=\"\" href=\"https://www.sivry-rance.be/je-trouve\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 18px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c3457088af2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c6044140"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.sivry-rance.be/gdpr-view\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f764b62ee5bd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5e5b9e7d"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a href=\"https://www.sivry-rance.be/accessibility-info\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e4c700f5d44",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5360346b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a style=\"cursor: pointer;\" rel=\"#pb_3\" href=\"https://www.sivry-rance.be/@@consent\" class=\"consent-link link-overlay\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d060979992c1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8ffebce2"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://www.imio.be\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eac0337abf5e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e67d4f04"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<a target=\"_blank\" href=\"http://fr.wikipedia.org/wiki/Free_Software_Foundation\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 12px and weight of 400",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec0fdd0cc505",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-aaf89671"
          }
        ],
        "outcomeCount": 3615,
        "uniqueFailedCount": 108,
        "duplicateFailedCount": 33,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 33
    },
    {
      "submittedUrl": "https://www.soignies.be/",
      "finalUrl": "https://www.soignies.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html",
      "pageTitle": "Ville de Soignies",
      "elapsedMs": 21818,
      "error": null,
      "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": "frame.evaluate: TypeError: Cannot read properties of undefined (reading 'forEach')\n    at Audit.run (eval at evaluate (:290:30), <anonymous>:28551:23)\n    at eval (eval at evaluate (:290:30), <anonymous>:29244:20)\n    at new Promise (<anonymous>)\n    at Object.runPartial (eval at evaluate (:290:30), <anonymous>:29243:14)\n    at eval (eval at evaluate (:290:30), <anonymous>:5:21)\n    at UtilityScript.evaluate (<anonymous>:292:16)\n    at UtilityScript.<anonymous> (<anonymous>:1:44)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "e.push is not a function\neval (eval at <anonymous> (:11:33), <anonymous>:2:145579)",
        "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 (not requested)",
        "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 (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://www.thuin.be/",
      "finalUrl": "https://www.thuin.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Accueil — Thuin",
      "elapsedMs": 10687,
      "error": null,
      "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": 1264,
          "failed": 6,
          "cantTell": 67,
          "inapplicable": 43
        },
        "failedRules": [
          "aria-allowed-role",
          "aria-required-children",
          "region"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-command-name",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-required-parent",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "input-button-name",
          "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",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Administration\"]",
            "html": "<label aria-label=\"Administration\" for=\"navitem-administration\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1094fb5c3c9f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e602426f"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Vivre à Thuin\"]",
            "html": "<label aria-label=\"Vivre à Thuin\" for=\"navitem-vivre-a-thuin\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a5fb4778644",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-078f3a82"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"Découvrir notre Ville\"]",
            "html": "<label aria-label=\"Découvrir notre Ville\" for=\"navitem-decouvrir\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "68f815b98951",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-166f85cc"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "label[aria-label=\"En un clic\"]",
            "html": "<label aria-label=\"En un clic\" for=\"navitem-en-1-clic\" role=\"button\"></label>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6f0882fdde79",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1cd97163"
          },
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#portal-globalnav",
            "html": "<ul class=\"navbar-nav\" id=\"portal-globalnav\" role=\"menubar\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: [role=button]",
            "relatedPaths": [
              "label[aria-label=\"Administration\"]",
              "label[aria-label=\"Vivre à Thuin\"]",
              "label[aria-label=\"Découvrir notre Ville\"]",
              "label[aria-label=\"En un clic\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "38e1610d25dc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8565635e"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#portal-colophon",
            "html": "<div id=\"portal-colophon\">",
            "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": "b7812a7dbea9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-edf401d2"
          }
        ],
        "outcomeCount": 1380,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 6
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2842,
          "failed": 108,
          "cantTell": 80,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_complementary_labelled",
          "aria_content_in_landmark",
          "aria_id_unique",
          "element_attribute_deprecated",
          "element_id_unique",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "figure_label_exists",
          "input_label_visible",
          "label_name_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "style_viewport_resizable",
          "svg_graphics_labelled",
          "text_block_heading",
          "text_contrast_sufficient",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<style>",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1e910c388981",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b81717"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">",
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "19cc0662363a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9ad5fff9"
          },
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"https://www.thuin.be/++webresource++d5804eac-48ee-5c69-8389-75ac65829cb3/++plone++facetednavigation/faceted-jquery.min.css\" data-bundle=\"faceted.jquery\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0613ba14dc8a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5b082f8b"
          },
          {
            "rule": "style_viewport_resizable",
            "xpath": null,
            "html": "<link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"https://www.thuin.be/++webresource++8ae3ed7d-2c9f-5e21-a1c0-26ab5c781888//++theme++thuin/dist/css/theme.css\" data-bundle=\"diazo\">",
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f6ba6ad7f4c5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-229263d0"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.thuin.be/#content\" class=\"show-on-focus\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f18fad4ba50a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6cec9e21"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"115\" viewBox=\"0 0 115 117\" height=\"117\" fill=\"none\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9e45a20a347d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7bce4698"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#portal-globalnav-collapse\" class=\"navbar-toggler\" aria-label=\"Activer/désactiver la navigation\" aria-expanded=\"false\" aria-controls=\"navbarNav\">",
            "message": "The 'id' \"navbarNav\" specified for the ARIA property 'aria-controls' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d4c86cefec58",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7be75485"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#portal-globalnav-collapse\" class=\"navbar-toggler\" aria-label=\"Activer/désactiver la navigation\" aria-expanded=\"false\" aria-controls=\"navbarNav\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e4312137659",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-55b9b791"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"#offcanvasSearch\" data-bs-toggle=\"offcanvas\" data-bs-target=\"#offcanvasSearch\" aria-controls=\"offcanvasSearch\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb23bd38bf70",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a652846"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"swiper-banner-content\">",
            "message": "Confirm this text 'Bienvenue à' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f5e1d106c1e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e5962066"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"swiper-banner-title\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 30px and weight of 200",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3383a62d929d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bda9cecc"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"swiper-banner-description\">",
            "message": "Confirm this text 'Thuin' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "343b4b699ad3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-113c27f1"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<p class=\"lead rich_description\">",
            "message": "Confirm this text 'Thuin' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2932bf6d8f6c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c4849be0"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<p class=\"lead rich_description\">",
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 45px and weight of 700",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5804cbca4c84",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-44c34321"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\" aria-label=\"Acceptez tous les cookies\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa933f348718",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f4c83f57"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\" aria-label=\"Acceptez tous les cookies\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ab3cc3af2f2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f761d507"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\" aria-label=\"Acceptez tous les cookies\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41546e7c1d5c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-11d7452b"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\" aria-label=\"Acceptez tous les cookies\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc6b4c571d98",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4f9b556e"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.thuin.be/@@consent\" data-pat-plone-modal=\"{\"prependContent\": \"\"}\" class=\"pat-plone-modal\" aria-label=\"En savoir plus et paramétrer les cookies\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "10813925d2e6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fcd42abc"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.thuin.be/@@consent\" data-pat-plone-modal=\"{\"prependContent\": \"\"}\" class=\"pat-plone-modal\" aria-label=\"En savoir plus et paramétrer les cookies\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e27c3975f452",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e2c025d4"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<a href=\"https://www.thuin.be/@@consent\" data-pat-plone-modal=\"{\"prependContent\": \"\"}\" class=\"pat-plone-modal\" aria-label=\"En savoir plus et paramétrer les cookies\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a1d8b3753624",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fd840664"
          },
          {
            "rule": "label_name_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\" aria-label=\"Refuser tous les cookies\">",
            "message": "Accessible name does not match or contain the visible label text",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f3aeb351e4d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9e6f9182"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\" aria-label=\"Refuser tous les cookies\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e3f88a3e7868",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-877f508f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\" aria-label=\"Refuser tous les cookies\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff15faecebba",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-37e5941e"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\" aria-label=\"Refuser tous les cookies\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea4e5e8afe07",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4abe1a5a"
          },
          {
            "rule": "aria_complementary_labelled",
            "xpath": null,
            "html": "<aside id=\"global_statusmessage\" class=\"col-12\">",
            "message": "Element with \"complementary\" role does not have a label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee9575cb01ff",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d6a7e678"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"Horaires et services\" target=\"\" href=\"https://www.thuin.be/resolveuid/70f736531eb2424189e318d83487bcfb\" class=\"table_image\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7393cd201ffa",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4bac6013"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" viewBox=\"0 0 20 20\" height=\"20\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9da4175400b3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1cec4d95"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3edf7091fd6f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"Chantiers en cours\" target=\"\" href=\"https://www.thuin.be/resolveuid/16130a567bce4def8aa09e3ba5248383\" class=\"table_image\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5856989ba473",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8102bc57"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 28 34.12\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b07e44fc513c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e3dfa86a"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a title=\"Démarches\" target=\"\" href=\"https://www.thuin.be/resolveuid/9e99397bda95464884bd7657f3c9068d\" class=\"table_image\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3c7cbe44d77f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-259a77a9"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 23.5 19.23\" fill=\"#000\" class=\"plone-icon\" aria-labelledby=\"title\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e6ca04ce9212",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8fb3f986"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 23.5 19.23\" fill=\"#000\" class=\"plone-icon\" aria-labelledby=\"title\">",
            "message": "The 'id' \"title\" specified for the ARIA property 'aria-labelledby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "01ffdd7f9bfd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-76e1b79e"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" viewBox=\"0 0 20 24\" height=\"24\" fill=\"#000\" class=\"plone-icon plone-icon\" aria-labelledby=\"title\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7df01d388aab",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-159fd873"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" viewBox=\"0 0 20 24\" height=\"24\" fill=\"#000\" class=\"plone-icon plone-icon\" aria-labelledby=\"title\">",
            "message": "The 'id' \"title\" specified for the ARIA property 'aria-labelledby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "39a18479a2a7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c6d6602f"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 28.18 19.82\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "958c40ab6191",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-eba9678b"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.thuin.be/actualites\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6625ba43d9e2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-37ef3b1c"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"from_on\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "afb5711be700",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-228b9fcd"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"day\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d7cc9c272c7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ecfe7a85"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e14fdb467321",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d3810c24"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"to\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ae0afb266204",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ffd28efb"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"day\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d3351281513d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-61d6b2cc"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"from_on\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"day\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"to\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"day\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<h3>",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Pierre - feuille - ciseaux et balles de golf\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "54006d94e163",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f3754680"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"from_on\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"day\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"from_on\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"day\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"to\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"day\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"from_on\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"day\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"to\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"day\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"from_on\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"day\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"to\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"day\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span class=\"month\">",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<h3>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.thuin.be/agenda\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5783f13e760d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6baff4af"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cdaa7925484d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a4dedb7"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c061c3d7d30e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ec9aff45"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" viewBox=\"0 0 24 24\" height=\"24\" fill=\"#000\" class=\"plone-icon plone-icon\" aria-labelledby=\"title\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "61c3d0c9ead3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e12d8145"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" viewBox=\"0 0 24 24\" height=\"24\" fill=\"#000\" class=\"plone-icon plone-icon\" aria-labelledby=\"title\">",
            "message": "The 'id' \"title\" specified for the ARIA property 'aria-labelledby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c3b2671d249",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-76ce2cda"
          },
          {
            "rule": "figure_label_exists",
            "xpath": null,
            "html": "<figure>",
            "message": "The <figure> element does not have an associated label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94b0194fe0cd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div id=\"container-section-liens-utiles\" class=\"container section-container display-paysage\">",
            "message": "The <div> element has the id \"container-section-liens-utiles\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d16d368b4a13",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-640af8a2"
          },
          {
            "rule": "element_id_unique",
            "xpath": null,
            "html": "<div id=\"body-section-liens-utiles\" class=\"body-section\">",
            "message": "The <div> element has the id \"body-section-liens-utiles\" that is already in use",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d5f475113ac2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-eecd0f63"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" viewBox=\"0 0 20 24\" height=\"24\" fill=\"#000\" class=\"plone-icon plone-icon\" aria-labelledby=\"title\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" viewBox=\"0 0 20 24\" height=\"24\" fill=\"#000\" class=\"plone-icon plone-icon\" aria-labelledby=\"title\">",
            "message": "The 'id' \"title\" specified for the ARIA property 'aria-labelledby' value is not valid",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" fill=\"#000\" enable-background=\"new 0 0 24 24\" class=\"plone-icon\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.thuin.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0bbfbd02ff6b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1bf683c8"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.thuin.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2eeb543b3785",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-72709242"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.thuin.be/actualites/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "854093974a6a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5c67b31c"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a href=\"https://www.thuin.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94cffc0fc0f0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f55c759f"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.thuin.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb85d028c7a1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9b147160"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.thuin.be/agenda/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b72f54c52592",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3ea90e1a"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a href=\"https://www.thuin.be/annuaire/seo_html\" class=\"sr-only seo\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "55ffd9512fc6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fe5df69b"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a href=\"https://www.thuin.be/annuaire/seo_html\" class=\"sr-only seo\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5554de19c610",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c1ea9ff7"
          },
          {
            "rule": "aria_content_in_landmark",
            "xpath": null,
            "html": "<ul>",
            "message": "Content is not within a landmark element",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c874a02be7c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6e7f9087"
          }
        ],
        "outcomeCount": 2962,
        "uniqueFailedCount": 61,
        "duplicateFailedCount": 47,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 47
    },
    {
      "submittedUrl": "https://www.tournai.be/",
      "finalUrl": "https://www.tournai.be/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html; charset=UTF-8",
      "pageTitle": "Page d&#039;accueil | TOURNAI.be",
      "elapsedMs": 10626,
      "error": null,
      "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": 959,
          "failed": 2,
          "cantTell": 21,
          "inapplicable": 42
        },
        "failedRules": [
          "region",
          "tabindex"
        ],
        "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",
          "autocomplete-valid",
          "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",
          "input-button-name",
          "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",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".bypass-links",
            "html": "<ul class=\"bypass-links visually-hidden\">",
            "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": "0a83f1becdb6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-008c5a63"
          },
          {
            "rule": "tabindex",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/tabindex?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#cookieBanner",
            "html": "<div id=\"cookieBanner\" class=\"cookies module shadow col-xl-4 col-lg-7 col-md-8 col-sm-12\" tabindex=\"1\" aria-modal=\"true\" role=\"dialog\" aria-labelledby=\"cookieBannerTitle\" style=\"right: calc(50% - 373.5px);\">",
            "message": "Elements should not have tabindex greater than zero",
            "fixSummary": "Fix any of the following:\n  Element has a tabindex greater than 0",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ffa88a5f050",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-371bf42e"
          }
        ],
        "outcomeCount": 1024,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": false,
          "forcedColors": true,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2914,
          "failed": 67,
          "cantTell": 67,
          "inapplicable": 0
        },
        "failedRules": [
          "aria_descendant_valid",
          "aria_id_unique",
          "aria_role_redundant",
          "element_attribute_deprecated",
          "element_tabbable_role_valid",
          "element_tabbable_unobscured",
          "element_tabbable_visible",
          "input_label_visible",
          "style_color_misuse",
          "style_focus_visible",
          "style_highcontrast_visible",
          "svg_graphics_labelled",
          "text_block_heading",
          "text_contrast_sufficient",
          "text_quoted_correctly"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "style_color_misuse",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_m3vL1C_0oExuzYfW_SYujMqCvyLfvMVlHBJ8FkasWHY.css\" media=\"all\" rel=\"stylesheet\">",
            "message": "Verify color is not used as the only visual means of conveying information",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "182e9d644637",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f23564a1"
          },
          {
            "rule": "style_highcontrast_visible",
            "xpath": null,
            "html": "<link href=\"/sites/default/files/css/css_m3vL1C_0oExuzYfW_SYujMqCvyLfvMVlHBJ8FkasWHY.css\" media=\"all\" rel=\"stylesheet\">",
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eec170e08038",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4eab6af8"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<div style=\"right: calc(50% - 380px);\" aria-labelledby=\"cookieBannerTitle\" role=\"dialog\" aria-modal=\"true\" tabindex=\"1\" class=\"cookies module shadow col-xl-4 col-lg-7 col-md-8 col-sm-12\" id=\"cookieBanner\">",
            "message": "The tabbable element's role 'dialog' is not a widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b4bd02332c8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-68436c08"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<div style=\"right: calc(50% - 380px);\" aria-labelledby=\"cookieBannerTitle\" role=\"dialog\" aria-modal=\"true\" tabindex=\"1\" class=\"cookies module shadow col-xl-4 col-lg-7 col-md-8 col-sm-12\" id=\"cookieBanner\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c3e159aef1b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2e0859e8"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a aria-label=\"Accéder à la page de gestion des cookies\" href=\"/node/166\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c6f785efdfa5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ba14a1e9"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button data-cookies-choices-title=\"\" aria-expanded=\"false\" aria-label=\"Afficher les préférences\" class=\"btn btn-primary btn-cookies\" type=\"button\" aria-describedby=\"cookieBannerTitle\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac902cfc1e24",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a544f0f0"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button data-cookies-choices-title=\"\" aria-expanded=\"false\" aria-label=\"Afficher les préférences\" class=\"btn btn-primary btn-cookies\" type=\"button\" aria-describedby=\"cookieBannerTitle\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f6b926632bd2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-87e4da8b"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button aria-describedby=\"cookieBannerTitle\" data-dismiss=\"allOk\" class=\"btn btn-primary btn-cookies\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a97371d81236",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9587c5b5"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button aria-describedby=\"cookieBannerTitle\" data-dismiss=\"allOk\" class=\"btn btn-primary btn-cookies\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dbd8cd1360ef",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-079707f6"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<button aria-describedby=\"cookieBannerTitle\" data-dismiss=\"allKo\" class=\"btn btn-primary btn-cookies\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3d1ea04ff79f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7903d879"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button aria-describedby=\"cookieBannerTitle\" data-dismiss=\"allKo\" class=\"btn btn-primary btn-cookies\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1788dc3fa650",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9739fe89"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<header data-js-header=\"\" class=\"header--tournai\" role=\"banner\">",
            "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a062c2eb281a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-79ac63e3"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<button data-js-header-menu-toggle=\"\" class=\"header__menu__toggle\" role=\"button\">",
            "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "03ed78aca2c3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9981739f"
          },
          {
            "rule": "aria_id_unique",
            "xpath": null,
            "html": "<nav data-js-header-nav=\"\" id=\"block-spe-main-menu\" aria-labelledby=\"block-spe-main-menu-menu\" role=\"navigation\">",
            "message": "The 'id' \"block-spe-main-menu-menu\" specified for the ARIA property 'aria-labelledby' value is not valid",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d377b8f20c6b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ad240854"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav data-js-header-nav=\"\" id=\"block-spe-main-menu\" aria-labelledby=\"block-spe-main-menu-menu\" role=\"navigation\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7f3a3badd55c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f7301c4b"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<button class=\"other-sites__title\" aria-expanded=\"false\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "89ab14c3bd66",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-36aef37f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"other-sites__title\" aria-expanded=\"false\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0963e3b0b810",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e121f7fc"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<span class=\"menu-item__link\" tabindex=\"0\">",
            "message": "The tabbable element does not have a valid widget role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e4b85709fc1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f1f4cded"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<span class=\"menu-item__link\" tabindex=\"0\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "89b86fe84372",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0ea99088"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<button class=\"menu-item__btn menu-item__btn-0\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "741d1b4152e5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2de572f9"
          },
          {
            "rule": "element_tabbable_role_valid",
            "xpath": null,
            "html": "<span class=\"menu-item__link\" tabindex=\"0\">",
            "message": "The tabbable element does not have a valid widget role",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<span class=\"menu-item__link\" tabindex=\"0\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<button class=\"menu-item__btn menu-item__btn-0\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"menu-item__link\" href=\"/grands-projets\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7fd6de03ecca",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0b7112d3"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"btn-user btn-my-account\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c5fde2aa0e39",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-21e211c3"
          },
          {
            "rule": "aria_descendant_valid",
            "xpath": null,
            "html": "<button class=\"btn-user btn-my-account\">",
            "message": "The element with role \"button\" contains descendants with implicit roles \"strong\" which are ignored by browsers",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "24131e7ef7ea",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-10ab0fa6"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<a class=\"btn-user btn-demarches\" href=\"/abc-des-demarches\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c84c88840e71",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ee862d3f"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<main data-once=\"main-content\" role=\"main\" id=\"main-content\">",
            "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0dcffe4668e6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e9480a1e"
          },
          {
            "rule": "text_block_heading",
            "xpath": null,
            "html": "<div class=\"highlights__content__logo__text\">",
            "message": "Confirm this text 'Ville de TOURNAI' is used as a heading and if so, modify to use a heading element or role",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e7c3f98a2715",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3b1192dc"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "011cc1b37712",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ed7d8057"
          },
          {
            "rule": "text_contrast_sufficient",
            "xpath": null,
            "html": "<span>",
            "message": "The foreground text and its background color are both detected as #ffffff. Verify the text meets the WCAG AA requirements for minimum contrast",
            "isDuplicate": true,
            "duplicateOf": "equalAccess"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input autocomplete=\"off\" data-once=\"autocomplete search-api-autocomplete\" maxlength=\"128\" size=\"30\" value=\"\" name=\"text\" id=\"edit-text--2\" type=\"text\" placeholder=\"Comment pouvons-nous vous aider ?\" data-autocomplete-path=\"/search_api_autocomplete/main_search_engine_1?display=default&&filter=text\" class=\"form-autocomplete form-text form-control form-control-lg ui-autocomplete-input\" data-search-api-autocomplete-search=\"main_search_engine_1\" data-drupal-selector=\"edit-text\">",
            "message": "The ‘placeholder’ is the only visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c234309f8098",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8b5ce676"
          },
          {
            "rule": "input_label_visible",
            "xpath": null,
            "html": "<input class=\"button js-form-submit form-submit form-control form-control-lg\" value=\"Rechercher\" id=\"edit-submit-main-search-engine--2\" type=\"submit\" data-drupal-selector=\"edit-submit-main-search-engine-2\">",
            "message": "The input element does not have an associated visible label",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f79744a93e27",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-113c5199"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg inkscape:version=\"1.1.2 (b8e25be833, 2022-02-05)\" sodipodi:docname=\"remove_road_black_24dpRED.svg\" version=\"1.1\" fill=\"#000000\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" xmlns:svg=\"http://www.w3.org/2000/svg\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\" xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "593181b9a94d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-65276091"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<svg inkscape:version=\"1.1.2 (b8e25be833, 2022-02-05)\" sodipodi:docname=\"remove_road_black_24dpRED.svg\" version=\"1.1\" fill=\"#000000\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" xmlns:svg=\"http://www.w3.org/2000/svg\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\" xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\">",
            "message": "The HTML attribute(s) \"version\" is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b9331623c51",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7082412f"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg inkscape:version=\"1.1.2 (b8e25be833, 2022-02-05)\" sodipodi:docname=\"info_black_24dpRED.svg\" version=\"1.1\" fill=\"#000000\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" xmlns:svg=\"http://www.w3.org/2000/svg\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\" xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11588a4392b1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fc7604f4"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<svg inkscape:version=\"1.1.2 (b8e25be833, 2022-02-05)\" sodipodi:docname=\"info_black_24dpRED.svg\" version=\"1.1\" fill=\"#000000\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" xmlns:svg=\"http://www.w3.org/2000/svg\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\" xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\">",
            "message": "The HTML attribute(s) \"version\" is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2dbc20a30675",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-771e0115"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg inkscape:version=\"1.1.2 (b8e25be833, 2022-02-05)\" sodipodi:docname=\"smart_display_black_24dpRED.svg\" version=\"1.1\" fill=\"#000000\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" xmlns:svg=\"http://www.w3.org/2000/svg\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\" xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b6fa3b4b884",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d4b9494c"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<svg inkscape:version=\"1.1.2 (b8e25be833, 2022-02-05)\" sodipodi:docname=\"smart_display_black_24dpRED.svg\" version=\"1.1\" fill=\"#000000\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" xmlns:svg=\"http://www.w3.org/2000/svg\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\" xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\">",
            "message": "The HTML attribute(s) \"version\" is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be241dc00a4e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-181c62d2"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg inkscape:version=\"1.1.2 (b8e25be833, 2022-02-05)\" sodipodi:docname=\"share_location_black_24dpRED.svg\" version=\"1.1\" fill=\"#000000\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" xmlns:svg=\"http://www.w3.org/2000/svg\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\" xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8743a2ae9a2f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7cd06eb5"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<svg inkscape:version=\"1.1.2 (b8e25be833, 2022-02-05)\" sodipodi:docname=\"share_location_black_24dpRED.svg\" version=\"1.1\" fill=\"#000000\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" xmlns:svg=\"http://www.w3.org/2000/svg\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\" xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\">",
            "message": "The HTML attribute(s) \"version\" is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd5362863840",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ed82f287"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg inkscape:version=\"1.1.2 (b8e25be833, 2022-02-05)\" sodipodi:docname=\"maps_home_work_black_24dpRED.svg\" version=\"1.1\" fill=\"#000000\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" xmlns:svg=\"http://www.w3.org/2000/svg\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\" xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11d35071043a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a03627c9"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<svg inkscape:version=\"1.1.2 (b8e25be833, 2022-02-05)\" sodipodi:docname=\"maps_home_work_black_24dpRED.svg\" version=\"1.1\" fill=\"#000000\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" xmlns:svg=\"http://www.w3.org/2000/svg\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\" xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\">",
            "message": "The HTML attribute(s) \"version\" is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "87a44980f79f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-10a2b4d9"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg inkscape:version=\"1.1.2 (b8e25be833, 2022-02-05)\" sodipodi:docname=\"recycling_black_24dpRED.svg\" version=\"1.1\" fill=\"#000000\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" xmlns:svg=\"http://www.w3.org/2000/svg\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\" xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "12cf0c19d2e5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cbdae6f1"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<svg inkscape:version=\"1.1.2 (b8e25be833, 2022-02-05)\" sodipodi:docname=\"recycling_black_24dpRED.svg\" version=\"1.1\" fill=\"#000000\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" xmlns:svg=\"http://www.w3.org/2000/svg\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\" xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\">",
            "message": "The HTML attribute(s) \"version\" is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ce1ec8cf299",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cefead53"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg inkscape:version=\"1.1.2 (b8e25be833, 2022-02-05)\" sodipodi:docname=\"calendar_month_black_24dpRED.svg\" version=\"1.1\" fill=\"#000000\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" xmlns:svg=\"http://www.w3.org/2000/svg\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\" xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "387cef24ab39",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-98b4c6b0"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<svg inkscape:version=\"1.1.2 (b8e25be833, 2022-02-05)\" sodipodi:docname=\"calendar_month_black_24dpRED.svg\" version=\"1.1\" fill=\"#000000\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" xmlns:svg=\"http://www.w3.org/2000/svg\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\" xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\">",
            "message": "The HTML attribute(s) \"version\" is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b6b47c9d162",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-038861b6"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg inkscape:version=\"1.1.2 (b8e25be833, 2022-02-05)\" sodipodi:docname=\"storefront_black_24dpRED.svg\" version=\"1.1\" fill=\"#000000\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" xmlns:svg=\"http://www.w3.org/2000/svg\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\" xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb8762e6e9d5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-143e06b9"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<svg inkscape:version=\"1.1.2 (b8e25be833, 2022-02-05)\" sodipodi:docname=\"storefront_black_24dpRED.svg\" version=\"1.1\" fill=\"#000000\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" xmlns:svg=\"http://www.w3.org/2000/svg\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\" xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\">",
            "message": "The HTML attribute(s) \"version\" is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "31b74aec3857",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-69feed51"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg inkscape:version=\"1.1.2 (b8e25be833, 2022-02-05)\" sodipodi:docname=\"route_black_24dpRED.svg\" version=\"1.1\" fill=\"#000000\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" xmlns:svg=\"http://www.w3.org/2000/svg\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\" xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "243b585d591f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0621f5ca"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<svg inkscape:version=\"1.1.2 (b8e25be833, 2022-02-05)\" sodipodi:docname=\"route_black_24dpRED.svg\" version=\"1.1\" fill=\"#000000\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" xmlns:svg=\"http://www.w3.org/2000/svg\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\" xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\">",
            "message": "The HTML attribute(s) \"version\" is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a2eab7129567",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5806d04c"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg inkscape:version=\"1.1.2 (b8e25be833, 2022-02-05)\" sodipodi:docname=\"badge_black_24dpRED.svg\" version=\"1.1\" fill=\"#000000\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" xmlns:svg=\"http://www.w3.org/2000/svg\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\" xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a35aaadb796",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f44ba903"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<svg inkscape:version=\"1.1.2 (b8e25be833, 2022-02-05)\" sodipodi:docname=\"badge_black_24dpRED.svg\" version=\"1.1\" fill=\"#000000\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" xmlns:svg=\"http://www.w3.org/2000/svg\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\" xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\">",
            "message": "The HTML attribute(s) \"version\" is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "004d198b84d0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e903eb33"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg inkscape:version=\"1.1.2 (b8e25be833, 2022-02-05)\" sodipodi:docname=\"group_add_black_24dpRED.svg\" version=\"1.1\" fill=\"#000000\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" xmlns:svg=\"http://www.w3.org/2000/svg\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\" xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f115d3f20d75",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-67210b8c"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<svg inkscape:version=\"1.1.2 (b8e25be833, 2022-02-05)\" sodipodi:docname=\"group_add_black_24dpRED.svg\" version=\"1.1\" fill=\"#000000\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" xmlns:svg=\"http://www.w3.org/2000/svg\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\" xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\">",
            "message": "The HTML attribute(s) \"version\" is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1810912da92c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f4945371"
          },
          {
            "rule": "svg_graphics_labelled",
            "xpath": null,
            "html": "<svg inkscape:version=\"1.1.2 (b8e25be833, 2022-02-05)\" sodipodi:docname=\"cleaning_services_black_24dpRED.svg\" version=\"1.1\" fill=\"#000000\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" xmlns:svg=\"http://www.w3.org/2000/svg\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\" xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\">",
            "message": "The SVG element has no accessible name",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d4da2b38b091",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-48de1c87"
          },
          {
            "rule": "element_attribute_deprecated",
            "xpath": null,
            "html": "<svg inkscape:version=\"1.1.2 (b8e25be833, 2022-02-05)\" sodipodi:docname=\"cleaning_services_black_24dpRED.svg\" version=\"1.1\" fill=\"#000000\" width=\"24px\" viewBox=\"0 0 24 24\" height=\"24px\" xmlns:svg=\"http://www.w3.org/2000/svg\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\" xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\">",
            "message": "The HTML attribute(s) \"version\" is deprecated in HTML 5",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e74d14b0435",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ac41b425"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"stretched-link\" href=\"/actualites/exercices-militaires-a-tournai-et-vezon\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc352bb0fa84",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-205a18d3"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"stretched-link\" href=\"/actualites/daqua-tournai-a-la-gare-en-toute-securite\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "65ffc1ad7957",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-47d7bbdc"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"stretched-link\" href=\"/actualites/palmares-de-la-31e-edition-des-olympiades-dorthographe-de-tournai\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "773d42176741",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3f57bd23"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<h3 style=\"overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2;\" data-dot=\"2\">",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Le Jardin Extraordinaire\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b92b14a7c91f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-144f703b"
          },
          {
            "rule": "element_tabbable_visible",
            "xpath": null,
            "html": "<a class=\"stretched-link\" href=\"/actualites/lemission-le-jardin-extraordinaire-en-plein-coeur-de-tournai\">",
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "507aefe917bc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ec3e203e"
          },
          {
            "rule": "text_quoted_correctly",
            "xpath": null,
            "html": "<span>",
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Le Jardin Extraordinaire\"",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d229b7293bc5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a7bb455f"
          },
          {
            "rule": "style_focus_visible",
            "xpath": null,
            "html": "<button class=\"homepage-kiosque__next\">",
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d535eb8fd489",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-00b6b00a"
          },
          {
            "rule": "element_tabbable_unobscured",
            "xpath": null,
            "html": "<a style=\"overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2;\" data-dot=\"2\" class=\"stretched-link\" href=\"/agenda/foire-aux-attractions-mai-2026\">",
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "46e65a1e7162",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-298a4917"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<footer role=\"contentinfo\" class=\"footer\">",
            "message": "The explicitly-assigned ARIA role \"contentinfo\" is redundant with the implicit role of the element <footer>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "28c95e98c220",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b0d8bf1a"
          },
          {
            "rule": "aria_role_redundant",
            "xpath": null,
            "html": "<nav data-footer-navigation=\"\" id=\"block-spe-footer-menu\" aria-labelledby=\"block-spe-footer-menu-menu\" role=\"navigation\">",
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "29bf144d9216",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-33c67eef"
          }
        ],
        "outcomeCount": 3029,
        "uniqueFailedCount": 63,
        "duplicateFailedCount": 4,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (not requested)",
        "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 (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 4
    }
  ],
  "enhanced": {
    "consolidatedFailures": [
      {
        "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": 947,
        "examples": [
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<span>Ce site utilise des cookies pour vous fournir une expérience optimale (lecture de vidéos, affichage de plans et de contenus issus des réseaux sociaux notamment).</span>",
            "xpath": "#gdpr-consent-banner > span",
            "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",
            "fingerprint": "821aacfca9a1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-10afa511"
          },
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<a href=\"https://www.aiseau-presles.be/@@consent\" rel=\"#pb_4\" class=\"link-overlay\" style=\"cursor: pointer;\">En savoir plus et personnaliser</a>",
            "xpath": "a[rel=\"#pb_4\"]",
            "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",
            "fingerprint": "ad95db59de60",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b9a13803"
          },
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<div id=\"top-actions\">",
            "xpath": "#top-actions",
            "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",
            "fingerprint": "f397a7b03c71",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-611321ac"
          },
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<div id=\"top-logo\">",
            "xpath": "#top-logo",
            "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",
            "fingerprint": "b68a81b21954",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ab469cd8"
          },
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<p class=\"hiddenStructure\">\n<a accesskey=\"2\" href=\"https://www.aiseau-presles.be/#content\">Aller au contenu.</a> |\n\n  <a accesskey=\"6\" href=\"https://www.aiseau-presles.be/#portal-globalnav\">Aller à la navigation</a>\n</p>",
            "xpath": ".hiddenStructure: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",
            "fingerprint": "e486e063d8e2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8b4cab70"
          }
        ]
      },
      {
        "rule": "element_tabbable_unobscured",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 702,
        "examples": [
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\">",
            "xpath": null,
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "fingerprint": "e265f0664967",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-62a9622d"
          },
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<a style=\"cursor: pointer;\" class=\"link-overlay\" rel=\"#pb_4\" href=\"https://www.aiseau-presles.be/@@consent\">",
            "xpath": null,
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "fingerprint": "ed5a9dfec95b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0ea866cc"
          },
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\">",
            "xpath": null,
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "fingerprint": "ff823f6d7c08",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ddecc5e3"
          },
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<a style=\"cursor: pointer;\" class=\"link-overlay\" rel=\"#pb_1\" id=\"personaltools-login\" href=\"https://www.aiseau-presles.be/login\">",
            "xpath": null,
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "fingerprint": "be158952f9db",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-272c2a1a"
          },
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<a href=\"https://www.aiseau-presles.be/#content\" accesskey=\"2\">",
            "xpath": null,
            "message": "Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus",
            "fingerprint": "f6a1f5999205",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-704e473f"
          }
        ]
      },
      {
        "rule": "style_focus_visible",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 685,
        "examples": [
          {
            "url": "https://www.anderlues.be/",
            "html": "<a title=\"\" href=\"https://www.anderlues.be\">",
            "xpath": null,
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "fingerprint": "cb21dfb971b8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-74257f3c"
          },
          {
            "url": "https://www.anderlues.be/",
            "html": "<a title=\"\" href=\"https://www.anderlues.be/ma-commune\">",
            "xpath": null,
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "fingerprint": "231e8ad74b98",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-80b19283"
          },
          {
            "url": "https://www.anderlues.be/",
            "html": "<a title=\"\" href=\"https://www.anderlues.be/loisirs\">",
            "xpath": null,
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "fingerprint": "08868ca97845",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c084095b"
          },
          {
            "url": "https://www.anderlues.be/",
            "html": "<a title=\"\" href=\"https://www.anderlues.be/economie\">",
            "xpath": null,
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "fingerprint": "d0305fc54258",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-88775f2c"
          },
          {
            "url": "https://www.anderlues.be/",
            "html": "<a title=\"\" href=\"https://www.anderlues.be/je-suis\">",
            "xpath": null,
            "message": "Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'",
            "fingerprint": "0c28c054ee41",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f6f9d93c"
          }
        ]
      },
      {
        "rule": "aria_content_in_landmark",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 666,
        "examples": [
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<p class=\"hiddenStructure\">",
            "xpath": null,
            "message": "Content is not within a landmark element",
            "fingerprint": "703803ec2ad3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4681057b"
          },
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<a style=\"cursor: pointer;\" class=\"link-overlay\" rel=\"#pb_1\" id=\"personaltools-login\" href=\"https://www.aiseau-presles.be/login\">",
            "xpath": null,
            "message": "Content is not within a landmark element",
            "fingerprint": "cd1ac05ce56f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bb69d08e"
          },
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<a title=\"Aiseau-Presles\" id=\"portal-logo\" href=\"https://www.aiseau-presles.be\" accesskey=\"1\">",
            "xpath": null,
            "message": "Content is not within a landmark element",
            "fingerprint": "2ade18b61401",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8f0e4c2a"
          },
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<ul style=\"width: 2000%; transition-duration: 0s; transform: translate3d(-502px, 0px, 0px);\" class=\"slides\">",
            "xpath": null,
            "message": "Content is not within a landmark element",
            "fingerprint": "9a26750ebb1b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cb188c90"
          },
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<ul class=\"flex-direction-nav\">",
            "xpath": null,
            "message": "Content is not within a landmark element",
            "fingerprint": "287f9531fc34",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2dbefb96"
          }
        ]
      },
      {
        "rule": "text_contrast_sufficient",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 517,
        "examples": [
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<h2>",
            "xpath": null,
            "message": "Text contrast of 2.39 with its background is less than the WCAG AA minimum requirements for text of size 28.8px and weight of 400",
            "fingerprint": "c41911820438",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9c97642b"
          },
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<a style=\"cursor: pointer;\" rel=\"#pb_2\" href=\"https://www.aiseau-presles.be/@@consent\" class=\"consent-link link-overlay\">",
            "xpath": null,
            "message": "Text contrast of 1.12 with its background is less than the WCAG AA minimum requirements for text of size 12px and weight of 700",
            "fingerprint": "871c920692fe",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-032a7ae9"
          },
          {
            "url": "https://www.antoing.net/",
            "html": "<a style=\"cursor: pointer;\" class=\"link-overlay\" rel=\"#pb_1\" id=\"personaltools-login\" href=\"https://www.antoing.net/login\">",
            "xpath": null,
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 13.6px and weight of 400",
            "fingerprint": "92f9e69e6019",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-04056d4f"
          },
          {
            "url": "https://www.antoing.net/",
            "html": "<a title=\"Plan du site\" href=\"https://www.antoing.net/sitemap\" accesskey=\"3\">",
            "xpath": null,
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 13.6px and weight of 400",
            "fingerprint": "fc66f2f954ee",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-318a31ff"
          },
          {
            "url": "https://www.antoing.net/",
            "html": "<a title=\"Accessibilité\" href=\"https://www.antoing.net/accessibility-info\" accesskey=\"0\">",
            "xpath": null,
            "message": "Verify the contrast ratio of the text against the lightest and the darkest colors of the background meets the WCAG AA minimum requirements for text of size 13.6px and weight of 400",
            "fingerprint": "d36659bb314d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-44f7a9dd"
          }
        ]
      },
      {
        "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": 323,
        "examples": [
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<h2>Photos</h2>",
            "xpath": ".albums-container > h2",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.38 (foreground color: #333333, background color: #0073a1, font size: 21.6pt (28.8px), font weight: normal). Expected contrast ratio of 3:1",
            "relatedPaths": [
              "#multimediaviewlet"
            ],
            "colorScheme": "light",
            "fingerprint": "8a0752e403ac",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ea92ec27"
          },
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<a class=\"link-all\" href=\"https://www.aiseau-presles.be/albums/index\">\n                Voir tous les albums\n        </a>",
            "xpath": ".link-all",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 2.38 (foreground color: #333333, background color: #0073a1, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#multimediaviewlet"
            ],
            "colorScheme": "light",
            "fingerprint": "1c67f751e32c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3f6b4160"
          },
          {
            "url": "https://www.antoing.net/",
            "html": "<input accesskey=\"4\" class=\"searchField\" id=\"searchGadget\" name=\"SearchableText\" placeholder=\"Recherche\" size=\"18\" title=\"Recherche\" type=\"text\" autocomplete=\"off\">",
            "xpath": "#searchGadget",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.94 (foreground color: #808080, background color: #ffffff, font size: 12.5pt (16.64px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#searchGadget",
              ".LSBox"
            ],
            "colorScheme": "light",
            "fingerprint": "288f30e0d388",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6d504bd2"
          },
          {
            "url": "https://www.antoing.net/",
            "html": "<a class=\"voir-tout\" href=\"https://www.antoing.net/evenements/evenements\">\n                       Voir l'ensemble des evénements\n                      </a>",
            "xpath": ".bloc-2 > .voir-tout-content > .voir-tout",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.36 (foreground color: #6e7b81, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-columns"
            ],
            "colorScheme": "light",
            "fingerprint": "2ecfe61d44d0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-319672a3"
          },
          {
            "url": "https://www.antoing.net/",
            "html": "<a class=\"voir-tout\" href=\"https://www.antoing.net/actualites/infos\">\n                       Voir l'ensemble des infos\n                      </a>",
            "xpath": ".bloc-3 > .voir-tout-content > .voir-tout",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.36 (foreground color: #6e7b81, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#portal-columns"
            ],
            "colorScheme": "light",
            "fingerprint": "e9f9edbc28b9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3014e184"
          }
        ]
      },
      {
        "rule": "svg_graphics_labelled",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 272,
        "examples": [
          {
            "url": "https://www.ath.be/",
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"154\" viewBox=\"0 0 154 105\" height=\"105\" fill=\"none\">",
            "xpath": null,
            "message": "The SVG element has no accessible name",
            "fingerprint": "3a7076074995",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-08102d85"
          },
          {
            "url": "https://www.ath.be/",
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2048 2035.56\" fill=\"#000\" data-name=\"Calque 2\" class=\"plone-icon\">",
            "xpath": null,
            "message": "The SVG element has no accessible name",
            "fingerprint": "7986a8bc8b65",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6911264f"
          },
          {
            "url": "https://www.ath.be/",
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" fill=\"#000\" class=\"plone-icon\" aria-labelledby=\"title\">",
            "xpath": null,
            "message": "The SVG element has no accessible name",
            "fingerprint": "862586daea28",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-42111521"
          },
          {
            "url": "https://www.ath.be/",
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"120\" viewBox=\"0 0 120 120\" version=\"1.2\" height=\"120\" fill=\"#000\" class=\"plone-icon plone-icon\" baseProfile=\"tiny-ps\" aria-labelledby=\"title\">",
            "xpath": null,
            "message": "The SVG element has no accessible name",
            "fingerprint": "17b820ecfeb6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d92b14a5"
          },
          {
            "url": "https://www.ath.be/",
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 303.84 303.83\" data-name=\"Calque 2\" class=\"plone-icon\">",
            "xpath": null,
            "message": "The SVG element has no accessible name",
            "fingerprint": "35d4853dcaf9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5145c957"
          }
        ]
      },
      {
        "rule": "element_tabbable_visible",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 238,
        "examples": [
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/administration-generale/publications/fermeture-de-l2019administration-communale\" class=\"linkimg\">",
            "xpath": null,
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "fingerprint": "66adfc159d92",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6e85d074"
          },
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/administration-generale/publications/fermeture-de-l2019administration-communale\">",
            "xpath": null,
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "fingerprint": "9051cc6a31db",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-68ecb4fb"
          },
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/pollec/publications/rendez-vous-en-terre-agricole\">",
            "xpath": null,
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "fingerprint": "4d5ed96734ed",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4e1f2e73"
          },
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/plan-de-cohesion-sociale-pcs-animation-citoyennete/publications/permanence-du-spf-securite-sociale-changement-de-date\">",
            "xpath": null,
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "fingerprint": "d41fb8fed231",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bddf3dd2"
          },
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/administration-generale/publications/prets-ensemble-a-toute-situation-d2019urgence\">",
            "xpath": null,
            "message": "Confirm the element should be tabbable and if so, it becomes visible when it has keyboard focus",
            "fingerprint": "71eb195a8f4c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-da902ea9"
          }
        ]
      },
      {
        "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": 193,
        "examples": [
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/pollec/publications/rendez-vous-en-terre-agricole\"></a>",
            "xpath": "li:nth-child(2) > .flex-caption > .flex-caption-inner > p > 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",
            "fingerprint": "96380bc91097",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-84222fbc"
          },
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/plan-de-cohesion-sociale-pcs-animation-citoyennete/publications/permanence-du-spf-securite-sociale-changement-de-date\"></a>",
            "xpath": ".flex-active-slide > .flex-caption > .flex-caption-inner > p > 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",
            "fingerprint": "4eccc9ecae27",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-282882aa"
          },
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/administration-generale/publications/prets-ensemble-a-toute-situation-d2019urgence\"></a>",
            "xpath": "li:nth-child(4) > .flex-caption > .flex-caption-inner > p > 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",
            "fingerprint": "7c6207e36102",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-198a52dd"
          },
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/tourisme/publications/aiseau-presles-obtient-le-label-1-fleur\"></a>",
            "xpath": "li:nth-child(5) > .flex-caption > .flex-caption-inner > p > 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",
            "fingerprint": "1b4b1c3b9190",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9076d1c7"
          },
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/plan-de-cohesion-sociale-pcs-animation-citoyennete/publications/stages-atl-2026-de-printemps.pdf\"></a>",
            "xpath": "li:nth-child(6) > .flex-caption > .flex-caption-inner > p > 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",
            "fingerprint": "fc28fd8880c5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-67cfaece"
          }
        ]
      },
      {
        "rule": "a_text_purpose",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 165,
        "examples": [
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/pollec/publications/rendez-vous-en-terre-agricole\">",
            "xpath": null,
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "fingerprint": "5ffa76d33439",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-95d89990"
          },
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/plan-de-cohesion-sociale-pcs-animation-citoyennete/publications/permanence-du-spf-securite-sociale-changement-de-date\">",
            "xpath": null,
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "fingerprint": "9a23c4a8e70d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b896c94d"
          },
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/administration-generale/publications/prets-ensemble-a-toute-situation-d2019urgence\">",
            "xpath": null,
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "fingerprint": "6fc4265d0f62",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1edc3546"
          },
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/tourisme/publications/aiseau-presles-obtient-le-label-1-fleur\">",
            "xpath": null,
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "fingerprint": "9df71076551b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f3feed4a"
          },
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/plan-de-cohesion-sociale-pcs-animation-citoyennete/publications/stages-atl-2026-de-printemps.pdf\">",
            "xpath": null,
            "message": "Hyperlink has no link text, label or image with a text alternative",
            "fingerprint": "7da744be3885",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dbccdf7f"
          }
        ]
      },
      {
        "rule": "text_block_heading",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 164,
        "examples": [
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<br>",
            "xpath": null,
            "message": "Confirm this text 'd'Aiseau-Presles' is used as a heading and if so, modify to use a heading element or role",
            "fingerprint": "100d71a012de",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-94d3c6bd"
          },
          {
            "url": "https://www.anderlues.be/",
            "html": "<div class=\"indexview-categories\">",
            "xpath": null,
            "message": "Confirm this text 'Divers' is used as a heading and if so, modify to use a heading element or role",
            "fingerprint": "479762cac299",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-760c93f3"
          },
          {
            "url": "https://www.ath.be/",
            "html": "<div style=\"\" id=\"1719816738950\" class=\"portalMessage info\">",
            "xpath": null,
            "message": "Confirm this text 'Information' is used as a heading and if so, modify to use a heading element or role",
            "fingerprint": "e2c4baebc54e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-62b0373b"
          },
          {
            "url": "https://www.ath.be/",
            "html": "<div style=\"\" id=\"1722497469895\" class=\"portalMessage error\">",
            "xpath": null,
            "message": "Confirm this text 'Attention' is used as a heading and if so, modify to use a heading element or role",
            "fingerprint": "68cf54ade19d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a9635e78"
          },
          {
            "url": "https://www.ath.be/",
            "html": "<div class=\"table_title\">",
            "xpath": null,
            "message": "Confirm this text 'Campagne de dératisation printanière du territoire athois' is used as a heading and if so, modify to use a heading element or role",
            "fingerprint": "0b084e0a92cd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-abe54ce3"
          }
        ]
      },
      {
        "rule": "input_label_visible",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 143,
        "examples": [
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\">",
            "xpath": null,
            "message": "The input element does not have an associated visible label",
            "fingerprint": "dabdeeb95b72",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1b601da8"
          },
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\">",
            "xpath": null,
            "message": "The input element does not have an associated visible label",
            "fingerprint": "5fdb114758a0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c8dbfadd"
          },
          {
            "url": "https://www.anderlues.be/",
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\">",
            "xpath": null,
            "message": "The input element does not have an associated visible label",
            "fingerprint": "9b472d9c6505",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1b601da8"
          },
          {
            "url": "https://www.anderlues.be/",
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\">",
            "xpath": null,
            "message": "The input element does not have an associated visible label",
            "fingerprint": "5d09a8606990",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c8dbfadd"
          },
          {
            "url": "https://www.anderlues.be/",
            "html": "<input value=\"Rechercher\" type=\"submit\" class=\"searchButton\">",
            "xpath": null,
            "message": "The input element does not have an associated visible label",
            "fingerprint": "d775a0d85fea",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c08934de"
          }
        ]
      },
      {
        "rule": "aria-allowed-role",
        "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/aria-allowed-role?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 122,
        "examples": [
          {
            "url": "https://www.ath.be/",
            "html": "<label aria-label=\"Ma Commune\" for=\"navitem-ma-commune\" role=\"button\"></label>",
            "xpath": "label[aria-label=\"Ma Commune\"]",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "a696016e2d24",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fb93ab52"
          },
          {
            "url": "https://www.ath.be/",
            "html": "<label aria-label=\"Loisirs\" for=\"navitem-loisirs\" role=\"button\"></label>",
            "xpath": "label[aria-label=\"Loisirs\"]",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "1bb8eae76d7d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3099441e"
          },
          {
            "url": "https://www.ath.be/",
            "html": "<label aria-label=\"Economie\" for=\"navitem-economie\" role=\"button\"></label>",
            "xpath": "label[aria-label=\"Economie\"]",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "281e4a5bc4ee",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c18e10d2"
          },
          {
            "url": "https://www.ath.be/",
            "html": "<label aria-label=\"En un clic\" for=\"navitem-en-un-clic\" role=\"button\"></label>",
            "xpath": "label[aria-label=\"En un clic\"]",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role button is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "3f3724f16544",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1cd97163"
          },
          {
            "url": "https://www.bernissart.be/",
            "html": "<article class=\"elementor-post elementor-grid-item post-17076 post type-post status-publish format-standard has-post-thumbnail hentry category-uncategorized\" role=\"listitem\">",
            "xpath": ".post-17076",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role listitem is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "d5a24e4603c6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5a889a9d"
          }
        ]
      },
      {
        "rule": "element_attribute_deprecated",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 119,
        "examples": [
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">",
            "xpath": null,
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "fingerprint": "22e22d7fee0e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9ad5fff9"
          },
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<iframe width=\"0\" title=\"« iframe » — Bulles d'Energie\" src=\"\" scrolling=\"no\" sandbox=\"allow-top-navigation allow-same-origin allow-popups allow-scripts\" marginwidth=\"0\" marginheight=\"0\" height=\"0\" gdpr-width=\"300\" gdpr-src=\"https://bullesdenergie.be/iframe/\" gdpr-height=\"300\" frameborder=\"0\" class=\"wp-embedded-content gdpr-iframe\">",
            "xpath": null,
            "message": "The HTML attribute(s) \"frameborder, marginheight, marginwidth, scrolling\" is deprecated for the <iframe> element in HTML 5",
            "fingerprint": "1f6feb67db1c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8178c61d"
          },
          {
            "url": "https://www.anderlues.be/",
            "html": "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">",
            "xpath": null,
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "fingerprint": "e7a26052cee6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9ad5fff9"
          },
          {
            "url": "https://www.anderlues.be/",
            "html": "<iframe width=\"0\" src=\"\" scrolling=\"no\" marginwidth=\"0\" marginheight=\"0\" height=\"0\" gdpr-width=\"100%\" gdpr-src=\"http://www.meteo.be/services/widget/index.php?postcode=6150&nbDay=2&type=7&lang=fr&bgImageId=4&bgColor=&scrolChoice=0&colorTempMax=ffffff&colorTempMin=A5D6FF\" gdpr-height=\"251\" frameborder=\"0\" class=\"gdpr-iframe\">",
            "xpath": null,
            "message": "The HTML attribute(s) \"frameborder, marginheight, marginwidth, scrolling\" is deprecated for the <iframe> element in HTML 5",
            "fingerprint": "949c068d69a7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-213faea4"
          },
          {
            "url": "https://www.antoing.net/",
            "html": "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">",
            "xpath": null,
            "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5",
            "fingerprint": "4fe319113a00",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9ad5fff9"
          }
        ]
      },
      {
        "rule": "label_name_visible",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 97,
        "examples": [
          {
            "url": "https://www.ath.be/",
            "html": "<input value=\"Tout accepter\" type=\"submit\" name=\"consent\" aria-label=\"Acceptez tous les cookies\">",
            "xpath": null,
            "message": "Accessible name does not match or contain the visible label text",
            "fingerprint": "9c3d73d90491",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f4c83f57"
          },
          {
            "url": "https://www.ath.be/",
            "html": "<a href=\"https://www.ath.be/@@consent\" data-pat-plone-modal=\"{\"prependContent\": \"\"}\" class=\"pat-plone-modal\" aria-label=\"En savoir plus et paramétrer les cookies\">",
            "xpath": null,
            "message": "Accessible name does not match or contain the visible label text",
            "fingerprint": "9d2aa4b36cd2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1b69161f"
          },
          {
            "url": "https://www.ath.be/",
            "html": "<input value=\"Tout refuser\" type=\"submit\" name=\"refuse\" aria-label=\"Refuser tous les cookies\">",
            "xpath": null,
            "message": "Accessible name does not match or contain the visible label text",
            "fingerprint": "3e34efb389fb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9e6f9182"
          },
          {
            "url": "https://www.bernissart.be/",
            "html": "<a tabindex=\"-1\" aria-label=\"En savoir plus sur Conseil communal du 07 mai 2026 – Ordre du jour complémentaire\" href=\"https://www.bernissart.be/conseil-communal-du-07-mai-2026-ordre-du-jour-complementaire/\" class=\"elementor-post__read-more\">",
            "xpath": null,
            "message": "Accessible name does not match or contain the visible label text",
            "fingerprint": "8f968a57b462",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d8d2cf8c"
          },
          {
            "url": "https://www.bernissart.be/",
            "html": "<a tabindex=\"-1\" aria-label=\"En savoir plus sur Conseil communal du 7 mai 2026\" href=\"https://www.bernissart.be/conseil-communal-du-7-mai-2026/\" class=\"elementor-post__read-more\">",
            "xpath": null,
            "message": "Accessible name does not match or contain the visible label text",
            "fingerprint": "c2fc7571caeb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c134ec71"
          }
        ]
      },
      {
        "rule": "aria_role_redundant",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 88,
        "examples": [
          {
            "url": "https://www.charleroi.be/",
            "html": "<img aria-hidden=\"true\" role=\"presentation\" alt=\"\" src=\"/resources/img/icons/chatbot-ask-floating-button.png\" class=\"tw:w-10 tw:sm:w-11 tw:motion-safe:animate-pulse\">",
            "xpath": null,
            "message": "The explicitly-assigned ARIA role \"presentation\" is redundant with the implicit role of the element <img>",
            "fingerprint": "8738cf8defd5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fccc5507"
          },
          {
            "url": "https://www.flobecq.be/",
            "html": "<nav aria-labelledby=\"block-wvncity-2-tools-menu\" role=\"navigation\">",
            "xpath": null,
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "fingerprint": "98d99a4ea70d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f207847e"
          },
          {
            "url": "https://www.flobecq.be/",
            "html": "<nav aria-labelledby=\"block-menusectionsfr-menu\" role=\"navigation\">",
            "xpath": null,
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "fingerprint": "0a8ac3f917c2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3bd56de6"
          },
          {
            "url": "https://www.flobecq.be/",
            "html": "<nav aria-labelledby=\"block-wvncity-2-secondmenu-menu\" role=\"navigation\">",
            "xpath": null,
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "fingerprint": "9cf4b0527de7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-148960e5"
          },
          {
            "url": "https://www.flobecq.be/",
            "html": "<nav aria-labelledby=\"block-menusectionsfr-2-menu\" role=\"navigation\">",
            "xpath": null,
            "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>",
            "fingerprint": "f9a910e581dc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a764f6ab"
          }
        ]
      },
      {
        "rule": "img_alt_null",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 83,
        "examples": [
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<img width=\"245\" title=\"AP Slogan Couleur Synthese\" src=\"https://www.aiseau-presles.be/images/ap-slogan-couleur-synthese.jpg/@@images/e46e592d-e41c-4bd8-b087-cdac8f8fd17d.jpeg\" height=\"27\" alt=\"\">",
            "xpath": null,
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "fingerprint": "6767d77b8a0b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-efac22ec"
          },
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<img title=\"image job site (300 x 300 px)\" src=\"https://www.aiseau-presles.be/job/image-job-site-300-x-300-px.jpg/@@images/f432f4fc-e99c-4047-948a-a6893958639c.jpeg\" alt=\"\">",
            "xpath": null,
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "fingerprint": "bd646672590f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e4e53906"
          },
          {
            "url": "https://www.anderlues.be/",
            "html": "<img title=\"bibliotheque\" src=\"https://www.anderlues.be/images/banners/bibliotheque.jpg/@@images/1cb31f5c-533d-461e-a9c0-a5d7a63e2a32.jpeg\" alt=\"\">",
            "xpath": null,
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "fingerprint": "60f02585a4c2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-79fd9c99"
          },
          {
            "url": "https://www.anderlues.be/",
            "html": "<img title=\"culture\" src=\"https://www.anderlues.be/images/banners/culture.jpg/@@images/1e2f8bf1-8105-4bf5-9673-5905889810a7.jpeg\" alt=\"\">",
            "xpath": null,
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "fingerprint": "dc694db833d1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a2c73868"
          },
          {
            "url": "https://www.anderlues.be/",
            "html": "<img title=\"cpas\" src=\"https://www.anderlues.be/images/banners/cpas.jpeg/@@images/98fe2c2f-3064-486e-b4d4-80d3b26c6ba0.jpeg\" alt=\"\">",
            "xpath": null,
            "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty",
            "fingerprint": "8cd0cad27804",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-96e2784d"
          }
        ]
      },
      {
        "rule": "aria_id_unique",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 71,
        "examples": [
          {
            "url": "https://www.ath.be/",
            "html": "<button type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#portal-globalnav-collapse\" class=\"navbar-toggler\" aria-label=\"Activer/désactiver la navigation\" aria-expanded=\"false\" aria-controls=\"navbarNav\">",
            "xpath": null,
            "message": "The 'id' \"navbarNav\" specified for the ARIA property 'aria-controls' value is not valid",
            "fingerprint": "b253fbd8ace5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7be75485"
          },
          {
            "url": "https://www.ath.be/",
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\" fill=\"#000\" class=\"plone-icon\" aria-labelledby=\"title\">",
            "xpath": null,
            "message": "The 'id' \"title\" specified for the ARIA property 'aria-labelledby' value is not valid",
            "fingerprint": "73b497ed8a12",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-25a37d30"
          },
          {
            "url": "https://www.ath.be/",
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"120\" viewBox=\"0 0 120 120\" version=\"1.2\" height=\"120\" fill=\"#000\" class=\"plone-icon plone-icon\" baseProfile=\"tiny-ps\" aria-labelledby=\"title\">",
            "xpath": null,
            "message": "The 'id' \"title\" specified for the ARIA property 'aria-labelledby' value is not valid",
            "fingerprint": "090f9fa76b47",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a43286e8"
          },
          {
            "url": "https://www.ath.be/",
            "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 23.5 19.23\" fill=\"#000\" class=\"plone-icon\" aria-labelledby=\"title\">",
            "xpath": null,
            "message": "The 'id' \"title\" specified for the ARIA property 'aria-labelledby' value is not valid",
            "fingerprint": "f3cdb8047929",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-76e1b79e"
          },
          {
            "url": "https://www.bernissart.be/",
            "html": "<button aria-label=\"\" aria-controls=\"tribe-events-subscribe-dropdown-content\" aria-expanded=\"false\" class=\"tribe-events-c-subscribe-dropdown__button-text tribe-common-c-btn--clear\">",
            "xpath": null,
            "message": "The 'id' \"tribe-events-subscribe-dropdown-content\" specified for the ARIA property 'aria-controls' value is not valid",
            "fingerprint": "654e5aaafc07",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f23826ac"
          }
        ]
      },
      {
        "rule": "style_highcontrast_visible",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 67,
        "examples": [
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<style>",
            "xpath": null,
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "fingerprint": "ae6635426dd9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b81717"
          },
          {
            "url": "https://www.anderlues.be/",
            "html": "<style>",
            "xpath": null,
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "fingerprint": "486e40ef42c9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b81717"
          },
          {
            "url": "https://www.antoing.net/",
            "html": "<style>",
            "xpath": null,
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "fingerprint": "4fe7b0fa1a94",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b81717"
          },
          {
            "url": "https://www.ath.be/",
            "html": "<style>",
            "xpath": null,
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "fingerprint": "9ad5061582d9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b81717"
          },
          {
            "url": "https://www.beloeil.be/",
            "html": "<link type=\"text/css\" href=\"/media/mod_beloeil_info/css/info.bxslider.css\" rel=\"stylesheet\">",
            "xpath": null,
            "message": "Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content",
            "fingerprint": "26316676d665",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-67acda4b"
          }
        ]
      },
      {
        "rule": "style_color_misuse",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 67,
        "examples": [
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<style type=\"text/css\">",
            "xpath": null,
            "message": "Verify color is not used as the only visual means of conveying information",
            "fingerprint": "c7c7e5022922",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "url": "https://www.anderlues.be/",
            "html": "<style type=\"text/css\">",
            "xpath": null,
            "message": "Verify color is not used as the only visual means of conveying information",
            "fingerprint": "3d29a6274d4e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "url": "https://www.antoing.net/",
            "html": "<style type=\"text/css\">",
            "xpath": null,
            "message": "Verify color is not used as the only visual means of conveying information",
            "fingerprint": "bd06f71a4547",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fbf4fdf4"
          },
          {
            "url": "https://www.ath.be/",
            "html": "<link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"https://www.ath.be/++webresource++d5804eac-48ee-5c69-8389-75ac65829cb3/++plone++facetednavigation/faceted-jquery.min.css\" data-bundle=\"faceted.jquery\">",
            "xpath": null,
            "message": "Verify color is not used as the only visual means of conveying information",
            "fingerprint": "4542750a0cb9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ec74d3c8"
          },
          {
            "url": "https://www.beloeil.be/",
            "html": "<link type=\"text/css\" href=\"/media/mod_beloeil_info/css/info.bxslider.css\" rel=\"stylesheet\">",
            "xpath": null,
            "message": "Verify color is not used as the only visual means of conveying information",
            "fingerprint": "412dd28cce12",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d331341d"
          }
        ]
      },
      {
        "rule": "aria_attribute_valid",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 63,
        "examples": [
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<li aria-expanded=\"False\" id=\"portaltab-ma-commune\" class=\"theme1 plain\">",
            "xpath": null,
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "fingerprint": "bc091552137b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-602ea610"
          },
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<li aria-expanded=\"False\" id=\"portaltab-loisirs\" class=\"theme2 plain\">",
            "xpath": null,
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "fingerprint": "36c918bd7fd6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-677a26dd"
          },
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<li aria-expanded=\"False\" id=\"portaltab-economie\" class=\"theme3 plain\">",
            "xpath": null,
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "fingerprint": "6ccd42def8dc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6e65f609"
          },
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<li aria-expanded=\"False\" id=\"portaltab-search\">",
            "xpath": null,
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "fingerprint": "d23240912145",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2a60071f"
          },
          {
            "url": "https://www.anderlues.be/",
            "html": "<li aria-expanded=\"False\" id=\"portaltab-ma-commune\" class=\"theme1 plain\">",
            "xpath": null,
            "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <li> with implicit ARIA role \"listitem\"",
            "fingerprint": "e763d3e7bfad",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-602ea610"
          }
        ]
      },
      {
        "rule": "element_id_unique",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 63,
        "examples": [
          {
            "url": "https://www.ath.be/",
            "html": "<div id=\"container-section-rs-banner\" class=\"container section-container display-paysage\">",
            "xpath": null,
            "message": "The <div> element has the id \"container-section-rs-banner\" that is already in use",
            "fingerprint": "bce4d5e4bcdd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1d471dba"
          },
          {
            "url": "https://www.ath.be/",
            "html": "<div id=\"body-section-rs-banner\" class=\"body-section\">",
            "xpath": null,
            "message": "The <div> element has the id \"body-section-rs-banner\" that is already in use",
            "fingerprint": "3feaa201dddd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1a6f4aa6"
          },
          {
            "url": "https://www.beloeil.be/",
            "html": "<div id=\"see_more\">",
            "xpath": null,
            "message": "The <div> element has the id \"see_more\" that is already in use",
            "fingerprint": "b8a85b82b673",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-94b96377"
          },
          {
            "url": "https://www.binche.be/fr",
            "html": "<div id=\"form-widgets-text\" class=\"richTextWidget richtext-field\">",
            "xpath": null,
            "message": "The <div> element has the id \"form-widgets-text\" that is already in use",
            "fingerprint": "9de2ab192ebc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-23c6087c"
          },
          {
            "url": "https://www.erquelinnes.be/",
            "html": "<div id=\"form-widgets-text\" class=\"richTextWidget richtext-field\">",
            "xpath": null,
            "message": "The <div> element has the id \"form-widgets-text\" that is already in use",
            "fingerprint": "e7b382dc5b7e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-23c6087c"
          }
        ]
      },
      {
        "rule": "aria_attribute_value_valid",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 59,
        "examples": [
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<li aria-expanded=\"False\" id=\"portaltab-ma-commune\" class=\"theme1 plain\">",
            "xpath": null,
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "fingerprint": "7ec269ceca69",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-79088b70"
          },
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<li aria-expanded=\"False\" id=\"portaltab-loisirs\" class=\"theme2 plain\">",
            "xpath": null,
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "fingerprint": "6ad19a3b1120",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-298c5956"
          },
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<li aria-expanded=\"False\" id=\"portaltab-economie\" class=\"theme3 plain\">",
            "xpath": null,
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "fingerprint": "c02c31bd4894",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c2da2793"
          },
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<li aria-expanded=\"False\" id=\"portaltab-search\">",
            "xpath": null,
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "fingerprint": "837995e1a673",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0cb4ff67"
          },
          {
            "url": "https://www.anderlues.be/",
            "html": "<li aria-expanded=\"False\" id=\"portaltab-ma-commune\" class=\"theme1 plain\">",
            "xpath": null,
            "message": "The value \"False\" specified for attribute 'aria-expanded' on element <li> is not valid",
            "fingerprint": "52be56a49564",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-79088b70"
          }
        ]
      },
      {
        "rule": "figure_label_exists",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 49,
        "examples": [
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<figure class=\"newsImageContainer\">",
            "xpath": null,
            "message": "The <figure> element does not have an associated label",
            "fingerprint": "d6b99fc6884d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2989ad96"
          },
          {
            "url": "https://www.anderlues.be/",
            "html": "<figure class=\"newsImageContainer\">",
            "xpath": null,
            "message": "The <figure> element does not have an associated label",
            "fingerprint": "f5d0e1fa0186",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2989ad96"
          },
          {
            "url": "https://www.antoing.net/",
            "html": "<figure class=\"newsImageContainer\">",
            "xpath": null,
            "message": "The <figure> element does not have an associated label",
            "fingerprint": "b88bb5f82f7e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2989ad96"
          },
          {
            "url": "https://www.ath.be/",
            "html": "<figure>",
            "xpath": null,
            "message": "The <figure> element does not have an associated label",
            "fingerprint": "e07efd16529f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a4bc50c"
          },
          {
            "url": "https://www.boussu.be/",
            "html": "<figure>",
            "xpath": null,
            "message": "The <figure> element does not have an associated label",
            "fingerprint": "e78823e8fb6c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8a4bc50c"
          }
        ]
      },
      {
        "rule": "aria_widget_labelled",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 49,
        "examples": [
          {
            "url": "https://www.braine-le-comte.be/",
            "html": "<div aria-describedby=\"slick-slide-control10\" id=\"slick-slide10\" role=\"tabpanel\" tabindex=\"0\" aria-hidden=\"false\" data-slick-index=\"0\" class=\"slick-slide slick-current slick-active\">",
            "xpath": null,
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "fingerprint": "43c78440d914",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8051699f"
          },
          {
            "url": "https://www.braine-le-comte.be/",
            "html": "<div aria-describedby=\"slick-slide-control11\" id=\"slick-slide11\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"1\" class=\"slick-slide\">",
            "xpath": null,
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "fingerprint": "f8ccd34d2aa9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c3e4b14a"
          },
          {
            "url": "https://www.braine-le-comte.be/",
            "html": "<div aria-describedby=\"slick-slide-control12\" id=\"slick-slide12\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"2\" class=\"slick-slide\">",
            "xpath": null,
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "fingerprint": "23c4c55fffa9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-11458f5b"
          },
          {
            "url": "https://www.braine-le-comte.be/",
            "html": "<div aria-describedby=\"slick-slide-control13\" id=\"slick-slide13\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"3\" class=\"slick-slide\">",
            "xpath": null,
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "fingerprint": "3d1f394501ac",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-106608bd"
          },
          {
            "url": "https://www.braine-le-comte.be/",
            "html": "<div aria-describedby=\"slick-slide-control14\" id=\"slick-slide14\" role=\"tabpanel\" tabindex=\"-1\" aria-hidden=\"true\" data-slick-index=\"4\" class=\"slick-slide\">",
            "xpath": null,
            "message": "Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name",
            "fingerprint": "3cdc665e6b17",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1232702a"
          }
        ]
      },
      {
        "rule": "aria_complementary_labelled",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 45,
        "examples": [
          {
            "url": "https://www.anderlues.be/",
            "html": "<aside xmlns:xi=\"http://www.w3.org/2001/XInclude\">",
            "xpath": null,
            "message": "Element with \"complementary\" role does not have a label",
            "fingerprint": "37e831079c11",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5b8c0c90"
          },
          {
            "url": "https://www.antoing.net/",
            "html": "<aside xmlns:xi=\"http://www.w3.org/2001/XInclude\">",
            "xpath": null,
            "message": "Element with \"complementary\" role does not have a label",
            "fingerprint": "c78351e1eaaf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5b8c0c90"
          },
          {
            "url": "https://www.ath.be/",
            "html": "<aside id=\"global_statusmessage\" class=\"col-12\">",
            "xpath": null,
            "message": "Element with \"complementary\" role does not have a label",
            "fingerprint": "5c017ce3ace8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d6a7e678"
          },
          {
            "url": "https://www.beloeil.be/",
            "html": "<aside class=\"col-xs-16\" id=\"actus\">",
            "xpath": null,
            "message": "Element with \"complementary\" role does not have a label",
            "fingerprint": "d6c3e0ccc63a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-eb77a1ec"
          },
          {
            "url": "https://www.beloeil.be/",
            "html": "<aside class=\"col-xs-16\" id=\"agenda\">",
            "xpath": null,
            "message": "Element with \"complementary\" role does not have a label",
            "fingerprint": "5f5ebd7902b1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f00ae792"
          }
        ]
      },
      {
        "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": 43,
        "examples": [
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<html lang=\"fr\" xml:lang=\"fr\" xmlns=\"http://www.w3.org/19...\" class=\"js flexbox canvas ca...\">",
            "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",
            "fingerprint": "9112467a3502",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b00be0"
          },
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<html><head></head><body marginwidth=\"0\" marginheight=\"0\"></body></html>",
            "xpath": "iframe",
            "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",
            "fingerprint": "40efdaef5c98",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e6b8472e"
          },
          {
            "url": "https://www.anderlues.be/",
            "html": "<html lang=\"fr\" xml:lang=\"fr\" xmlns=\"http://www.w3.org/19...\" class=\"js flexbox canvas ca...\">",
            "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",
            "fingerprint": "75636e0a2989",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b00be0"
          },
          {
            "url": "https://www.anderlues.be/",
            "html": "<html><head></head><body marginwidth=\"0\" marginheight=\"0\"></body></html>",
            "xpath": "iframe",
            "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",
            "fingerprint": "6899695b0587",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e6b8472e"
          },
          {
            "url": "https://www.antoing.net/",
            "html": "<html lang=\"fr\" xml:lang=\"fr\" xmlns=\"http://www.w3.org/19...\" class=\"js flexbox canvas ca...\">",
            "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",
            "fingerprint": "779a656cf8c0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-85b00be0"
          }
        ]
      },
      {
        "rule": "target_spacing_sufficient",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 43,
        "examples": [
          {
            "url": "https://www.braine-le-comte.be/",
            "html": "<button aria-selected=\"true\" tabindex=\"0\" aria-label=\"1 of 8\" aria-controls=\"slick-slide10\" id=\"slick-slide-control10\" role=\"tab\" type=\"button\">",
            "xpath": null,
            "message": "Ensure the overlapped target \"button\" meets a minimum target size or has sufficient spacing from the overlapping target \"button\"",
            "fingerprint": "6ef18e472db7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-03a885ba"
          },
          {
            "url": "https://www.braine-le-comte.be/",
            "html": "<button tabindex=\"-1\" aria-label=\"2 of 8\" aria-controls=\"slick-slide11\" id=\"slick-slide-control11\" role=\"tab\" type=\"button\">",
            "xpath": null,
            "message": "Ensure the overlapped target \"button\" meets a minimum target size or has sufficient spacing from the overlapping target \"button\"",
            "fingerprint": "be7a53df5de7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2d2dd58e"
          },
          {
            "url": "https://www.braine-le-comte.be/",
            "html": "<button tabindex=\"-1\" aria-label=\"3 of 8\" aria-controls=\"slick-slide12\" id=\"slick-slide-control12\" role=\"tab\" type=\"button\">",
            "xpath": null,
            "message": "Undersized target \"button\" does not have sufficient spacing of 12 CSS pixels from another target \"button\"",
            "fingerprint": "43dec01518d7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3790976b"
          },
          {
            "url": "https://www.braine-le-comte.be/",
            "html": "<button tabindex=\"-1\" aria-label=\"4 of 8\" aria-controls=\"slick-slide13\" id=\"slick-slide-control13\" role=\"tab\" type=\"button\">",
            "xpath": null,
            "message": "Undersized target \"button\" does not have sufficient spacing of 12 CSS pixels from another target \"button\"",
            "fingerprint": "43982b77cddb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d77f6d94"
          },
          {
            "url": "https://www.braine-le-comte.be/",
            "html": "<button tabindex=\"-1\" aria-label=\"5 of 8\" aria-controls=\"slick-slide14\" id=\"slick-slide-control14\" role=\"tab\" type=\"button\">",
            "xpath": null,
            "message": "Undersized target \"button\" does not have sufficient spacing of 12 CSS pixels from another target \"button\"",
            "fingerprint": "293215094cd6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-300dff81"
          }
        ]
      },
      {
        "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": 42,
        "examples": [
          {
            "url": "https://www.chapelle-lez-herlaimont.be/",
            "html": "<img class=\"bannerImageImage\" src=\"https://chapelle-lez-herlaimont.be/front-page/@@images/banner_image/pagebanner\">",
            "xpath": ".bannerImageImage",
            "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",
            "fingerprint": "3f328ddad59a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d68cf426"
          },
          {
            "url": "https://www.chapelle-lez-herlaimont.be/",
            "html": "<img class=\"image-icon\" href=\"https://chapelle-lez...\" src=\"https://chapelle-lez...\">",
            "xpath": ".mosaic-grid-row:nth-child(1) > .mosaic-grid-cell.mosaic-width-full.mosaic-position-leftmost > .movable.removable.mosaic-tile > .mosaic-tile-content > .collectionTile > .tile-collection > .tile-collection-container > .tileBody > .tileContent > .odd.collectionItem:nth-child(1) > .tile[title=\"\"][target=\"_blank\"] > .image-icon",
            "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",
            "fingerprint": "03efe61fbd59",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1c6fe829"
          },
          {
            "url": "https://www.chapelle-lez-herlaimont.be/",
            "html": "<img class=\"image-icon\" href=\"https://chapelle-lez-herlaimont.be/services/administration/pcs/les-insomnies\" src=\"https://chapelle-lez-herlaimont.be/services/administration/pcs/les-insomnies/@@images/image/minibanner\">",
            "xpath": ".even.collectionItem:nth-child(2) > .tile[title=\"\"][target=\"_blank\"] > .image-icon",
            "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",
            "fingerprint": "9d773bbb0373",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f3cbf9da"
          },
          {
            "url": "https://www.chapelle-lez-herlaimont.be/",
            "html": "<img class=\"image-icon\" href=\"https://chapelle-lez-herlaimont.be/services/cpas/actualites/schema_circulation_extension_creche\" src=\"https://chapelle-lez-herlaimont.be/services/cpas/actualites/schema_circulation_extension_creche/@@images/image/minibanner\">",
            "xpath": ".mosaic-grid-row:nth-child(1) > .mosaic-grid-cell.mosaic-width-full.mosaic-position-leftmost > .movable.removable.mosaic-tile > .mosaic-tile-content > .collectionTile > .tile-collection > .tile-collection-container > .tileBody > .tileContent > .odd.collectionItem:nth-child(3) > .tile[target=\"_blank\"][rel=\"noopener\"] > .image-icon",
            "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",
            "fingerprint": "73e09a01ac22",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c7fa2a4d"
          },
          {
            "url": "https://www.chapelle-lez-herlaimont.be/",
            "html": "<img class=\"image-icon\" href=\"https://chapelle-lez-herlaimont.be/services/administration/pcs/ete-solidaire-je-suis-partenaire-job-etudiant\" src=\"https://chapelle-lez-herlaimont.be/services/administration/pcs/ete-solidaire-je-suis-partenaire-job-etudiant/@@images/image/minibanner\">",
            "xpath": ".even.collectionItem:nth-child(4) > .tile[title=\"\"][target=\"_blank\"] > .image-icon",
            "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",
            "fingerprint": "2e66dd14b23b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fc2d9166"
          }
        ]
      },
      {
        "rule": "page-has-heading-one",
        "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/page-has-heading-one?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 40,
        "examples": [
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<html lang=\"fr\" xml:lang=\"fr\" xmlns=\"http://www.w3.org/19...\" class=\"js flexbox canvas ca...\">",
            "xpath": "html",
            "message": "Page should contain a level-one heading",
            "fixSummary": "Fix all of the following:\n  Page must have a level-one heading",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "e8f3775ff4e3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ee8d7590"
          },
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<html><head></head><body marginwidth=\"0\" marginheight=\"0\"></body></html>",
            "xpath": "iframe",
            "message": "Page should contain a level-one heading",
            "fixSummary": "Fix all of the following:\n  Page must have a level-one heading",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "1e7af1cbac00",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dadc1ce2"
          },
          {
            "url": "https://www.anderlues.be/",
            "html": "<html lang=\"fr\" xml:lang=\"fr\" xmlns=\"http://www.w3.org/19...\" class=\"js flexbox canvas ca...\">",
            "xpath": "html",
            "message": "Page should contain a level-one heading",
            "fixSummary": "Fix all of the following:\n  Page must have a level-one heading",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "8cd56fb7a159",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ee8d7590"
          },
          {
            "url": "https://www.anderlues.be/",
            "html": "<html><head></head><body marginwidth=\"0\" marginheight=\"0\"></body></html>",
            "xpath": "iframe",
            "message": "Page should contain a level-one heading",
            "fixSummary": "Fix all of the following:\n  Page must have a level-one heading",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "4fe0a29b7c23",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-dadc1ce2"
          },
          {
            "url": "https://www.antoing.net/",
            "html": "<html lang=\"fr\" xml:lang=\"fr\" xmlns=\"http://www.w3.org/19...\" class=\"js flexbox canvas ca...\">",
            "xpath": "html",
            "message": "Page should contain a level-one heading",
            "fixSummary": "Fix all of the following:\n  Page must have a level-one heading",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "ebb44a2528f1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ee8d7590"
          }
        ]
      },
      {
        "rule": "aria_landmark_name_unique",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 38,
        "examples": [
          {
            "url": "https://www.anderlues.be/",
            "html": "<form method=\"POST\" data-json-url=\"https://www.anderlues.be/@@consent-json\" action=\"https://www.anderlues.be/@@accept_or_refuse_all\">",
            "xpath": null,
            "message": "Multiple elements with \"form\" landmarks within the same parent region are not distinguished from one another because they have the same \"\" label",
            "fingerprint": "be70e3cdfc62",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-636904d6"
          },
          {
            "url": "https://www.anderlues.be/",
            "html": "<form id=\"livesearch0\" action=\"https://www.anderlues.be/@@search\">",
            "xpath": null,
            "message": "Multiple elements with \"form\" landmarks within the same parent region are not distinguished from one another because they have the same \"\" label",
            "fingerprint": "ff60a0a74487",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3b779081"
          },
          {
            "url": "https://www.antoing.net/",
            "html": "<form method=\"POST\" data-json-url=\"https://www.antoing.net/@@consent-json\" action=\"https://www.antoing.net/@@accept_or_refuse_all\">",
            "xpath": null,
            "message": "Multiple elements with \"form\" landmarks within the same parent region are not distinguished from one another because they have the same \"\" label",
            "fingerprint": "1fffbf08a990",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cf5b9db0"
          },
          {
            "url": "https://www.antoing.net/",
            "html": "<form id=\"livesearch0\" action=\"https://www.antoing.net/@@search\">",
            "xpath": null,
            "message": "Multiple elements with \"form\" landmarks within the same parent region are not distinguished from one another because they have the same \"\" label",
            "fingerprint": "a1e985f2ecb7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f0c513e6"
          },
          {
            "url": "https://www.beloeil.be/",
            "html": "<aside class=\"col-xs-16\" id=\"actus\">",
            "xpath": null,
            "message": "Multiple elements with \"complementary\" landmarks within the same parent region are not distinguished from one another because they have the same \"\" label",
            "fingerprint": "fd2d442d1c50",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d3f786a4"
          }
        ]
      },
      {
        "rule": "aria_descendant_valid",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 36,
        "examples": [
          {
            "url": "https://www.bernissart.be/",
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"avril 27, 0 évènements, past day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-04-27\" aria-expanded=\"false\">",
            "xpath": null,
            "message": "The element with role \"button\" contains descendants with implicit roles \"time\" which are ignored by browsers",
            "fingerprint": "4007996316bb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-09ba441a"
          },
          {
            "url": "https://www.bernissart.be/",
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"avril 28, 0 évènements, past day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-04-28\" aria-expanded=\"false\">",
            "xpath": null,
            "message": "The element with role \"button\" contains descendants with implicit roles \"time\" which are ignored by browsers",
            "fingerprint": "74a6a9051c91",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d7bea887"
          },
          {
            "url": "https://www.bernissart.be/",
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"avril 29, 0 évènements, past day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-04-29\" aria-expanded=\"false\">",
            "xpath": null,
            "message": "The element with role \"button\" contains descendants with implicit roles \"time\" which are ignored by browsers",
            "fingerprint": "2c1dd71413c2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e3775725"
          },
          {
            "url": "https://www.bernissart.be/",
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"avril 30, 0 évènements, past day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-04-30\" aria-expanded=\"false\">",
            "xpath": null,
            "message": "The element with role \"button\" contains descendants with implicit roles \"time\" which are ignored by browsers",
            "fingerprint": "851f98a419ae",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-eb634c6b"
          },
          {
            "url": "https://www.bernissart.be/",
            "html": "<button data-js=\"tribe-events-calendar-month-day-cell-mobile\" class=\"tribe-events-calendar-month__day-cell tribe-events-calendar-month__day-cell--mobile\" aria-label=\"mai 1, 0 évènements, past day\" aria-controls=\"tribe-events-calendar-mobile-day-2026-05-1\" aria-expanded=\"false\">",
            "xpath": null,
            "message": "The element with role \"button\" contains descendants with implicit roles \"time\" which are ignored by browsers",
            "fingerprint": "882d4e60b588",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1922214f"
          }
        ]
      },
      {
        "rule": "aria_hidden_nontabbable",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 31,
        "examples": [
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/administration-generale/publications/fermeture-de-l2019administration-communale\" class=\"linkimg\">",
            "xpath": null,
            "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "fingerprint": "892a5d0a2ca8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ccb891a6"
          },
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/administration-generale/publications/fermeture-de-l2019administration-communale\">",
            "xpath": null,
            "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "fingerprint": "e9fdbf8c1296",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-19c71d85"
          },
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/pollec/publications/rendez-vous-en-terre-agricole\" class=\"linkimg\">",
            "xpath": null,
            "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "fingerprint": "87b91fc44c3b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c55556f4"
          },
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<a href=\"https://www.aiseau-presles.be/ma-commune/services-communaux/pollec/publications/rendez-vous-en-terre-agricole\">",
            "xpath": null,
            "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "fingerprint": "a8a727fa62a3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-113be8c0"
          },
          {
            "url": "https://www.anderlues.be/",
            "html": "<a href=\"https://www.anderlues.be/actualites/pas-de-temps-pour-venir-chercher-vos-documents-bienvenue-sur-le-e-guichet\" class=\"linkimg\">",
            "xpath": null,
            "message": "Element \"a\" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true'",
            "fingerprint": "5d9e36dcf5de",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6d62939c"
          }
        ]
      },
      {
        "rule": "widget_tabbable_exists",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 31,
        "examples": [
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<a tabindex=\"-1\" href=\"#\" class=\"flex-prev flex-disabled\">",
            "xpath": null,
            "message": "Component with \"link\" role does not have a tabbable element",
            "fingerprint": "812c8913ec70",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-98904c45"
          },
          {
            "url": "https://www.anderlues.be/",
            "html": "<a tabindex=\"-1\" href=\"#\" class=\"flex-prev flex-disabled\">",
            "xpath": null,
            "message": "Component with \"link\" role does not have a tabbable element",
            "fingerprint": "2f7f2d654ab4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-98904c45"
          },
          {
            "url": "https://www.bernissart.be/",
            "html": "<a tabindex=\"-1\" href=\"https://www.bernissart.be/conseil-communal-du-07-mai-2026-ordre-du-jour-complementaire/\" class=\"elementor-post__thumbnail__link\">",
            "xpath": null,
            "message": "Component with \"link\" role does not have a tabbable element",
            "fingerprint": "63b6b031043b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e1494c6f"
          },
          {
            "url": "https://www.bernissart.be/",
            "html": "<a tabindex=\"-1\" aria-label=\"En savoir plus sur Conseil communal du 07 mai 2026 – Ordre du jour complémentaire\" href=\"https://www.bernissart.be/conseil-communal-du-07-mai-2026-ordre-du-jour-complementaire/\" class=\"elementor-post__read-more\">",
            "xpath": null,
            "message": "Component with \"link\" role does not have a tabbable element",
            "fingerprint": "840d8a7b5573",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-03e38516"
          },
          {
            "url": "https://www.bernissart.be/",
            "html": "<a tabindex=\"-1\" href=\"https://www.bernissart.be/conseil-communal-du-7-mai-2026/\" class=\"elementor-post__thumbnail__link\">",
            "xpath": null,
            "message": "Component with \"link\" role does not have a tabbable element",
            "fingerprint": "eb92d7c4730b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5c05d0c4"
          }
        ]
      },
      {
        "rule": "aria_contentinfo_misuse",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 30,
        "examples": [
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<footer id=\"portal-footer-wrapper\">",
            "xpath": null,
            "message": "Element with \"contentinfo\" role is present without an element with \"main\" role",
            "fingerprint": "e67cd2ae7584",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6a24b034"
          },
          {
            "url": "https://www.anderlues.be/",
            "html": "<footer xmlns:xi=\"http://www.w3.org/2001/XInclude\" id=\"portal-footer-wrapper\">",
            "xpath": null,
            "message": "Element with \"contentinfo\" role is present without an element with \"main\" role",
            "fingerprint": "fab936681558",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e879fab9"
          },
          {
            "url": "https://www.antoing.net/",
            "html": "<footer xmlns:xi=\"http://www.w3.org/2001/XInclude\" id=\"portal-footer-wrapper\">",
            "xpath": null,
            "message": "Element with \"contentinfo\" role is present without an element with \"main\" role",
            "fingerprint": "a4a60c7c5d21",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e879fab9"
          },
          {
            "url": "https://www.beloeil.be/",
            "html": "<footer>",
            "xpath": null,
            "message": "Element with \"contentinfo\" role is present without an element with \"main\" role",
            "fingerprint": "47237ec49b64",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8e9e96c7"
          },
          {
            "url": "https://www.binche.be/fr",
            "html": "<footer id=\"portal-footer-wrapper\">",
            "xpath": null,
            "message": "Element with \"contentinfo\" role is present without an element with \"main\" role",
            "fingerprint": "6dc70a456cfe",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6a24b034"
          }
        ]
      },
      {
        "rule": "style_viewport_resizable",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 29,
        "examples": [
          {
            "url": "https://www.ath.be/",
            "html": "<link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"https://www.ath.be/++webresource++2b53a41d-1de2-50f0-8c3c-10a9c03eea62//++theme++ath/dist/css/theme.css\" data-bundle=\"diazo\">",
            "xpath": null,
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "fingerprint": "861e786129e3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8488c944"
          },
          {
            "url": "https://www.bernissart.be/",
            "html": "<link media=\"all\" type=\"text/css\" href=\"https://www.bernissart.be/wp-content/plugins/eleslider/assets/eleslider.css?ver=6.9.4\" id=\"eleslider-style-css\" rel=\"stylesheet\">",
            "xpath": null,
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "fingerprint": "5b7cf5ab702b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9930fbaf"
          },
          {
            "url": "https://www.boussu.be/",
            "html": "<link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"https://www.boussu.be/++webresource++f0d44841-f11c-5dd0-adb2-3e8db80761f7//++theme++boussu/dist/css/theme.css\" data-bundle=\"diazo\">",
            "xpath": null,
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "fingerprint": "ea8a28b687d4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f59b0de7"
          },
          {
            "url": "https://www.celles.be/",
            "html": "<link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"https://www.celles.be/++webresource++58120031-8f0e-596b-8a7c-f7fc2b0a6c8d//++theme++celles/dist/css/theme.css\" data-bundle=\"diazo\">",
            "xpath": null,
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "fingerprint": "1db97daccad3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-40e285e9"
          },
          {
            "url": "https://www.chatelet.be/",
            "html": "<link type=\"text/css\" rel=\"stylesheet\" media=\"all\" href=\"https://www.chatelet.be/++webresource++a9af6dab-8903-593c-942b-3dfd860e1ab3//++theme++chatelet/dist/css/theme.css\" data-bundle=\"diazo\">",
            "xpath": null,
            "message": "Verify that text sized using viewport units can be resized up to 200%",
            "fingerprint": "a3551633d762",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-83978d1e"
          }
        ]
      },
      {
        "rule": "meta-viewport",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Front-End Developer",
            "UX Designer"
          ],
          "severity": "Critical",
          "blocking": true,
          "wcagCriteria": [
            "1.4.4"
          ],
          "conformanceLevel": "AA",
          "description": "Ensures viewport meta does not disable text scaling. Disabling user-scaling prevents people with low vision from enlarging text to a readable size."
        },
        "wcag": {
          "scs": [
            "1.4.4"
          ],
          "level": "AA"
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/meta-viewport?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 27,
        "examples": [
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<meta content=\"width=device-width, minimum-scale=1.0, maximum-scale=1.0\" name=\"viewport\">",
            "xpath": "meta[name=\"viewport\"]",
            "message": "Zooming and scaling must not be disabled",
            "fixSummary": "Fix any of the following:\n  maximum-scale on <meta> tag disables zooming on mobile devices",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "34ee0f9ad04c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-98527d57"
          },
          {
            "url": "https://www.anderlues.be/",
            "html": "<meta content=\"width=device-width, minimum-scale=1.0, maximum-scale=1.0\" name=\"viewport\">",
            "xpath": "meta[name=\"viewport\"]",
            "message": "Zooming and scaling must not be disabled",
            "fixSummary": "Fix any of the following:\n  maximum-scale on <meta> tag disables zooming on mobile devices",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "9165a09d821b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-98527d57"
          },
          {
            "url": "https://www.antoing.net/",
            "html": "<meta content=\"width=device-width, minimum-scale=1.0, maximum-scale=1.0\" name=\"viewport\">",
            "xpath": "meta[name=\"viewport\"]",
            "message": "Zooming and scaling must not be disabled",
            "fixSummary": "Fix any of the following:\n  maximum-scale on <meta> tag disables zooming on mobile devices",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "278fe75d1042",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-98527d57"
          },
          {
            "url": "https://www.binche.be/fr",
            "html": "<meta content=\"width=device-width, minimum-scale=1.0, maximum-scale=1.0\" name=\"viewport\">",
            "xpath": "meta[name=\"viewport\"]",
            "message": "Zooming and scaling must not be disabled",
            "fixSummary": "Fix any of the following:\n  maximum-scale on <meta> tag disables zooming on mobile devices",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "8c4bef926a16",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-98527d57"
          },
          {
            "url": "https://www.braine-le-comte.be/",
            "html": "<meta content=\"width=device-width, minimum-scale=1.0, maximum-scale=1.0\" name=\"viewport\">",
            "xpath": "meta[name=\"viewport\"]",
            "message": "Zooming and scaling must not be disabled",
            "fixSummary": "Fix any of the following:\n  maximum-scale on <meta> tag disables zooming on mobile devices",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "e27212b41dcf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-98527d57"
          }
        ]
      },
      {
        "rule": "aria-required-children",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [
            "1.3.1"
          ],
          "level": "A"
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 27,
        "examples": [
          {
            "url": "https://www.ath.be/",
            "html": "<ul class=\"navbar-nav\" id=\"portal-globalnav\" role=\"menubar\">",
            "xpath": "#portal-globalnav",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: [role=button]",
            "relatedPaths": [
              "label[aria-label=\"Ma Commune\"]",
              "label[aria-label=\"Loisirs\"]",
              "label[aria-label=\"Economie\"]",
              "label[aria-label=\"En un clic\"]"
            ],
            "colorScheme": "light",
            "fingerprint": "20cb1b16c1dc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8565635e"
          },
          {
            "url": "https://www.bernissart.be/",
            "html": "<ul id=\"main-nav\" class=\"nav\" role=\"menubar\">",
            "xpath": "#main-nav",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: li[tabindex]",
            "relatedPaths": [
              "#menu-item-8465"
            ],
            "colorScheme": "light",
            "fingerprint": "bceeb5a9aa3b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ba17b4e4"
          },
          {
            "url": "https://www.boussu.be/",
            "html": "<ul class=\"navbar-nav\" id=\"portal-globalnav\" role=\"menubar\">",
            "xpath": "#portal-globalnav",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: [role=button]",
            "relatedPaths": [
              "label[aria-label=\"Ma commune\"]",
              "label[aria-label=\"Vivre à Boussu\"]",
              "label[aria-label=\"Que faire à Boussu\"]",
              "label[aria-label=\"Je trouve\"]"
            ],
            "colorScheme": "light",
            "fingerprint": "36bafd78efbb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8565635e"
          },
          {
            "url": "https://www.celles.be/",
            "html": "<ul class=\"navbar-nav\" id=\"portal-globalnav\" role=\"menubar\">",
            "xpath": "#portal-globalnav",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: [role=button]",
            "relatedPaths": [
              "label[aria-label=\"Ma commune\"]",
              "label[aria-label=\"Vivre à\"]",
              "label[aria-label=\"Que faire\"]",
              "label[aria-label=\"Je trouve\"]"
            ],
            "colorScheme": "light",
            "fingerprint": "a23b874afdb9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8565635e"
          },
          {
            "url": "https://www.chatelet.be/",
            "html": "<ul class=\"navbar-nav\" id=\"portal-globalnav\" role=\"menubar\">",
            "xpath": "#portal-globalnav",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: [role=button]",
            "relatedPaths": [
              "label[aria-label=\"Ma commune\"]",
              "label[aria-label=\"Vivre à Châtelet\"]",
              "label[aria-label=\"Bouger & Découvrir\"]",
              "label[aria-label=\"En wallon ...\"]",
              "label[aria-label=\"En un clic\"]"
            ],
            "colorScheme": "light",
            "fingerprint": "b9b2ad876e13",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8565635e"
          }
        ]
      },
      {
        "rule": "img_alt_valid",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 26,
        "examples": [
          {
            "url": "https://www.chapelle-lez-herlaimont.be/",
            "html": "<img src=\"https://chapelle-lez-herlaimont.be/front-page/@@images/banner_image/pagebanner\" class=\"bannerImageImage\">",
            "xpath": null,
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "fingerprint": "594f08a54824",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4bb6f3c0"
          },
          {
            "url": "https://www.chapelle-lez-herlaimont.be/",
            "html": "<img src=\"https://chapelle-lez-herlaimont.be/services/administration/travaux/rue-des-genets-et-rue-des-eglantiers-travaux-dentretien-de-voirie/@@images/image/minibanner\" href=\"https://chapelle-lez-herlaimont.be/services/administration/travaux/rue-des-genets-et-rue-des-eglantiers-travaux-dentretien-de-voirie\" class=\"image-icon\">",
            "xpath": null,
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "fingerprint": "625535804af4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3249759a"
          },
          {
            "url": "https://www.chapelle-lez-herlaimont.be/",
            "html": "<img src=\"https://chapelle-lez-herlaimont.be/services/administration/pcs/les-insomnies/@@images/image/minibanner\" href=\"https://chapelle-lez-herlaimont.be/services/administration/pcs/les-insomnies\" class=\"image-icon\">",
            "xpath": null,
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "fingerprint": "f20ce9dc320c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5c877228"
          },
          {
            "url": "https://www.chapelle-lez-herlaimont.be/",
            "html": "<img src=\"https://chapelle-lez-herlaimont.be/services/cpas/actualites/schema_circulation_extension_creche/@@images/image/minibanner\" href=\"https://chapelle-lez-herlaimont.be/services/cpas/actualites/schema_circulation_extension_creche\" class=\"image-icon\">",
            "xpath": null,
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "fingerprint": "ba9747826aba",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0f256a39"
          },
          {
            "url": "https://www.chapelle-lez-herlaimont.be/",
            "html": "<img src=\"https://chapelle-lez-herlaimont.be/services/administration/pcs/ete-solidaire-je-suis-partenaire-job-etudiant/@@images/image/minibanner\" href=\"https://chapelle-lez-herlaimont.be/services/administration/pcs/ete-solidaire-je-suis-partenaire-job-etudiant\" class=\"image-icon\">",
            "xpath": null,
            "message": "The image has neither an accessible name nor is marked as decorative or redundant",
            "fingerprint": "98eb0644b74b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-02859356"
          }
        ]
      },
      {
        "rule": "heading_content_exists",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 24,
        "examples": [
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<h2>",
            "xpath": null,
            "message": "Heading element has no descriptive content",
            "fingerprint": "c8fa5bd1a963",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d8cc0148"
          },
          {
            "url": "https://www.anderlues.be/",
            "html": "<h2>",
            "xpath": null,
            "message": "Heading element has no descriptive content",
            "fingerprint": "3e65c04e5af1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d8cc0148"
          },
          {
            "url": "https://www.antoing.net/",
            "html": "<h2>",
            "xpath": null,
            "message": "Heading element has no descriptive content",
            "fingerprint": "9ddf6898dc3c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d8cc0148"
          },
          {
            "url": "https://www.binche.be/fr",
            "html": "<h1 class=\"h1-bienvenue\">",
            "xpath": null,
            "message": "Heading element has no descriptive content",
            "fingerprint": "e5b14d2312ee",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bcfae804"
          },
          {
            "url": "https://www.binche.be/fr",
            "html": "<h2>",
            "xpath": null,
            "message": "Heading element has no descriptive content",
            "fingerprint": "b948b54d5d14",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d8cc0148"
          }
        ]
      },
      {
        "rule": "text_quoted_correctly",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 23,
        "examples": [
          {
            "url": "https://www.ath.be/",
            "html": "<span>",
            "xpath": null,
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Le Paradis Caché\"",
            "fingerprint": "e9edaf018b74",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a7bb455f"
          },
          {
            "url": "https://www.braine-le-comte.be/",
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/evenements/conference-burn-out-dans-le-monde-agricole-comprendre-pour-mieux-anticiper\">",
            "xpath": null,
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Burn-out dans le monde agricole : comprendre pour mieux anticiper\"",
            "fingerprint": "050b98e840f4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ed595e6e"
          },
          {
            "url": "https://www.braine-le-comte.be/",
            "html": "<a tabindex=\"-1\" href=\"https://www.braine-le-comte.be/citoyennete/actions-sociales/cohesion-sociale/conference-empreinte-numerique-quelles-traces-laissons-nous-en-ligne\">",
            "xpath": null,
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Empreinte numérique : quelles traces laissons-nous en ligne ?\"",
            "fingerprint": "8cc0c7bf395e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-83705334"
          },
          {
            "url": "https://www.celles.be/",
            "html": "<h3>",
            "xpath": null,
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"La migration des oiseaux\"",
            "fingerprint": "87ce1dbf4cb9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f3754680"
          },
          {
            "url": "https://www.chapelle-lez-herlaimont.be/",
            "html": "<span class=\"tileTitle\">",
            "xpath": null,
            "message": "If the following text is a quotation, mark it as a <q> or <blockquote> element: \"Eté solidaire, je suis partenaire\"",
            "fingerprint": "05532c09f71c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e1ae0a40"
          }
        ]
      },
      {
        "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": 21,
        "examples": [
          {
            "url": "https://www.bernissart.be/",
            "html": "<a class=\"elementor-post__read-more\" href=\"https://www.bernissart.be/ceremonies-du-8-mai/\" aria-label=\"En savoir plus sur Cérémonies du 8 mai\" tabindex=\"-1\">\n\t\t\tLire la suite »\t\t</a>",
            "xpath": ".post-16990 > .elementor-post__text > .elementor-post__read-more",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.98:1 with the surrounding text. (Minimum contrast is 3:1, link text: #ca3838, surrounding text: #3a434a)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".post-16990 > .elementor-post__text"
            ],
            "colorScheme": "light",
            "fingerprint": "b7dbc1228ba0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-203bb933"
          },
          {
            "url": "https://brunehaut.be/",
            "html": "<a href=\"https://facebook.com/1459008334371599\" rel=\"nofollow noopener\">Plan de Cohésion Sociale de Brunehaut</a>",
            "xpath": "#cff_236981820029284_1291822256470077 > .cff-text-wrapper > a[rel=\"nofollow noopener\"]",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.29:1 with the surrounding text. (Minimum contrast is 3:1, link text: #207daf, surrounding text: #3f3f46)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#cff_236981820029284_1291822256470077 > .cff-text-wrapper"
            ],
            "colorScheme": "light",
            "fingerprint": "bf7bfd50f203",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6c163da2"
          },
          {
            "url": "https://brunehaut.be/",
            "html": "<a href=\"https://facebook.com/804027536346809\" rel=\"nofollow noopener\">Bibliothèque de Brunehaut</a>",
            "xpath": "#cff_236981820029284_1291256943193275 > .cff-text-wrapper > a[rel=\"nofollow noopener\"]",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.29:1 with the surrounding text. (Minimum contrast is 3:1, link text: #207daf, surrounding text: #3f3f46)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#cff_236981820029284_1291256943193275 > .cff-text-wrapper"
            ],
            "colorScheme": "light",
            "fingerprint": "0e56f20924b1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-30c23455"
          },
          {
            "url": "https://brunehaut.be/",
            "html": "<a href=\"mailto:francois.allard@commune-brunehaut.be\">Allard François</a>",
            "xpath": "p > a:nth-child(3)",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.43:1 with the surrounding text. (Minimum contrast is 3:1, link text: #00846e, surrounding text: #8f8f8f)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".cm-footer-bar__2 > p"
            ],
            "colorScheme": "light",
            "fingerprint": "b228ceef5b1f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-54e802eb"
          },
          {
            "url": "https://www.chapelle-lez-herlaimont.be/",
            "html": "<a href=\"/commune/politique/college\">Collège communal</a>",
            "xpath": "a[href$=\"college\"]",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.8:1 with the surrounding text. (Minimum contrast is 3:1, link text: #16a1e3, surrounding text: #cccccc)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".copyright > .col-xs-12"
            ],
            "colorScheme": "light",
            "fingerprint": "96ed0adfc9dd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9e8c2902"
          }
        ]
      },
      {
        "rule": "frame_src_valid",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 18,
        "examples": [
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<iframe width=\"0\" title=\"« iframe » — Bulles d'Energie\" src=\"\" scrolling=\"no\" sandbox=\"allow-top-navigation allow-same-origin allow-popups allow-scripts\" marginwidth=\"0\" marginheight=\"0\" height=\"0\" gdpr-width=\"300\" gdpr-src=\"https://bullesdenergie.be/iframe/\" gdpr-height=\"300\" frameborder=\"0\" class=\"wp-embedded-content gdpr-iframe\">",
            "xpath": null,
            "message": "Verify <frame> content is accessible",
            "fingerprint": "cec6f27c4f94",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-be8e5774"
          },
          {
            "url": "https://www.anderlues.be/",
            "html": "<iframe width=\"0\" src=\"\" scrolling=\"no\" marginwidth=\"0\" marginheight=\"0\" height=\"0\" gdpr-width=\"100%\" gdpr-src=\"http://www.meteo.be/services/widget/index.php?postcode=6150&nbDay=2&type=7&lang=fr&bgImageId=4&bgColor=&scrolChoice=0&colorTempMax=ffffff&colorTempMin=A5D6FF\" gdpr-height=\"251\" frameborder=\"0\" class=\"gdpr-iframe\">",
            "xpath": null,
            "message": "Verify <frame> content is accessible",
            "fingerprint": "9d3ca1fe536f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f95ff2d0"
          },
          {
            "url": "https://www.antoing.net/",
            "html": "<iframe width=\"0\" title=\"TRANSITION ENERGETIQUE - Projet COLECO - L'éco-partage énergétique\" src=\"\" referrerpolicy=\"strict-origin-when-cross-origin\" height=\"0\" gdpr-width=\"200\" gdpr-src=\"https://www.youtube-nocookie.com/embed/m49S5xWjIsI\" gdpr-height=\"113\" frameborder=\"0\" class=\"gdpr-iframe\" allowfullscreen=\"\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\">",
            "xpath": null,
            "message": "Verify <frame> content is accessible",
            "fingerprint": "58092edcf372",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fb560463"
          },
          {
            "url": "https://brunehaut.be/",
            "html": "<iframe allowfullscreen=\"\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" frameborder=\"0\" src=\"https://www.youtube.com/embed/fnNIUprWd3I?feature=oembed\" height=\"641\" width=\"1140\" title=\"Ecole du dehors - Reportage - Ecole communale de Lesdain\" loading=\"lazy\">",
            "xpath": null,
            "message": "Verify <frame> content is accessible",
            "fingerprint": "f28672c9bb2c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-44032bfd"
          },
          {
            "url": "https://brunehaut.be/",
            "html": "<iframe allowfullscreen=\"\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" frameborder=\"0\" src=\"https://www.youtube.com/embed/K8KE0PnU-Cg?feature=oembed\" height=\"641\" width=\"1140\" title=\"Brunehaut, vue d'en haut - Superbe vidéo des villages enneigés de Brunehaut - Janvier 2024\" loading=\"lazy\">",
            "xpath": null,
            "message": "Verify <frame> content is accessible",
            "fingerprint": "f0d13b27da7f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-cb4f994e"
          }
        ]
      },
      {
        "rule": "aria_form_label_unique",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 18,
        "examples": [
          {
            "url": "https://www.anderlues.be/",
            "html": "<form method=\"POST\" data-json-url=\"https://www.anderlues.be/@@consent-json\" action=\"https://www.anderlues.be/@@accept_or_refuse_all\">",
            "xpath": null,
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "fingerprint": "df4a039a52ed",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6d50d59d"
          },
          {
            "url": "https://www.anderlues.be/",
            "html": "<form id=\"livesearch0\" action=\"https://www.anderlues.be/@@search\">",
            "xpath": null,
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "fingerprint": "4e297c51ac32",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-afa354d9"
          },
          {
            "url": "https://www.antoing.net/",
            "html": "<form method=\"POST\" data-json-url=\"https://www.antoing.net/@@consent-json\" action=\"https://www.antoing.net/@@accept_or_refuse_all\">",
            "xpath": null,
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "fingerprint": "70a60dd4ce0b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-be31faaa"
          },
          {
            "url": "https://www.antoing.net/",
            "html": "<form id=\"livesearch0\" action=\"https://www.antoing.net/@@search\">",
            "xpath": null,
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "fingerprint": "5f2dbe9e396d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c4cffe50"
          },
          {
            "url": "https://www.frasnes-lez-anvaing.be/",
            "html": "<form method=\"POST\" data-json-url=\"https://www.frasnes-lez-anvaing.be/@@consent-json\" action=\"https://www.frasnes-lez-anvaing.be/@@accept_or_refuse_all\">",
            "xpath": null,
            "message": "Multiple elements with \"form\" role do not have unique labels",
            "fingerprint": "04654c80e5cf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4e35a789"
          }
        ]
      },
      {
        "rule": "aria-hidden-focus",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Serious",
          "blocking": true,
          "wcagCriteria": [
            "4.1.2"
          ],
          "conformanceLevel": "A",
          "description": "Ensures aria-hidden elements do not contain focusable elements. Hidden elements that receive focus confuse screen reader users."
        },
        "wcag": {
          "scs": [
            "4.1.2"
          ],
          "level": "A"
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 17,
        "examples": [
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<li class=\"clone\" aria-hidden=\"true\" style=\"width: 865px; float: left; display: block;\">",
            "xpath": ".clone[aria-hidden=\"true\"]:nth-child(1)",
            "message": "ARIA hidden element must not be focusable or contain focusable elements",
            "fixSummary": "Fix all of the following:\n  Focusable content should have tabindex=\"-1\" or be removed from the DOM",
            "relatedPaths": [
              ".clone[aria-hidden=\"true\"]:nth-child(1) > .linkimg",
              ".clone[aria-hidden=\"true\"]:nth-child(1) > .flex-caption > .flex-caption-inner > h2 > a",
              ".clone[aria-hidden=\"true\"]:nth-child(1) > .flex-caption > .flex-caption-inner > p > a"
            ],
            "colorScheme": "light",
            "fingerprint": "76c0bd98ed89",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-48676e3f"
          },
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<li style=\"width: 865px; float: left; display: block;\" class=\"clone\" aria-hidden=\"true\">",
            "xpath": ".clone[aria-hidden=\"true\"]:nth-child(10)",
            "message": "ARIA hidden element must not be focusable or contain focusable elements",
            "fixSummary": "Fix all of the following:\n  Focusable content should have tabindex=\"-1\" or be removed from the DOM",
            "relatedPaths": [
              ".clone[aria-hidden=\"true\"]:nth-child(10) > .linkimg",
              ".clone[aria-hidden=\"true\"]:nth-child(10) > .flex-caption > .flex-caption-inner > h2 > a",
              ".clone[aria-hidden=\"true\"]:nth-child(10) > .flex-caption > .flex-caption-inner > p > a"
            ],
            "colorScheme": "light",
            "fingerprint": "8c1b0f782680",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1db1c37b"
          },
          {
            "url": "https://www.anderlues.be/",
            "html": "<li class=\"clone\" aria-hidden=\"true\" style=\"width: 865px; float: left; display: block;\">",
            "xpath": ".clone[aria-hidden=\"true\"]:nth-child(1)",
            "message": "ARIA hidden element must not be focusable or contain focusable elements",
            "fixSummary": "Fix all of the following:\n  Focusable content should have tabindex=\"-1\" or be removed from the DOM",
            "relatedPaths": [
              ".clone[aria-hidden=\"true\"]:nth-child(1) > .linkimg",
              ".clone[aria-hidden=\"true\"]:nth-child(1) > .flex-caption > .flex-caption-inner > h2 > a",
              ".clone[aria-hidden=\"true\"]:nth-child(1) > .flex-caption > .flex-caption-inner > p > a"
            ],
            "colorScheme": "light",
            "fingerprint": "4e301c59764c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-48676e3f"
          },
          {
            "url": "https://www.anderlues.be/",
            "html": "<li style=\"width: 865px; float: left; display: block;\" class=\"clone\" aria-hidden=\"true\">",
            "xpath": ".clone[aria-hidden=\"true\"]:nth-child(10)",
            "message": "ARIA hidden element must not be focusable or contain focusable elements",
            "fixSummary": "Fix all of the following:\n  Focusable content should have tabindex=\"-1\" or be removed from the DOM",
            "relatedPaths": [
              ".clone[aria-hidden=\"true\"]:nth-child(10) > .linkimg",
              ".clone[aria-hidden=\"true\"]:nth-child(10) > .flex-caption > .flex-caption-inner > h2 > a",
              ".clone[aria-hidden=\"true\"]:nth-child(10) > .flex-caption > .flex-caption-inner > p > a"
            ],
            "colorScheme": "light",
            "fingerprint": "a2bec8653b85",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1db1c37b"
          },
          {
            "url": "https://www.antoing.net/",
            "html": "<li class=\"clone\" aria-hidden=\"true\" style=\"width: 846px; float: left; display: block;\">",
            "xpath": ".clone[aria-hidden=\"true\"]:nth-child(1)",
            "message": "ARIA hidden element must not be focusable or contain focusable elements",
            "fixSummary": "Fix all of the following:\n  Focusable content should have tabindex=\"-1\" or be removed from the DOM",
            "relatedPaths": [
              ".clone[aria-hidden=\"true\"]:nth-child(1) > .linkimg",
              ".clone[aria-hidden=\"true\"]:nth-child(1) > .flex-caption > .flex-caption-inner > h2 > a",
              ".clone[aria-hidden=\"true\"]:nth-child(1) > .flex-caption > .flex-caption-inner > p > a"
            ],
            "colorScheme": "light",
            "fingerprint": "f149c8564f04",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-48676e3f"
          }
        ]
      },
      {
        "rule": "aria-required-parent",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [
            "1.3.1"
          ],
          "level": "A"
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 17,
        "examples": [
          {
            "url": "https://www.bernissart.be/",
            "html": "<li id=\"menu-item-8338\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8338\" aria-haspopup=\"true\" role=\"menuitem\" aria-expanded=\"false\" tabindex=\"0\">",
            "xpath": "#menu-item-8338",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parents role not present: menu, menubar, group",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "111e16fe20ad",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-34df6f4a"
          },
          {
            "url": "https://www.bernissart.be/",
            "html": "<li id=\"menu-item-8339\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8339\" aria-haspopup=\"true\" role=\"menuitem\" aria-expanded=\"false\" tabindex=\"0\">",
            "xpath": "#menu-item-8339",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parents role not present: menu, menubar, group",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "1f85de775ea2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5d7e4925"
          },
          {
            "url": "https://www.bernissart.be/",
            "html": "<li id=\"menu-item-8340\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8340\" aria-haspopup=\"true\" role=\"menuitem\" aria-expanded=\"false\" tabindex=\"0\">",
            "xpath": "#menu-item-8340",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parents role not present: menu, menubar, group",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "94a590ceb634",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8b36c85d"
          },
          {
            "url": "https://www.bernissart.be/",
            "html": "<li id=\"menu-item-8341\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8341\" aria-haspopup=\"true\" role=\"menuitem\" aria-expanded=\"false\" tabindex=\"0\">",
            "xpath": "#menu-item-8341",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parents role not present: menu, menubar, group",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "c0f1db4b192b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-461a63aa"
          },
          {
            "url": "https://www.bernissart.be/",
            "html": "<li id=\"menu-item-8342\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8342\" aria-haspopup=\"true\" role=\"menuitem\" aria-expanded=\"false\" tabindex=\"0\">",
            "xpath": "#menu-item-8342",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parents role not present: menu, menubar, group",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "3e440ffccfa6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-947c8c84"
          }
        ]
      },
      {
        "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": 15,
        "examples": [
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<h5>Administration Communale<br>\nd'Aiseau-Presles</h5>",
            "xpath": ".portlet-static-administration > h5",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "6e5425637a29",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-250dadf0"
          },
          {
            "url": "https://www.ath.be/",
            "html": "<h3>Déménagement? Nouvelle carte d'identité? Mettez à jour votre compte Itsme</h3>",
            "xpath": "div[aria-label=\"1 / 1\"] > .swiper_link.administration-communale[target=\"\"] > .swiper_title > h3",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "7dc1b2fba7e8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a63e8d72"
          },
          {
            "url": "https://www.beloeil.be/",
            "html": "<h4 class=\"col-xs-16 col-sm-16 slider_title\">Infos utiles :</h4>",
            "xpath": "h4",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "200aa89acbd8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-61c4188c"
          },
          {
            "url": "https://www.bernissart.be/",
            "html": "<h4 class=\"elementor-heading-title elementor-size-default\">Découvrez ce qui se passe et restez informé.</h4>",
            "xpath": "h4",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "a8713dde5473",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-61c4188c"
          },
          {
            "url": "https://www.boussu.be/",
            "html": "<h3>Soutien aux nouveaux commerces : une prime pour dynamiser l'économie locale</h3>",
            "xpath": "div[aria-label=\"1 / 3\"] > .swiper_link[target=\"\"] > .swiper_title > h3",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "8b6822dbeff1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b8ce72d2"
          }
        ]
      },
      {
        "rule": "html_skipnav_exists",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 14,
        "examples": [
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<html>",
            "xpath": null,
            "message": "Verify there is a way to bypass blocks of content that are repeated on multiple Web pages",
            "fingerprint": "18151ca5e0d8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5de5dc40"
          },
          {
            "url": "https://www.anderlues.be/",
            "html": "<html>",
            "xpath": null,
            "message": "Verify there is a way to bypass blocks of content that are repeated on multiple Web pages",
            "fingerprint": "b99994a381da",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5de5dc40"
          },
          {
            "url": "https://www.antoing.net/",
            "html": "<html>",
            "xpath": null,
            "message": "Verify there is a way to bypass blocks of content that are repeated on multiple Web pages",
            "fingerprint": "ca5307b22eb2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5de5dc40"
          },
          {
            "url": "https://brunehaut.be/",
            "html": "<html lang=\"fr-FR\">",
            "xpath": null,
            "message": "Verify there is a way to bypass blocks of content that are repeated on multiple Web pages",
            "fingerprint": "811796acf177",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3f22f51b"
          },
          {
            "url": "https://www.chapelle-lez-herlaimont.be/",
            "html": "<html class=\" js flexbox flexboxlegacy canvas canvastext webgl no-touch geolocation postmessage websqldatabase indexeddb hashchange history draganddrop websockets rgba hsla multiplebgs backgroundsize borderimage borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients cssreflections csstransforms csstransforms3d csstransitions fontface generatedcontent video audio localstorage sessionstorage webworkers no-applicationcache svg inlinesvg smil svgclippaths csspositionsticky\" xml:lang=\"fr\" lang=\"fr\" xmlns=\"http://www.w3.org/1999/xhtml\">",
            "xpath": null,
            "message": "Verify there is a way to bypass blocks of content that are repeated on multiple Web pages",
            "fingerprint": "9fbf591df1e6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2553ce15"
          }
        ]
      },
      {
        "rule": "aria_accessiblename_exists",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 14,
        "examples": [
          {
            "url": "https://www.bernissart.be/",
            "html": "<th abbr=\"lun\" scope=\"col\" class=\"tribe-events-calendar-month__header-column\">",
            "xpath": null,
            "message": "Element <th> with \"columnheader\" role has no accessible name",
            "fingerprint": "7fa87eca95d1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d6254cbc"
          },
          {
            "url": "https://www.bernissart.be/",
            "html": "<th abbr=\"mar\" scope=\"col\" class=\"tribe-events-calendar-month__header-column\">",
            "xpath": null,
            "message": "Element <th> with \"columnheader\" role has no accessible name",
            "fingerprint": "33c5aa38e8ac",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0486137a"
          },
          {
            "url": "https://www.bernissart.be/",
            "html": "<th abbr=\"mer\" scope=\"col\" class=\"tribe-events-calendar-month__header-column\">",
            "xpath": null,
            "message": "Element <th> with \"columnheader\" role has no accessible name",
            "fingerprint": "1fe23de843b2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7e7b6ace"
          },
          {
            "url": "https://www.bernissart.be/",
            "html": "<th abbr=\"jeu\" scope=\"col\" class=\"tribe-events-calendar-month__header-column\">",
            "xpath": null,
            "message": "Element <th> with \"columnheader\" role has no accessible name",
            "fingerprint": "dd04f18fb18e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7fb43353"
          },
          {
            "url": "https://www.bernissart.be/",
            "html": "<th abbr=\"ven\" scope=\"col\" class=\"tribe-events-calendar-month__header-column\">",
            "xpath": null,
            "message": "Element <th> with \"columnheader\" role has no accessible name",
            "fingerprint": "1f8662033f9c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ed543682"
          }
        ]
      },
      {
        "rule": "aria_navigation_label_unique",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 14,
        "examples": [
          {
            "url": "https://brunehaut.be/",
            "html": "<nav class=\"cm-primary-nav\" id=\"cm-primary-nav\">",
            "xpath": null,
            "message": "Multiple elements with \"navigation\" role do not have unique labels",
            "fingerprint": "38977c8cebda",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-731481ae"
          },
          {
            "url": "https://brunehaut.be/",
            "html": "<nav class=\"cm-footer-menu\">",
            "xpath": null,
            "message": "Multiple elements with \"navigation\" role do not have unique labels",
            "fingerprint": "ce3ee4f52445",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4fcba4d6"
          },
          {
            "url": "https://www.flobecq.be/",
            "html": "<div role=\"navigation\" id=\"block-wvncity-2-selecteurdelangue\" class=\"language-switcher-language-url language-switcher no-en Array class\">",
            "xpath": null,
            "message": "Multiple elements with \"navigation\" role do not have unique labels",
            "fingerprint": "b7fa6acc22ac",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-703cb087"
          },
          {
            "url": "https://www.flobecq.be/",
            "html": "<nav>",
            "xpath": null,
            "message": "Multiple elements with \"navigation\" role do not have unique labels",
            "fingerprint": "30d69211fc9e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-855d54a7"
          },
          {
            "url": "https://www.flobecq.be/",
            "html": "<nav aria-labelledby=\"block-menusectionsfr-menu\" role=\"navigation\">",
            "xpath": null,
            "message": "Multiple elements with \"navigation\" role do not have unique labels",
            "fingerprint": "b89a0a177085",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3a3a7bad"
          }
        ]
      },
      {
        "rule": "landmark-unique",
        "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/landmark-unique?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 13,
        "examples": [
          {
            "url": "https://www.beloeil.be/",
            "html": "<div class=\"navbar navbar-default\" role=\"navigation\">",
            "xpath": ".navbar",
            "message": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
            "fixSummary": "Fix any of the following:\n  The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable",
            "relatedPaths": [
              "nav"
            ],
            "colorScheme": "light",
            "fingerprint": "aa0374bf1889",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-20282e91"
          },
          {
            "url": "https://brunehaut.be/",
            "html": "<aside id=\"block-12\" class=\"widget widget_block widget_search clearfix\">",
            "xpath": "#block-12",
            "message": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
            "fixSummary": "Fix any of the following:\n  The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable",
            "relatedPaths": [
              "#text-4",
              "#block-20",
              "#block-22",
              "#text-5",
              "#block-24"
            ],
            "colorScheme": "light",
            "fingerprint": "58871bc88ca4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0a77f7ee"
          },
          {
            "url": "https://brunehaut.be/",
            "html": "<nav id=\"cm-primary-nav\" class=\"cm-primary-nav\">",
            "xpath": "#cm-primary-nav",
            "message": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
            "fixSummary": "Fix any of the following:\n  The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable",
            "relatedPaths": [
              ".cm-footer-menu"
            ],
            "colorScheme": "light",
            "fingerprint": "9d2c0813091a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-01f8d407"
          },
          {
            "url": "https://www.chapelle-lez-herlaimont.be/",
            "html": "<aside id=\"global_statusmessage\">\n      \n\n      <div>\n      </div>\n    </aside>",
            "xpath": "#global_statusmessage",
            "message": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
            "fixSummary": "Fix any of the following:\n  The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable",
            "relatedPaths": [
              ".col-md-3"
            ],
            "colorScheme": "light",
            "fingerprint": "9e2e00030354",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e4d5ecaf"
          },
          {
            "url": "https://www.flobecq.be/",
            "html": "<div class=\"language-switcher-language-url language-switcher no-en Array class\" id=\"block-wvncity-2-selecteurdelangue\" role=\"navigation\">",
            "xpath": "#block-wvncity-2-selecteurdelangue",
            "message": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
            "fixSummary": "Fix any of the following:\n  The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable",
            "relatedPaths": [
              ".block > nav"
            ],
            "colorScheme": "light",
            "fingerprint": "d58359332951",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bc7674b0"
          }
        ]
      },
      {
        "rule": "element_tabbable_role_valid",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 12,
        "examples": [
          {
            "url": "https://www.beloeil.be/",
            "html": "<h3 tabindex=\"0\">",
            "xpath": null,
            "message": "The tabbable element's role 'heading' is not a widget role",
            "fingerprint": "b452a08271cb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b5ca2a09"
          },
          {
            "url": "https://www.beloeil.be/",
            "html": "<p tabindex=\"0\">",
            "xpath": null,
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "fingerprint": "77c5d131a750",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a1106b47"
          },
          {
            "url": "https://www.beloeil.be/",
            "html": "<p tabindex=\"0\" style=\"text-align: center;\">",
            "xpath": null,
            "message": "The tabbable element's role 'paragraph' is not a widget role",
            "fingerprint": "8127cbd3b62d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-760ad989"
          },
          {
            "url": "https://www.bernissart.be/",
            "html": "<label tabindex=\"0\" class=\"show-menu ribbon\" for=\"showmenu\">",
            "xpath": null,
            "message": "The tabbable element does not have a valid widget role",
            "fingerprint": "5b3b1474b4c0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-049a08f2"
          },
          {
            "url": "https://www.bernissart.be/",
            "html": "<div aria-live=\"assertive\" role=\"alert\" tabindex=\"0\" class=\"tribe-events-c-messages__message tribe-events-c-messages__message--notice\">",
            "xpath": null,
            "message": "The tabbable element's role 'alert' is not a widget role",
            "fingerprint": "4b84b8911d67",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e8c4b21e"
          }
        ]
      },
      {
        "rule": "html_lang_exists",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 11,
        "examples": [
          {
            "url": "https://www.aiseau-presles.be/",
            "html": "<html>",
            "xpath": null,
            "message": "Page detected as HTML, but does not have a 'lang' attribute",
            "fingerprint": "675aea6cd0a6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8ec4dca4"
          },
          {
            "url": "https://www.anderlues.be/",
            "html": "<html>",
            "xpath": null,
            "message": "Page detected as HTML, but does not have a 'lang' attribute",
            "fingerprint": "8a03e36959b7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8ec4dca4"
          },
          {
            "url": "https://www.antoing.net/",
            "html": "<html>",
            "xpath": null,
            "message": "Page detected as HTML, but does not have a 'lang' attribute",
            "fingerprint": "502732896cad",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8ec4dca4"
          },
          {
            "url": "https://www.beaumont.be/",
            "html": "<html>",
            "xpath": null,
            "message": "Page detected as HTML, but does not have a 'lang' attribute",
            "fingerprint": "73118a49e03c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8ec4dca4"
          },
          {
            "url": "https://www.villedecomines-warneton.be/fr",
            "html": "<html>",
            "xpath": null,
            "message": "Page detected as HTML, but does not have a 'lang' attribute",
            "fingerprint": "7217f0926370",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8ec4dca4"
          }
        ]
      },
      {
        "rule": "listitem",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Content Author",
            "Front-End Developer"
          ],
          "severity": "Serious",
          "blocking": false,
          "wcagCriteria": [
            "1.3.1"
          ],
          "conformanceLevel": "A",
          "description": "Ensures <li> elements are contained within a <ul> or <ol>. List items outside lists lose their structural meaning for screen reader users."
        },
        "wcag": {
          "scs": [
            "1.3.1"
          ],
          "level": "A"
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 10,
        "examples": [
          {
            "url": "https://www.bernissart.be/",
            "html": "<li id=\"menu-item-8465\" class=\"special menu-item menu-item-type-custom menu-item-object-custom menu-item-8465\"><a href=\"/news\">News<span class=\"menu-item-description\">Actualités de la commune</span></a></li>",
            "xpath": "#menu-item-8465",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "6fb24a023675",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-59f19f59"
          },
          {
            "url": "https://www.courcelles.eu/",
            "html": "<li class=\"lgc-li lgc-li--action\">",
            "xpath": ".courcelles-guichet:nth-child(1) > .lgc-li.lgc-li--action",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item does not have a <ul>, <ol> parent element",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "86c0f109e928",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c8429b50"
          },
          {
            "url": "https://www.courcelles.eu/",
            "html": "<li class=\"lgc-li lgc-li--action\">",
            "xpath": ".courcelles-guichet:nth-child(2) > .lgc-li.lgc-li--action",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item does not have a <ul>, <ol> parent element",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "5ad0e38da289",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9aa8506e"
          },
          {
            "url": "https://www.courcelles.eu/",
            "html": "<li class=\"lgc-li lgc-li--action\">",
            "xpath": ".courcelles-guichet:nth-child(3) > .lgc-li.lgc-li--action",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item does not have a <ul>, <ol> parent element",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "243147cc5dd6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1769ce99"
          },
          {
            "url": "https://www.courcelles.eu/",
            "html": "<li class=\"lgc-li lgc-li--action\">",
            "xpath": ".courcelles-guichet:nth-child(4) > .lgc-li.lgc-li--action",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item does not have a <ul>, <ol> parent element",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "ebdfe127261e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ba7e34b0"
          }
        ]
      },
      {
        "rule": "aria_role_valid",
        "engine": "equalAccess",
        "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://www.bernissart.be/",
            "html": "<article role=\"listitem\" class=\"elementor-post elementor-grid-item post-17076 post type-post status-publish format-standard has-post-thumbnail hentry category-uncategorized\">",
            "xpath": null,
            "message": "The ARIA role 'listitem' is not valid for the element <article>",
            "fingerprint": "ed1c27d61099",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-de8c5d25"
          },
          {
            "url": "https://www.bernissart.be/",
            "html": "<article role=\"listitem\" class=\"elementor-post elementor-grid-item post-16932 post type-post status-publish format-standard has-post-thumbnail hentry category-nouvelles-de-la-commune\">",
            "xpath": null,
            "message": "The ARIA role 'listitem' is not valid for the element <article>",
            "fingerprint": "96e880921f33",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-7825e75d"
          },
          {
            "url": "https://www.bernissart.be/",
            "html": "<article role=\"listitem\" class=\"elementor-post elementor-grid-item post-16990 post type-post status-publish format-standard has-post-thumbnail hentry category-nouvelles-de-la-commune\">",
            "xpath": null,
            "message": "The ARIA role 'listitem' is not valid for the element <article>",
            "fingerprint": "1f486df26562",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2667789f"
          },
          {
            "url": "https://www.bernissart.be/",
            "html": "<article role=\"listitem\" class=\"elementor-post elementor-grid-item post-16978 post type-post status-publish format-standard has-post-thumbnail hentry category-nouvelles-de-la-commune\">",
            "xpath": null,
            "message": "The ARIA role 'listitem' is not valid for the element <article>",
            "fingerprint": "fdd4214ec537",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1d35dace"
          },
          {
            "url": "https://www.bernissart.be/",
            "html": "<article role=\"listitem\" class=\"elementor-post elementor-grid-item post-16942 post type-post status-publish format-standard has-post-thumbnail hentry category-nouvelles-de-la-commune\">",
            "xpath": null,
            "message": "The ARIA role 'listitem' is not valid for the element <article>",
            "fingerprint": "c315e913c842",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0f336d3e"
          }
        ]
      },
      {
        "rule": "aria-valid-attr",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Serious",
          "blocking": false,
          "wcagCriteria": [
            "4.1.2"
          ],
          "conformanceLevel": "A",
          "description": "Ensures attributes beginning with 'aria-' are valid ARIA attributes. Typos or custom names are ignored by assistive technologies."
        },
        "wcag": {
          "scs": [
            "4.1.2"
          ],
          "level": "A"
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 10,
        "examples": [
          {
            "url": "https://www.courcelles.eu/",
            "html": "<em aria-hiden=\"true\" class=\"lgc-icon phone\"></em>",
            "xpath": ".phone",
            "message": "ARIA attributes must conform to valid names",
            "fixSummary": "Fix any of the following:\n  Invalid ARIA attribute name: aria-hiden",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "85be1d715f31",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5c75a0cd"
          },
          {
            "url": "https://www.courcelles.eu/",
            "html": "<em aria-hiden=\"true\" class=\"lgc-icon email\"></em>",
            "xpath": ".email",
            "message": "ARIA attributes must conform to valid names",
            "fixSummary": "Fix any of the following:\n  Invalid ARIA attribute name: aria-hiden",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "d18db30d8981",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-67314aba"
          },
          {
            "url": "https://www.courcelles.eu/",
            "html": "<em aria-hiden=\"true\" class=\"lgc-icon facebook\"></em>",
            "xpath": ".facebook[aria-hiden=\"true\"]",
            "message": "ARIA attributes must conform to valid names",
            "fixSummary": "Fix any of the following:\n  Invalid ARIA attribute name: aria-hiden",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "470ddab4b95e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f446ed7b"
          },
          {
            "url": "https://www.courcelles.eu/",
            "html": "<em aria-hiden=\"true\" class=\"lgc-icon instagram\"></em>",
            "xpath": ".instagram[aria-hiden=\"true\"]",
            "message": "ARIA attributes must conform to valid names",
            "fixSummary": "Fix any of the following:\n  Invalid ARIA attribute name: aria-hiden",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "7f58e7eafd1c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-023673c7"
          },
          {
            "url": "https://www.courcelles.eu/",
            "html": "<em aria-hiden=\"true\" class=\"lgc-icon rss_feed\"></em>",
            "xpath": ".rss_feed",
            "message": "ARIA attributes must conform to valid names",
            "fixSummary": "Fix any of the following:\n  Invalid ARIA attribute name: aria-hiden",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "4e4a0747a585",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0c4f2ea6"
          }
        ]
      },
      {
        "rule": "style_background_decorative",
        "engine": "equalAccess",
        "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://fleurus.be/",
            "html": "<span style=\"background:url(https://fleurus.be/wp-content/uploads/2023/11/chateau-de-la-paix.jpg) no-repeat center/cover;-webkit-background-clip:text;-moz-background-clip:text;background-clip:text\" class=\"letter hasImg\">",
            "xpath": null,
            "message": "Verify the CSS background image does not convey important information",
            "fingerprint": "4cfb0a443fad",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6a5b20e3"
          },
          {
            "url": "https://fleurus.be/",
            "html": "<span style=\"background:url(https://fleurus.be/wp-content/uploads/2023/11/cavalcade-2.jpg) no-repeat center/cover;-webkit-background-clip:text;-moz-background-clip:text;background-clip:text\" class=\"letter hasImg\">",
            "xpath": null,
            "message": "Verify the CSS background image does not convey important information",
            "fingerprint": "e2a9dd476d1d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bc5c0626"
          },
          {
            "url": "https://fleurus.be/",
            "html": "<span style=\"background:url(https://fleurus.be/wp-content/uploads/2023/11/Synthese_HD_0380_Fleurus2020_981be-scaled.jpg) no-repeat center/cover;-webkit-background-clip:text;-moz-background-clip:text;background-clip:text\" class=\"letter hasImg\">",
            "xpath": null,
            "message": "Verify the CSS background image does not convey important information",
            "fingerprint": "f3596ccce224",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5555bcdc"
          },
          {
            "url": "https://fleurus.be/",
            "html": "<span style=\"background:url(https://fleurus.be/wp-content/uploads/2023/11/Synthese_HD_0183_Fleurus2020_981be-scaled.jpg) no-repeat center/cover;-webkit-background-clip:text;-moz-background-clip:text;background-clip:text\" class=\"letter hasImg\">",
            "xpath": null,
            "message": "Verify the CSS background image does not convey important information",
            "fingerprint": "bfbc2e75a36f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c75a9985"
          },
          {
            "url": "https://fleurus.be/",
            "html": "<span style=\"background:url(https://fleurus.be/wp-content/uploads/2023/11/Synthese_HD_0372_Fleurus2020_981be-scaled.jpg) no-repeat center/cover;-webkit-background-clip:text;-moz-background-clip:text;background-clip:text\" class=\"letter hasImg\">",
            "xpath": null,
            "message": "Verify the CSS background image does not convey important information",
            "fingerprint": "6c1a29bcb450",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-299c74c9"
          }
        ]
      },
      {
        "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": 9,
        "examples": [
          {
            "url": "https://www.bernissart.be/",
            "html": "<ul class=\"sub-menu\">",
            "xpath": "#menu-item-8271 > .sub-menu",
            "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: [role=menuitem]",
            "relatedPaths": [
              "#menu-item-8338",
              "#menu-item-8339",
              "#menu-item-8340",
              "#menu-item-8341",
              "#menu-item-8342"
            ],
            "colorScheme": "light",
            "fingerprint": "db5699b1e116",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4dbcced1"
          },
          {
            "url": "https://www.bernissart.be/",
            "html": "<ul class=\"sub-menu\">",
            "xpath": "#menu-item-13099 > .sub-menu",
            "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: [role=menuitem]",
            "relatedPaths": [
              "#menu-item-13335",
              "#menu-item-13103",
              "#menu-item-13117",
              "#menu-item-13139"
            ],
            "colorScheme": "light",
            "fingerprint": "4f8d17355082",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fe483078"
          },
          {
            "url": "https://www.bernissart.be/",
            "html": "<ul class=\"sub-menu\">",
            "xpath": "#menu-item-13335 > .sub-menu",
            "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: [role=menuitem]",
            "relatedPaths": [
              "#menu-item-13165",
              "#menu-item-13176"
            ],
            "colorScheme": "light",
            "fingerprint": "b8f4c4043757",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-eaa9cb07"
          },
          {
            "url": "https://www.bernissart.be/",
            "html": "<ul class=\"sub-menu\">",
            "xpath": "#menu-item-13103 > .sub-menu",
            "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: [role=menuitem]",
            "relatedPaths": [
              "#menu-item-13105"
            ],
            "colorScheme": "light",
            "fingerprint": "4a38bbf3476a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-150fac96"
          },
          {
            "url": "https://www.bernissart.be/",
            "html": "<ul class=\"sub-menu\">",
            "xpath": "#menu-item-13105 > .sub-menu",
            "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: [role=menuitem]",
            "relatedPaths": [
              "#menu-item-13257"
            ],
            "colorScheme": "light",
            "fingerprint": "508baf7436a6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-54ab6de2"
          }
        ]
      },
      {
        "rule": "definition-list",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [
            "1.3.1"
          ],
          "level": "A"
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/definition-list?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 9,
        "examples": [
          {
            "url": "https://www.binche.be/fr",
            "html": "<dl class=\"actionMenu deactivated empty\" id=\"top-menu-e-guichet-1\">\n<dt class=\"actionMenuHeader\">\n<a href=\"https://www.binche.be/fr/e-guichet-1\" title=\"\">E-guichet</a>\n</dt>\n</dl>",
            "xpath": "#top-menu-e-guichet-1",
            "message": "<dl> elements must only directly contain properly-ordered <dt> and <dd> groups, <script>, <template> or <div> elements",
            "fixSummary": "Fix all of the following:\n  When not empty, element does not have at least one <dt> element followed by at least one <dd> element",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "e2da6b2e023e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-93d7cbec"
          },
          {
            "url": "https://www.froidchapelle.be/",
            "html": "<dl class=\"actionMenu deactivated empty\" id=\"top-menu-e-guichet-1\">\n<dt class=\"actionMenuHeader\">\n<a href=\"https://www.froidchapelle.be/e-guichet-1\" title=\"\">E-guichet</a>\n</dt>\n</dl>",
            "xpath": "#top-menu-e-guichet-1",
            "message": "<dl> elements must only directly contain properly-ordered <dt> and <dd> groups, <script>, <template> or <div> elements",
            "fixSummary": "Fix all of the following:\n  When not empty, element does not have at least one <dt> element followed by at least one <dd> element",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "883936bac8b6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-93d7cbec"
          },
          {
            "url": "https://rumes-online.be/",
            "html": "<dl class=\"mec-calendar-table-head\">",
            "xpath": ".mec-calendar-table-head",
            "message": "<dl> elements must only directly contain properly-ordered <dt> and <dd> groups, <script>, <template> or <div> elements",
            "fixSummary": "Fix all of the following:\n  When not empty, element does not have at least one <dt> element followed by at least one <dd> element",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "16f24db497a3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-226e7af1"
          },
          {
            "url": "https://rumes-online.be/",
            "html": "<dl class=\"mec-calendar-row\">",
            "xpath": ".mec-calendar-row:nth-child(2)",
            "message": "<dl> elements must only directly contain properly-ordered <dt> and <dd> groups, <script>, <template> or <div> elements",
            "fixSummary": "Fix all of the following:\n  When not empty, element does not have at least one <dt> element followed by at least one <dd> element",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "0938927234ad",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b570c5a2"
          },
          {
            "url": "https://rumes-online.be/",
            "html": "<dl class=\"mec-calendar-row\">",
            "xpath": ".mec-calendar-row:nth-child(4)",
            "message": "<dl> elements must only directly contain properly-ordered <dt> and <dd> groups, <script>, <template> or <div> elements",
            "fixSummary": "Fix all of the following:\n  When not empty, element does not have at least one <dt> element followed by at least one <dd> element",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "5d5685dac91e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6d8ca4c4"
          }
        ]
      },
      {
        "rule": "label_ref_valid",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 8,
        "examples": [
          {
            "url": "https://www.bernissart.be/",
            "html": "<label tabindex=\"0\" class=\"show-menu ribbon\" for=\"showmenu\">",
            "xpath": null,
            "message": "The value \"showmenu\" of the 'for' attribute is not the 'id' of a valid element",
            "fingerprint": "d7c5f87d9d50",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b2e7a1b5"
          },
          {
            "url": "https://www.chapelle-lez-herlaimont.be/",
            "html": "<label class=\"unchecked\" aria-label=\"Ma commune\" role=\"button\" for=\"navitem-commune\">",
            "xpath": null,
            "message": "The value \"navitem-commune\" of the 'for' attribute is not the 'id' of a valid element",
            "fingerprint": "e9199db7f043",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-b02da1f6"
          },
          {
            "url": "https://www.chapelle-lez-herlaimont.be/",
            "html": "<label class=\"unchecked\" aria-label=\"Services\" role=\"button\" for=\"navitem-services\">",
            "xpath": null,
            "message": "The value \"navitem-services\" of the 'for' attribute is not the 'id' of a valid element",
            "fingerprint": "932f72ce68cf",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2aa1a49f"
          },
          {
            "url": "https://www.chapelle-lez-herlaimont.be/",
            "html": "<label class=\"unchecked\" aria-label=\"Loisirs\" role=\"button\" for=\"navitem-loisirs\">",
            "xpath": null,
            "message": "The value \"navitem-loisirs\" of the 'for' attribute is not the 'id' of a valid element",
            "fingerprint": "afe80dc43dea",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-82b2bc6f"
          },
          {
            "url": "https://www.chapelle-lez-herlaimont.be/",
            "html": "<label class=\"unchecked\" aria-label=\"Économie\" role=\"button\" for=\"navitem-economie\">",
            "xpath": null,
            "message": "The value \"navitem-economie\" of the 'for' attribute is not the 'id' of a valid element",
            "fingerprint": "407ee03e458e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-596189e1"
          }
        ]
      },
      {
        "rule": "landmark-complementary-is-top-level",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Front-End Developer",
            "UX Designer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": "best-practice",
          "description": "Ensures the complementary landmark (<aside>) is a top-level landmark. Nested aside elements cannot be found by screen reader landmark navigation."
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-complementary-is-top-level?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 8,
        "examples": [
          {
            "url": "https://brunehaut.be/",
            "html": "<aside id=\"block-12\" class=\"widget widget_block widget_search clearfix\">",
            "xpath": "#block-12",
            "message": "Aside should not be contained in another landmark",
            "fixSummary": "Fix any of the following:\n  The complementary landmark is contained in another landmark.",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "26883b778d5b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e76751ba"
          },
          {
            "url": "https://brunehaut.be/",
            "html": "<aside id=\"text-4\" class=\"widget widget_text widget-colormag_footer_sidebar_one\">",
            "xpath": "#text-4",
            "message": "Aside should not be contained in another landmark",
            "fixSummary": "Fix any of the following:\n  The complementary landmark is contained in another landmark.",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "1eac32379072",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9ed37136"
          },
          {
            "url": "https://brunehaut.be/",
            "html": "<aside id=\"block-20\" class=\"widget widget_block widget-colormag_footer_sidebar_two\">",
            "xpath": "#block-20",
            "message": "Aside should not be contained in another landmark",
            "fixSummary": "Fix any of the following:\n  The complementary landmark is contained in another landmark.",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "4a877771dded",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1c72573d"
          },
          {
            "url": "https://brunehaut.be/",
            "html": "<aside id=\"block-22\" class=\"widget widget_block widget_media_image widget-colormag_footer_sidebar_two\">",
            "xpath": "#block-22",
            "message": "Aside should not be contained in another landmark",
            "fixSummary": "Fix any of the following:\n  The complementary landmark is contained in another landmark.",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "fc6b70c6ff9a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a9c18dcd"
          },
          {
            "url": "https://brunehaut.be/",
            "html": "<aside id=\"text-5\" class=\"widget widget_text widget-colormag_footer_sidebar_four\">",
            "xpath": "#text-5",
            "message": "Aside should not be contained in another landmark",
            "fixSummary": "Fix any of the following:\n  The complementary landmark is contained in another landmark.",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "4c41038dd602",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-896c1110"
          }
        ]
      },
      {
        "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": 7,
        "examples": [
          {
            "url": "https://www.binche.be/fr",
            "html": "<h1 class=\"h1-bienvenue\"><span>Bienvenue à Binche</span></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",
            "fingerprint": "7702bb2a794a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-401fca47"
          },
          {
            "url": "https://www.braine-le-comte.be/",
            "html": "<h3>&nbsp;</h3>",
            "xpath": ".ft-heures > h3",
            "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",
            "fingerprint": "e04cfa397c18",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-29fd3b89"
          },
          {
            "url": "https://brunehaut.be/",
            "html": "<h2 class=\"cm-entry-title\">\n\t\t\t\t\t\t\t</h2>",
            "xpath": ".cm-entry-title",
            "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",
            "fingerprint": "65b03c786f19",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-baf6496b"
          },
          {
            "url": "https://www.flobecq.be/",
            "html": "<h2></h2>",
            "xpath": ".content-text > 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",
            "fingerprint": "e2add994426a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-844c43b2"
          },
          {
            "url": "https://www.leroeulx.be/",
            "html": "<h2 class=\"footer-bloc\" style=\"color:#FFFFFF;\"><img alt=\"\" height=\"105\" src=\"resolveuid/9c4eb91ea3404bbfb184c75ed9cf2905/@@images/image/preview\" width=\"225\"></h2>",
            "xpath": ".footer-bloc:nth-child(1)",
            "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",
            "fingerprint": "701b940834b1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6bdb3ad4"
          }
        ]
      },
      {
        "rule": "aria_keyboard_handler_exists",
        "engine": "equalAccess",
        "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://www.braine-le-comte.be/",
            "html": "<ul role=\"tablist\" style=\"display: flex;\" class=\"slick-dots\">",
            "xpath": null,
            "message": "Verify the <ul> element with \"tablist\" role has keyboard access",
            "fingerprint": "7c70313af3cd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-84e3af77"
          },
          {
            "url": "https://www.brugelette.be/",
            "html": "<ul role=\"tablist\" style=\"display: block;\" class=\"slick-dots\">",
            "xpath": null,
            "message": "Verify the <ul> element with \"tablist\" role has keyboard access",
            "fingerprint": "5ab347e96014",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-de6c1d9b"
          },
          {
            "url": "https://www.colfontaine.be/",
            "html": "<ul role=\"tablist\" style=\"display: block;\" class=\"slick-dots\">",
            "xpath": null,
            "message": "Verify the <ul> element with \"tablist\" role has keyboard access",
            "fingerprint": "9c144bb5531b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-de6c1d9b"
          },
          {
            "url": "https://www.colfontaine.be/",
            "html": "<ul role=\"tablist\" class=\"slick-dots\">",
            "xpath": null,
            "message": "Verify the <ul> element with \"tablist\" role has keyboard access",
            "fingerprint": "6208a36d1db0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d21cbb6f"
          },
          {
            "url": "https://www.leroeulx.be/",
            "html": "<ul role=\"tablist\" style=\"display: block;\" class=\"slick-dots\">",
            "xpath": null,
            "message": "Verify the <ul> element with \"tablist\" role has keyboard access",
            "fingerprint": "7bf9b3991d83",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-de6c1d9b"
          }
        ]
      },
      {
        "rule": "heading_markup_misuse",
        "engine": "equalAccess",
        "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://www.chimayville.be/",
            "html": "<h2>",
            "xpath": null,
            "message": "Verify that the heading element is a genuine heading",
            "fingerprint": "8eb701bccf8e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2459e313"
          },
          {
            "url": "https://www.communedour.be/",
            "html": "<h3>",
            "xpath": null,
            "message": "Verify that the heading element is a genuine heading",
            "fingerprint": "108e8a11dc1c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3a37faa2"
          },
          {
            "url": "https://www.erquelinnes.be/",
            "html": "<h3>",
            "xpath": null,
            "message": "Verify that the heading element is a genuine heading",
            "fingerprint": "9093b66b3f64",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3a37faa2"
          },
          {
            "url": "https://www.ham-sur-heure-nalinnes.be/",
            "html": "<h3 class=\"field-content\">",
            "xpath": null,
            "message": "Verify that the heading element is a genuine heading",
            "fingerprint": "8ee7325a529b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3a4a7ff2"
          },
          {
            "url": "https://www.merbeslechateau.be/",
            "html": "<h3>",
            "xpath": null,
            "message": "Verify that the heading element is a genuine heading",
            "fingerprint": "c953f7cdbfae",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3a37faa2"
          }
        ]
      },
      {
        "rule": "image-redundant-alt",
        "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/image-redundant-alt?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 6,
        "examples": [
          {
            "url": "https://fleurus.be/",
            "html": "<img decoding=\"async\" src=\"https://fleurus.be/wp-content/uploads/2023/11/fleuruspositive-1.png\" alt=\"Fleurus positive !\" style=\"object-fit:cover\">",
            "xpath": "img[alt=\"Fleurus positive !\"]",
            "message": "Alternative text of images should not be repeated as text",
            "fixSummary": "Fix all of the following:\n  Element contains <img> element with alt text that duplicates existing text",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "4d61a2289eed",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a9a6d431"
          },
          {
            "url": "https://fleurus.be/",
            "html": "<img decoding=\"async\" src=\"https://fleurus.be/wp-content/uploads/2026/01/Cover-mag-n31.png\" alt=\"Fleurus mag\" style=\"object-fit:cover\">",
            "xpath": "img[alt=\"Fleurus mag\"]",
            "message": "Alternative text of images should not be repeated as text",
            "fixSummary": "Fix all of the following:\n  Element contains <img> element with alt text that duplicates existing text",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "076c96678de3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0576d03f"
          },
          {
            "url": "https://fleurus.be/",
            "html": "<img decoding=\"async\" src=\"https://fleurus.be/wp-content/uploads/2023/12/espace-presse.webp\" alt=\"Espace presse\" style=\"object-fit:cover\">",
            "xpath": "img[alt=\"Espace presse\"]",
            "message": "Alternative text of images should not be repeated as text",
            "fixSummary": "Fix all of the following:\n  Element contains <img> element with alt text that duplicates existing text",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "dd5b704ac3df",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4b11be75"
          },
          {
            "url": "https://fleurus.be/",
            "html": "<img decoding=\"async\" src=\"https://fleurus.be/wp-content/uploads/2023/12/2.jpg\" alt=\"Brochures\" style=\"object-fit:cover\">",
            "xpath": "img[alt=\"Brochures\"]",
            "message": "Alternative text of images should not be repeated as text",
            "fixSummary": "Fix all of the following:\n  Element contains <img> element with alt text that duplicates existing text",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "1bada1c543f6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-86910c78"
          },
          {
            "url": "https://fleurus.be/",
            "html": "<img decoding=\"async\" src=\"https://fleurus.be/wp-content/uploads/2023/12/1.jpg\" alt=\"Charte graphique\" style=\"object-fit:cover\">",
            "xpath": "img[alt=\"Charte graphique\"]",
            "message": "Alternative text of images should not be repeated as text",
            "fixSummary": "Fix all of the following:\n  Element contains <img> element with alt text that duplicates existing text",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "c84dbe557c0c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-75ce4a7b"
          }
        ]
      },
      {
        "rule": "img_alt_redundant",
        "engine": "equalAccess",
        "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://fleurus.be/",
            "html": "<img style=\"object-fit:cover\" alt=\"Fleurus positive !\" src=\"https://fleurus.be/wp-content/uploads/2023/11/fleuruspositive-1.png\" decoding=\"async\">",
            "xpath": null,
            "message": "Link text is repeated in an image 'alt' value within the same link",
            "fingerprint": "d2393fe6e15d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-44c8e83b"
          },
          {
            "url": "https://fleurus.be/",
            "html": "<img style=\"object-fit:cover\" alt=\"Fleurus mag\" src=\"https://fleurus.be/wp-content/uploads/2026/01/Cover-mag-n31.png\" decoding=\"async\">",
            "xpath": null,
            "message": "Link text is repeated in an image 'alt' value within the same link",
            "fingerprint": "dcccec288814",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-575ea163"
          },
          {
            "url": "https://fleurus.be/",
            "html": "<img style=\"object-fit:cover\" alt=\"Espace presse\" src=\"https://fleurus.be/wp-content/uploads/2023/12/espace-presse.webp\" decoding=\"async\">",
            "xpath": null,
            "message": "Link text is repeated in an image 'alt' value within the same link",
            "fingerprint": "7b5b1f755e8b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-06bd904e"
          },
          {
            "url": "https://fleurus.be/",
            "html": "<img style=\"object-fit:cover\" alt=\"Brochures\" src=\"https://fleurus.be/wp-content/uploads/2023/12/2.jpg\" decoding=\"async\">",
            "xpath": null,
            "message": "Link text is repeated in an image 'alt' value within the same link",
            "fingerprint": "9b9c0ad4f04c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4a88fc13"
          },
          {
            "url": "https://fleurus.be/",
            "html": "<img style=\"object-fit:cover\" alt=\"Charte graphique\" src=\"https://fleurus.be/wp-content/uploads/2023/12/1.jpg\" decoding=\"async\">",
            "xpath": null,
            "message": "Link text is repeated in an image 'alt' value within the same link",
            "fingerprint": "40522fdc50a3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-488697f9"
          }
        ]
      },
      {
        "rule": "aria_banner_label_unique",
        "engine": "equalAccess",
        "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://www.leuze-en-hainaut.be/",
            "html": "<header>",
            "xpath": null,
            "message": "Multiple elements with \"banner\" role do not have unique labels",
            "fingerprint": "94113e3874da",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ee24a594"
          },
          {
            "url": "https://www.leuze-en-hainaut.be/",
            "html": "<div style=\"height: 150px; width: 30%; bottom: -0.518845px;\" class=\"sliding-popup-bottom\" aria-describedby=\"popup-text\" role=\"banner\" id=\"sliding-popup\">",
            "xpath": null,
            "message": "Multiple elements with \"banner\" role do not have unique labels",
            "fingerprint": "1948d9262dcc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f293a9c1"
          },
          {
            "url": "https://montdelenclus.be/",
            "html": "<header role=\"banner\" class=\"container-top site-header\">",
            "xpath": null,
            "message": "Multiple elements with \"banner\" role do not have unique labels",
            "fingerprint": "fe95b0343eff",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-3ad86d9e"
          },
          {
            "url": "https://montdelenclus.be/",
            "html": "<header class=\"module-heading\">",
            "xpath": null,
            "message": "Multiple elements with \"banner\" role do not have unique labels",
            "fingerprint": "64cbb92d50f1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-83da7c19"
          },
          {
            "url": "https://montdelenclus.be/",
            "html": "<header class=\"module-heading nomarged\">",
            "xpath": null,
            "message": "Multiple elements with \"banner\" role do not have unique labels",
            "fingerprint": "807fe21841f0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c1cd5516"
          }
        ]
      },
      {
        "rule": "label-title-only",
        "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/label-title-only?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 5,
        "examples": [
          {
            "url": "https://www.colfontaine.be/",
            "html": "<input accesskey=\"4\" class=\"searchField\" id=\"searchGadget\" name=\"SearchableText\" placeholder=\"Recherche\" size=\"18\" title=\"Recherche\" type=\"text\" autocomplete=\"off\">",
            "xpath": "#livesearch1 > .LSBox > .searchField[accesskey=\"4\"][name=\"SearchableText\"]",
            "message": "Form elements should have a visible label",
            "fixSummary": "Fix all of the following:\n  Only title used to generate label for form element",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "05f5e9b3f438",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f0ce2a0d"
          },
          {
            "url": "https://fleurus.be/",
            "html": "<input title=\"Votre email\" type=\"text\" name=\"email\" placeholder=\"E-mail\">",
            "xpath": "input[title=\"Votre email\"]",
            "message": "Form elements should have a visible label",
            "fixSummary": "Fix all of the following:\n  Only title used to generate label for form element",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "e8c98ee4d0a1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a9a7ec8d"
          },
          {
            "url": "https://www.montigny-le-tilleul.be/",
            "html": "<input accesskey=\"4\" class=\"searchField\" id=\"searchGadget\" name=\"SearchableText\" placeholder=\"Recherche\" size=\"18\" title=\"Recherche\" type=\"text\" autocomplete=\"off\">",
            "xpath": "#livesearch1 > .LSBox > .searchField[accesskey=\"4\"][name=\"SearchableText\"]",
            "message": "Form elements should have a visible label",
            "fixSummary": "Fix all of the following:\n  Only title used to generate label for form element",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "5d72fbab8fb0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f0ce2a0d"
          },
          {
            "url": "https://www.quaregnon.be/",
            "html": "<input accesskey=\"4\" class=\"searchField\" id=\"searchGadget\" name=\"SearchableText\" placeholder=\"Recherche\" size=\"18\" title=\"Recherche\" type=\"text\" autocomplete=\"off\">",
            "xpath": "#livesearch1 > .LSBox > .searchField[accesskey=\"4\"][name=\"SearchableText\"]",
            "message": "Form elements should have a visible label",
            "fixSummary": "Fix all of the following:\n  Only title used to generate label for form element",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "17a8a86245e0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f0ce2a0d"
          },
          {
            "url": "https://www.quievrain.be/",
            "html": "<input accesskey=\"4\" class=\"searchField\" id=\"searchGadget\" name=\"SearchableText\" placeholder=\"Recherche\" size=\"18\" title=\"Recherche\" type=\"text\" autocomplete=\"off\">",
            "xpath": "#livesearch1 > .LSBox > .searchField[accesskey=\"4\"][name=\"SearchableText\"]",
            "message": "Form elements should have a visible label",
            "fixSummary": "Fix all of the following:\n  Only title used to generate label for form element",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "66c0d492a0bb",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f0ce2a0d"
          }
        ]
      },
      {
        "rule": "input_label_exists",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 4,
        "examples": [
          {
            "url": "https://www.chapelle-lez-herlaimont.be/",
            "html": "<select onchange=\"javascript:window.location=form.subsiteSelection.options[form.subsiteSelection.selectedIndex].value\" name=\"subsiteSelection\" id=\"subsiteSelection\">",
            "xpath": null,
            "message": "Form control element <select> has no associated label",
            "fingerprint": "019b15f208d9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1589b1a5"
          },
          {
            "url": "https://www.estaimpuis.be/",
            "html": "<select name=\"archive-dropdown\" id=\"archives-dropdown-8\">",
            "xpath": null,
            "message": "Form control element <select> has no associated label",
            "fingerprint": "0abcd07afbcc",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e05d8933"
          },
          {
            "url": "https://www.flobecq.be/",
            "html": "<input maxlength=\"128\" size=\"30\" value=\"\" name=\"keys\" id=\"edit-keys\" type=\"text\" class=\"form-text form-control\" data-drupal-selector=\"edit-keys\">",
            "xpath": null,
            "message": "Form control element <input> has no associated label",
            "fingerprint": "8f7bb269ea03",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-adea3d63"
          },
          {
            "url": "https://www.leuze-en-hainaut.be/",
            "html": "<input maxlength=\"128\" size=\"30\" value=\"\" name=\"keys\" id=\"edit-keys\" type=\"text\" class=\"form-text form-control\" data-drupal-selector=\"edit-keys\">",
            "xpath": null,
            "message": "Form control element <input> has no associated label",
            "fingerprint": "0c041ba56e16",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-adea3d63"
          }
        ]
      },
      {
        "rule": "aria_contentinfo_label_unique",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 4,
        "examples": [
          {
            "url": "https://www.fontaine-leveque.be/",
            "html": "<footer role=\"contentinfo\" itemtype=\"https://schema.org/WPFooter\" itemscope=\"itemscope\" class=\"site-footer\" id=\"footer\">",
            "xpath": null,
            "message": "Multiple elements with \"contentinfo\" role do not have unique labels",
            "fingerprint": "7d9b736ab835",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-144a3b03"
          },
          {
            "url": "https://www.fontaine-leveque.be/",
            "html": "<div role=\"contentinfo\" class=\"clr\" id=\"copyright\">",
            "xpath": null,
            "message": "Multiple elements with \"contentinfo\" role do not have unique labels",
            "fingerprint": "5b7f277a4a87",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1350924c"
          },
          {
            "url": "https://www.hensies.be/",
            "html": "<footer class=\"footer solid-bg elementor-footer empty-footer\" id=\"footer\">",
            "xpath": null,
            "message": "Multiple elements with \"contentinfo\" role do not have unique labels",
            "fingerprint": "9a63f163f086",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a46a8d42"
          },
          {
            "url": "https://www.hensies.be/",
            "html": "<footer data-elementor-post-type=\"elementor_library\" class=\"elementor elementor-21569 elementor-location-footer\" data-elementor-id=\"21569\" data-elementor-type=\"footer\">",
            "xpath": null,
            "message": "Multiple elements with \"contentinfo\" role do not have unique labels",
            "fingerprint": "4ea5a01ada7b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-feb4d6ac"
          }
        ]
      },
      {
        "rule": "skip_main_exists",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 3,
        "examples": [
          {
            "url": "https://www.beaumont.be/",
            "html": "<body>",
            "xpath": null,
            "message": "The page does not provide a way to quickly navigate to the main content (ARIA \"main\" landmark or a skip link)",
            "fingerprint": "827129afd8aa",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d9f3d140"
          },
          {
            "url": "https://www.courcelles.eu/",
            "html": "<body>",
            "xpath": null,
            "message": "The page does not provide a way to quickly navigate to the main content (ARIA \"main\" landmark or a skip link)",
            "fingerprint": "c38dbd808618",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d9f3d140"
          },
          {
            "url": "https://www.ham-sur-heure-nalinnes.be/",
            "html": "<body class=\"html front not-logged-in no-sidebars page-accueil eu-cookie-compliance-processed eu-cookie-compliance-popup-open eu-cookie-compliance-status-null mobile\">",
            "xpath": null,
            "message": "The page does not provide a way to quickly navigate to the main content (ARIA \"main\" landmark or a skip link)",
            "fingerprint": "e13f34e448a5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2c158e35"
          }
        ]
      },
      {
        "rule": "landmark-contentinfo-is-top-level",
        "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/landmark-contentinfo-is-top-level?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 3,
        "examples": [
          {
            "url": "https://www.bernissart.be/",
            "html": "<div id=\"footer\" role=\"contentinfo\">",
            "xpath": "#footer",
            "message": "Contentinfo landmark should not be contained in another landmark",
            "fixSummary": "Fix any of the following:\n  The contentinfo landmark is contained in another landmark.",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "34d9acfc80b4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9b0dc7a3"
          },
          {
            "url": "https://www.fontaine-leveque.be/",
            "html": "<div id=\"copyright\" class=\"clr\" role=\"contentinfo\">\nfontaine-leveque©2023\t\t\t</div>",
            "xpath": "#copyright",
            "message": "Contentinfo landmark should not be contained in another landmark",
            "fixSummary": "Fix any of the following:\n  The contentinfo landmark is contained in another landmark.",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "2dcbfdfc1c38",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-978dd19e"
          },
          {
            "url": "https://www.hensies.be/",
            "html": "<footer data-elementor-type=\"footer\" data-elementor-id=\"21569\" class=\"elementor elementor-21569 elementor-location-footer\" data-elementor-post-type=\"elementor_library\">",
            "xpath": ".elementor-21569",
            "message": "Contentinfo landmark should not be contained in another landmark",
            "fixSummary": "Fix any of the following:\n  The contentinfo landmark is contained in another landmark.",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "168b911a8db7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1d171b02"
          }
        ]
      },
      {
        "rule": "skip-link",
        "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/skip-link?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 3,
        "examples": [
          {
            "url": "https://www.bernissart.be/",
            "html": "<a class=\"screen-reader-text ribbon skip-link\" href=\"#content_start\">Skip to content</a>",
            "xpath": ".skip-link",
            "message": "The skip-link target should exist and be focusable",
            "fixSummary": "Fix any of the following:\n  No skip link target",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "93246e71c827",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5ab1b526"
          },
          {
            "url": "https://brunehaut.be/",
            "html": "<a class=\"skip-link screen-reader-text\" href=\"#main\">Skip to content</a>",
            "xpath": ".skip-link",
            "message": "The skip-link target should exist and be focusable",
            "fixSummary": "Fix any of the following:\n  No skip link target",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "97c410800fd1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5ab1b526"
          },
          {
            "url": "https://rumes-online.be/",
            "html": "<a id=\"pojo-a11y-skip-content\" class=\"pojo-skip-link pojo-skip-content\" tabindex=\"1\" accesskey=\"s\" href=\"#content\" role=\"link\">Aller au contenu principal</a>",
            "xpath": "#pojo-a11y-skip-content",
            "message": "The skip-link target should exist and be focusable",
            "fixSummary": "Fix any of the following:\n  No skip link target",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "e7e041a57e35",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-69312754"
          }
        ]
      },
      {
        "rule": "aria-prohibited-attr",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [
            "4.1.2"
          ],
          "level": "A"
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-prohibited-attr?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 3,
        "examples": [
          {
            "url": "https://brunehaut.be/",
            "html": "<div class=\"html5-video-player y...\" tabindex=\"\" id=\"movie_player\" data-version=\"/s/player/cb017549/p...\" aria-label=\"YouTube Video Player\">",
            "xpath": ".wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:nth-child(1) > .wp-block-embed.is-type-video.is-provider-youtube > .wp-block-embed__wrapper > iframe[width=\"1140\"][height=\"641\"]",
            "message": "Elements must only use permitted ARIA attributes",
            "fixSummary": "Fix all of the following:\n  aria-label attribute cannot be used on a div with no valid role attribute.",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "8a756eeccd8a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-8224554a"
          },
          {
            "url": "https://brunehaut.be/",
            "html": "<div class=\"html5-video-player y...\" tabindex=\"\" id=\"movie_player\" data-version=\"/s/player/cb017549/p...\" aria-label=\"YouTube Video Player\">",
            "xpath": ".wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:nth-child(2) > .wp-block-embed.is-type-video.is-provider-youtube > .wp-block-embed__wrapper > iframe[width=\"1140\"][height=\"641\"]",
            "message": "Elements must only use permitted ARIA attributes",
            "fixSummary": "Fix all of the following:\n  aria-label attribute cannot be used on a div with no valid role attribute.",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "88e7281e2c90",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-addd6613"
          },
          {
            "url": "https://brunehaut.be/",
            "html": "<div class=\"html5-video-player y...\" tabindex=\"\" id=\"movie_player\" data-version=\"/s/player/cb017549/p...\" aria-label=\"YouTube Video Player\">",
            "xpath": ".wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:nth-child(3) > .wp-block-embed.is-type-video.is-provider-youtube > .wp-block-embed__wrapper > iframe[width=\"1140\"][height=\"641\"]",
            "message": "Elements must only use permitted ARIA attributes",
            "fixSummary": "Fix all of the following:\n  aria-label attribute cannot be used on a div with no valid role attribute.",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "7e27bf620087",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-af69b08c"
          }
        ]
      },
      {
        "rule": "aria_child_valid",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 3,
        "examples": [
          {
            "url": "https://fleurus.be/",
            "html": "<ul class=\"columns-3 wp-block-post-template is-layout-grid wp-container-core-post-template-is-layout-6d3fbd8f wp-block-post-template-is-layout-grid slick-initialized slick-slider\">",
            "xpath": null,
            "message": "The element with role \"list\" owns the child element with the role \"button\" that is not one of the allowed role(s): \"listitem\"",
            "fingerprint": "be8f79a267ef",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-06b03894"
          },
          {
            "url": "https://fleurus.be/",
            "html": "<ul class=\"columns-1 wp-block-post-template is-layout-grid wp-container-core-post-template-is-layout-19505109 wp-block-post-template-is-layout-grid slick-initialized slick-slider\">",
            "xpath": null,
            "message": "The element with role \"list\" owns the child element with the role \"button\" that is not one of the allowed role(s): \"listitem\"",
            "fingerprint": "0f421d10341f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-defb9133"
          },
          {
            "url": "https://fleurus.be/",
            "html": "<ul class=\"wp-block-navigation__submenu-container wp-block-navigation-submenu\">",
            "xpath": null,
            "message": "The element with role \"list\" owns the child element with the role \"button\" that is not one of the allowed role(s): \"listitem\"",
            "fingerprint": "9cfbbb513e32",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c3e25bae"
          }
        ]
      },
      {
        "rule": "list_markup_review",
        "engine": "equalAccess",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 3,
        "examples": [
          {
            "url": "https://www.flobecq.be/",
            "html": "<p>",
            "xpath": null,
            "message": "Verify this is a list and if so, modify to use proper HTML elements for the list",
            "fingerprint": "825d053928d3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a76263bd"
          },
          {
            "url": "https://www.fontaine-leveque.be/",
            "html": "<p>",
            "xpath": null,
            "message": "Verify this is a list and if so, modify to use proper HTML elements for the list",
            "fingerprint": "2b751e7106f9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a76263bd"
          },
          {
            "url": "https://www.pecq.be/",
            "html": "<p>",
            "xpath": null,
            "message": "Verify this is a list and if so, modify to use proper HTML elements for the list",
            "fingerprint": "2dffb05fbb6e",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a76263bd"
          }
        ]
      },
      {
        "rule": "tabindex",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Serious",
          "blocking": true,
          "wcagCriteria": [],
          "conformanceLevel": "best-practice",
          "description": "Ensures tabindex attribute values greater than 0 are not used. Positive tabindex values create an unnatural tab order that disorients keyboard users."
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/tabindex?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 3,
        "examples": [
          {
            "url": "https://www.pontacelles.be/",
            "html": "<section class=\"side_menu right\" style=\"overflow-y: hidden; outline: none;\" tabindex=\"5000\">",
            "xpath": "section",
            "message": "Elements should not have tabindex greater than zero",
            "fixSummary": "Fix any of the following:\n  Element has a tabindex greater than 0",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "a2251826f3f6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-35ee8412"
          },
          {
            "url": "https://rumes-online.be/",
            "html": "<a id=\"pojo-a11y-skip-content\" class=\"pojo-skip-link pojo-skip-content\" tabindex=\"1\" accesskey=\"s\" href=\"#content\" role=\"link\">Aller au contenu principal</a>",
            "xpath": "#pojo-a11y-skip-content",
            "message": "Elements should not have tabindex greater than zero",
            "fixSummary": "Fix any of the following:\n  Element has a tabindex greater than 0",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "82b6f23affa2",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1a59f9bd"
          },
          {
            "url": "https://www.tournai.be/",
            "html": "<div id=\"cookieBanner\" class=\"cookies module shadow col-xl-4 col-lg-7 col-md-8 col-sm-12\" tabindex=\"1\" aria-modal=\"true\" role=\"dialog\" aria-labelledby=\"cookieBannerTitle\" style=\"right: calc(50% - 373.5px);\">",
            "xpath": "#cookieBanner",
            "message": "Elements should not have tabindex greater than zero",
            "fixSummary": "Fix any of the following:\n  Element has a tabindex greater than 0",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "5ffa88a5f050",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-371bf42e"
          }
        ]
      },
      {
        "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": 2,
        "examples": [
          {
            "url": "https://www.anderlues.be/",
            "html": "<iframe class=\"gdpr-iframe\" frameborder=\"0\" gdpr-height=\"251\" gdpr-src=\"http://www.meteo.be/...\" gdpr-width=\"100%\" height=\"0\" marginheight=\"0\" marginwidth=\"0\" scrolling=\"no\" src=\"\" width=\"0\">",
            "xpath": "iframe",
            "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",
            "fingerprint": "38c9b7322113",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f6903b94"
          },
          {
            "url": "https://www.frasnes-lez-anvaing.be/",
            "html": "<iframe class=\"gdpr-iframe\" frameborder=\"0\" gdpr-height=\"361\" gdpr-src=\"https://www.meteo.be...\" gdpr-width=\"270\" height=\"0\" marginheight=\"0\" marginwidth=\"0\" scrolling=\"no\" src=\"\" width=\"0\">",
            "xpath": "iframe[gdpr-height=\"361\"]",
            "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",
            "fingerprint": "ecb3cb9cfef7",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-79c8f242"
          }
        ]
      },
      {
        "rule": "frame_title_exists",
        "engine": "equalAccess",
        "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://www.anderlues.be/",
            "html": "<iframe width=\"0\" src=\"\" scrolling=\"no\" marginwidth=\"0\" marginheight=\"0\" height=\"0\" gdpr-width=\"100%\" gdpr-src=\"http://www.meteo.be/services/widget/index.php?postcode=6150&nbDay=2&type=7&lang=fr&bgImageId=4&bgColor=&scrolChoice=0&colorTempMax=ffffff&colorTempMin=A5D6FF\" gdpr-height=\"251\" frameborder=\"0\" class=\"gdpr-iframe\">",
            "xpath": null,
            "message": "Inline frame does not have a 'title' attribute",
            "fingerprint": "a8a1567f4acd",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d9d019c1"
          },
          {
            "url": "https://www.frasnes-lez-anvaing.be/",
            "html": "<iframe width=\"0\" src=\"\" scrolling=\"no\" marginwidth=\"0\" marginheight=\"0\" height=\"0\" gdpr-width=\"270\" gdpr-src=\"https://www.meteo.be/services/widget/.?postcode=7911&nbDay=2&type=2&lang=fr&bgImageId=1&bgColor=567cd2&scrolChoice=0&colorTempMax=A5D6FF&colorTempMin=ffffff\" gdpr-height=\"361\" frameborder=\"0\" class=\"gdpr-iframe\">",
            "xpath": null,
            "message": "Inline frame does not have a 'title' attribute",
            "fingerprint": "5b595c2344c9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-5f28a0eb"
          }
        ]
      },
      {
        "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": 2,
        "examples": [
          {
            "url": "https://www.beaumont.be/",
            "html": "<html><head><title>Status 429: Too Many Requests</title></head><body><h1>Status 429</h1><p>Too Many Requests (try again soon)</p></body></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",
            "fingerprint": "7210a13cf4d0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9a2136ae"
          },
          {
            "url": "https://www.ham-sur-heure-nalinnes.be/",
            "html": "<html xmlns=\"http://www.w3.org/19...\" xml:lang=\"fr\" version=\"XHTML+RDFa 1.0\" dir=\"ltr\" xmlns:content=\"http://purl.org/rss/...\" xmlns:dc=\"http://purl.org/dc/t...\" xmlns:foaf=\"http://xmlns.com/foa...\" xmlns:rdfs=\"http://www.w3.org/20...\" xmlns:sioc=\"http://rdfs.org/sioc...\" xmlns:sioct=\"http://rdfs.or ...>",
            "xpath": "html",
            "message": "<html> element must have a lang attribute",
            "fixSummary": "Fix any of the following:\n  The xml:lang attribute is not valid on HTML pages, use the lang attribute.",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "161d27f30eb0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-9a2136ae"
          }
        ]
      },
      {
        "rule": "aria_attribute_allowed",
        "engine": "equalAccess",
        "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://www.bernissart.be/",
            "html": "<button data-tribe-mobile-focus-order=\"events-bar-skipped\" aria-controls=\"tribe-events-view-selector-content\" aria-expanded=\"false\" tabindex=\"-1\" aria-description=\"Select Calendar View\" aria-current=\"true\" data-js=\"tribe-events-view-selector-button\" class=\"tribe-events-c-view-selector__button tribe-common-c-btn__clear\">",
            "xpath": null,
            "message": "The attribute(s) 'aria-description' referenced by the element <button> is not a valid ARIA state or property",
            "fingerprint": "78c106b7e314",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0d5b6bc0"
          },
          {
            "url": "https://www.bernissart.be/",
            "html": "<button data-tribe-mobile-focus-order=\"datepicker\" aria-description=\"Cliquer pour basculer le sélectionneur de dates\" type=\"button\" data-js=\"tribe-events-top-bar-datepicker-button\" class=\"tribe-common-c-btn__clear tribe-common-h3 tribe-common-h--alt tribe-events-c-top-bar__datepicker-button\">",
            "xpath": null,
            "message": "The attribute(s) 'aria-description' referenced by the element <button> is not a valid ARIA state or property",
            "fingerprint": "cb80c94c51d0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-0aa0fabb"
          }
        ]
      },
      {
        "rule": "form_submit_button_exists",
        "engine": "equalAccess",
        "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://www.bernissart.be/",
            "html": "<form action=\"https://www.bernissart.be/\" method=\"get\" class=\"searchform\" role=\"search\">",
            "xpath": null,
            "message": "Verify the <form> element has a submit button or an image button",
            "fingerprint": "569ee2264749",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-34253c02"
          },
          {
            "url": "https://www.chapelle-lez-herlaimont.be/",
            "html": "<form id=\"subsiteSelectionForm\" action=\".\">",
            "xpath": null,
            "message": "Verify the <form> element has a submit button or an image button",
            "fingerprint": "8f11b47ceb36",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-89fb7493"
          }
        ]
      },
      {
        "rule": "label_content_exists",
        "engine": "equalAccess",
        "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://www.bernissart.be/",
            "html": "<label for=\"search-form-69f9d2848b80b\">",
            "xpath": null,
            "message": "The <label> element does not have descriptive text that identifies the expected input",
            "fingerprint": "c36f7166e07a",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-14e2e448"
          },
          {
            "url": "https://www.estaimpuis.be/",
            "html": "<label>",
            "xpath": null,
            "message": "The <label> element does not have descriptive text that identifies the expected input",
            "fingerprint": "fdda6f6a0f75",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-52083e1f"
          }
        ]
      },
      {
        "rule": "style_hover_persistent",
        "engine": "equalAccess",
        "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://brunehaut.be/",
            "html": "<style type=\"text/css\" id=\"wp-block-image-inline-css\">",
            "xpath": null,
            "message": "Confirm the margin style attribute has not prevented the pointer from hovering over the displayed element, not just the trigger",
            "fingerprint": "05b25462b350",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-bcbba6d3"
          },
          {
            "url": "https://fleurus.be/",
            "html": "<style id=\"wp-block-image-inline-css\">",
            "xpath": null,
            "message": "Confirm the margin style attribute has not prevented the pointer from hovering over the displayed element, not just the trigger",
            "fingerprint": "97d1451e65a5",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ae627d01"
          }
        ]
      },
      {
        "rule": "text_sensory_misuse",
        "engine": "equalAccess",
        "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://brunehaut.be/",
            "html": "<div class=\"cff-text-wrapper\">",
            "xpath": null,
            "message": "Confirm the user instruction is still understandable without the word(s) 'Large'",
            "fingerprint": "d12f4e743900",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-28245d3b"
          },
          {
            "url": "https://www.estaimpuis.be/",
            "html": "<span class=\"fontsize-label\">",
            "xpath": null,
            "message": "Confirm the user instruction is still understandable without the word(s) 'size'",
            "fingerprint": "6be0baf0c903",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-945f992c"
          }
        ]
      },
      {
        "rule": "label",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Front-End Developer",
            "UX Designer"
          ],
          "severity": "Critical",
          "blocking": true,
          "wcagCriteria": [
            "1.3.1",
            "4.1.2"
          ],
          "conformanceLevel": "A",
          "description": "Ensures every form input has an associated label. Without labels, screen reader users cannot understand what information a form field requires."
        },
        "wcag": {
          "scs": [
            "4.1.2"
          ],
          "level": "A"
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 2,
        "examples": [
          {
            "url": "https://www.flobecq.be/",
            "html": "<input data-drupal-selector=\"edit-keys\" class=\"form-text form-control\" type=\"text\" id=\"edit-keys\" name=\"keys\" value=\"\" size=\"30\" maxlength=\"128\">",
            "xpath": "#edit-keys",
            "message": "Form elements must have labels",
            "fixSummary": "Fix any of the following:\n  Element does not have an implicit (wrapped) <label>\n  Element does not have an explicit <label>\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 has no placeholder attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "7f537e12cf0f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a38a5c46"
          },
          {
            "url": "https://www.leuze-en-hainaut.be/",
            "html": "<input data-drupal-selector=\"edit-keys\" class=\"form-text form-control\" type=\"text\" id=\"edit-keys\" name=\"keys\" value=\"\" size=\"30\" maxlength=\"128\">",
            "xpath": "#edit-keys",
            "message": "Form elements must have labels",
            "fixSummary": "Fix any of the following:\n  Element does not have an implicit (wrapped) <label>\n  Element does not have an explicit <label>\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 has no placeholder attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "87b1d7feaef0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a38a5c46"
          }
        ]
      },
      {
        "rule": "landmark-no-duplicate-contentinfo",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Front-End Developer",
            "UX Designer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": "best-practice",
          "description": "Ensures the page has only one contentinfo landmark (<footer> at top level). Duplicate contentinfo landmarks make landmark navigation unpredictable."
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-no-duplicate-contentinfo?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 2,
        "examples": [
          {
            "url": "https://www.fontaine-leveque.be/",
            "html": "<footer id=\"footer\" class=\"site-footer\" itemscope=\"itemscope\" itemtype=\"https://schema.org/WPFooter\" role=\"contentinfo\">",
            "xpath": "#footer",
            "message": "Document should not have more than one contentinfo landmark",
            "fixSummary": "Fix any of the following:\n  Document has more than one contentinfo landmark",
            "relatedPaths": [
              "#copyright"
            ],
            "colorScheme": "light",
            "fingerprint": "238eaf83f268",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2c072ccb"
          },
          {
            "url": "https://www.hensies.be/",
            "html": "<footer id=\"footer\" class=\"footer solid-bg elementor-footer empty-footer\">",
            "xpath": "#footer",
            "message": "Document should not have more than one contentinfo landmark",
            "fixSummary": "Fix any of the following:\n  Document has more than one contentinfo landmark",
            "relatedPaths": [
              ".elementor-21569"
            ],
            "colorScheme": "light",
            "fingerprint": "f8818882ade8",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-2c072ccb"
          }
        ]
      },
      {
        "rule": "table_headers_exists",
        "engine": "equalAccess",
        "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://www.ham-sur-heure-nalinnes.be/",
            "html": "<table style=\"width:100%\">",
            "xpath": null,
            "message": "Table has no headers identified",
            "fingerprint": "d520f257227f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6414d7f1"
          },
          {
            "url": "https://www.sivry-rance.be/",
            "html": "<table style=\"height:240px;width:1100px;\" dir=\"ltr\" cellspacing=\"3\" cellpadding=\"3\" border=\"0\" align=\"center\">",
            "xpath": null,
            "message": "Table has no headers identified",
            "fingerprint": "c0d27c0fc2f9",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-50dc0650"
          }
        ]
      },
      {
        "rule": "landmark-no-duplicate-banner",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Front-End Developer",
            "UX Designer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": "best-practice",
          "description": "Ensures the page has only one banner landmark (<header> at top level). Multiple banners confuse screen reader users navigating by landmarks."
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-no-duplicate-banner?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 2,
        "examples": [
          {
            "url": "https://www.leuze-en-hainaut.be/",
            "html": "<header>",
            "xpath": "header",
            "message": "Document should not have more than one banner landmark",
            "fixSummary": "Fix any of the following:\n  Document has more than one banner landmark",
            "relatedPaths": [
              "#sliding-popup"
            ],
            "colorScheme": "light",
            "fingerprint": "2485b09cc2df",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4fb92158"
          },
          {
            "url": "https://montdelenclus.be/",
            "html": "<header class=\"container-top site-header\" role=\"banner\">",
            "xpath": ".container-top",
            "message": "Document should not have more than one banner landmark",
            "fixSummary": "Fix any of the following:\n  Document has more than one banner landmark",
            "relatedPaths": [
              ".bd > .module-heading",
              ".mt-2:nth-child(2) > .module-heading",
              ".nomarged.module-heading:nth-child(1)",
              ".nomarged.module-heading:nth-child(4)",
              ".nosub"
            ],
            "colorScheme": "light",
            "fingerprint": "86edf170fb49",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-43337884"
          }
        ]
      },
      {
        "rule": "img_alt_misuse",
        "engine": "equalAccess",
        "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://www.leuze-en-hainaut.be/",
            "html": "<img class=\"image-style-teaser-1\" typeof=\"foaf:Image\" alt=\"MahymobilesWouterRawoens.jpg\" height=\"323\" width=\"555\" src=\"/sites/leuze/files/styles/teaser_1/public/2022-04/MahymobilesWouterRawoens.jpg?itok=IjlZrFki\">",
            "xpath": null,
            "message": "Verify that the file name serves as a good inline replacement for the image",
            "fingerprint": "c4e30d49b17c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-c72f1270"
          },
          {
            "url": "https://rumes-online.be/",
            "html": "<img title=\"\" alt=\"rumes-online.be\" width=\"300\" height=\"100\" src=\"http://rumes-online.be/wp-content/uploads/2022/03/CommuneRumes_1_RVB-300x124.png\">",
            "xpath": null,
            "message": "Verify that the file name serves as a good inline replacement for the image",
            "fingerprint": "363130beffc0",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-879e507b"
          }
        ]
      },
      {
        "rule": "aria-roles",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Serious",
          "blocking": false,
          "wcagCriteria": [
            "4.1.2"
          ],
          "conformanceLevel": "A",
          "description": "Ensures all elements with ARIA roles use valid, non-abstract role values from the ARIA specification."
        },
        "wcag": {
          "scs": [
            "4.1.2"
          ],
          "level": "A"
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-roles?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 1,
        "examples": [
          {
            "url": "https://www.chapelle-lez-herlaimont.be/",
            "html": "<section class=\"portlet portletCalendar\" role=\"section\">",
            "xpath": ".portletCalendar",
            "message": "ARIA roles used must conform to valid values",
            "fixSummary": "Fix all of the following:\n  Abstract role cannot be directly used: section",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "13df9e27f5a3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-a3e4583c"
          }
        ]
      },
      {
        "rule": "select-name",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [
            "4.1.2"
          ],
          "level": "A"
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/select-name?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 1,
        "examples": [
          {
            "url": "https://www.chapelle-lez-herlaimont.be/",
            "html": "<select id=\"subsiteSelection\" name=\"subsiteSelection\" onchange=\"javascript:window.location=form.subsiteSelection.options[form.subsiteSelection.selectedIndex].value\">",
            "xpath": "#subsiteSelection",
            "message": "Select element must have an accessible name",
            "fixSummary": "Fix any of the following:\n  Element does not have an implicit (wrapped) <label>\n  Element does not have an explicit <label>\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",
            "fingerprint": "45fa6e25d1c1",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-1d65a141"
          }
        ]
      },
      {
        "rule": "input_onchange_review",
        "engine": "equalAccess",
        "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://www.chapelle-lez-herlaimont.be/",
            "html": "<select onchange=\"javascript:window.location=form.subsiteSelection.options[form.subsiteSelection.selectedIndex].value\" name=\"subsiteSelection\" id=\"subsiteSelection\">",
            "xpath": null,
            "message": "Confirm that the user is advised if, due to a change of element value, a form automatically submits, a new window opens, or a change in focus occurs",
            "fingerprint": "9889fec3c09b",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-f55a13b4"
          }
        ]
      },
      {
        "rule": "script_select_review",
        "engine": "equalAccess",
        "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://www.chapelle-lez-herlaimont.be/",
            "html": "<select onchange=\"javascript:window.location=form.subsiteSelection.options[form.subsiteSelection.selectedIndex].value\" name=\"subsiteSelection\" id=\"subsiteSelection\">",
            "xpath": null,
            "message": "Verify that no change of context or action occurs when selection options in this component receive focus",
            "fingerprint": "d14f0d951695",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-979f4a92"
          }
        ]
      },
      {
        "rule": "aria_role_allowed",
        "engine": "equalAccess",
        "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://www.chapelle-lez-herlaimont.be/",
            "html": "<section role=\"section\" class=\"portlet portletCalendar\">",
            "xpath": null,
            "message": "The role 'section' defined on the element is not valid per ARIA specification",
            "fingerprint": "443bf8673d1f",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-e660b9b9"
          }
        ]
      },
      {
        "rule": "aria-allowed-attr",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Serious",
          "blocking": false,
          "wcagCriteria": [
            "4.1.2"
          ],
          "conformanceLevel": "A",
          "description": "Ensures ARIA attributes are only used on elements where they are permitted by the ARIA specification."
        },
        "wcag": {
          "scs": [
            "4.1.2"
          ],
          "level": "A"
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-attr?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 1,
        "examples": [
          {
            "url": "https://fleurus.be/",
            "html": "<div class=\"wp-block-navigation-item__content wp-block-navigation-submenu__toggle\" aria-expanded=\"false\">",
            "xpath": ".wp-block-navigation-submenu__toggle.wp-block-navigation-item__content",
            "message": "Elements must only use supported ARIA attributes",
            "fixSummary": "Fix all of the following:\n  ARIA attribute is not allowed: aria-expanded=\"false\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "c53f965cc4ef",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-df50c1a9"
          }
        ]
      },
      {
        "rule": "aria_eventhandler_role_valid",
        "engine": "equalAccess",
        "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://www.fontaine-leveque.be/",
            "html": "<span onclick=\"heateorSssMoreSharingPopup(this, 'https://www.fontaine-leveque.be/', 'Tout%20savoir%20sur%20la%20ville%20de%20Fontaine%20l%27%C3%89v%C3%AAque', '' )\" style=\"background-color:#ee8e2d;width:35px;height:35px;border-radius:999px;display:inline-block!important;opacity:1;float:left;font-size:32px!important;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;display:inline;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box;\" class=\"heateor_sss_svg\">",
            "xpath": null,
            "message": "The <span> element with 'onclick' does not have a valid ARIA role specified",
            "fingerprint": "0eafb582d8e3",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-6668f982"
          }
        ]
      },
      {
        "rule": "aria_complementary_label_visible",
        "engine": "equalAccess",
        "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://www.fontaine-leveque.be/",
            "html": "<aside aria-label=\"Primary Sidebar\" role=\"complementary\" itemtype=\"https://schema.org/WPSideBar\" itemscope=\"itemscope\" class=\"sidebar-container widget-area sidebar-primary\" id=\"right-sidebar\">",
            "xpath": null,
            "message": "Element with \"complementary\" role does not have a visible label",
            "fingerprint": "61cbc1703840",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-ff1b917f"
          }
        ]
      },
      {
        "rule": "aria-valid-attr-value",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Serious",
          "blocking": false,
          "wcagCriteria": [
            "4.1.2"
          ],
          "conformanceLevel": "A",
          "description": "Ensures all ARIA attributes have valid values as required by the specification. Invalid values break assistive technology behavior."
        },
        "wcag": {
          "scs": [
            "4.1.2"
          ],
          "level": "A"
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-valid-attr-value?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 1,
        "examples": [
          {
            "url": "https://montdelenclus.be/",
            "html": "<span class=\"mejs-time-total mejs-time-slider\" aria-label=\"Time Slider\" aria-valuemin=\"0\" aria-valuemax=\"NaN\" aria-valuenow=\"0\" aria-valuetext=\"00:00\" role=\"slider\" tabindex=\"0\" style=\"width: 385px;\">",
            "xpath": ".mejs-time-total",
            "message": "ARIA attributes must conform to valid values",
            "fixSummary": "Fix all of the following:\n  Invalid ARIA attribute value: aria-valuemax=\"NaN\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "02df776270c6",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-4f0e66be"
          }
        ]
      },
      {
        "rule": "application_content_accessible",
        "engine": "equalAccess",
        "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://montdelenclus.be/",
            "html": "<div style=\"width: 640px; height: 360px;\" aria-label=\"Video Player\" role=\"application\" tabindex=\"0\" class=\"mejs-container svg wp-video-shortcode mejs-video\" id=\"mep_0\">",
            "xpath": null,
            "message": "Verify that the non-decorative static text and image content within an element with \"application\" role are accessible",
            "fingerprint": "df31a3dcc77d",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-d8714bd6"
          }
        ]
      },
      {
        "rule": "caption_track_exists",
        "engine": "equalAccess",
        "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://montdelenclus.be/",
            "html": "<video style=\"width: 100%; height: 100%;\" src=\"https://www.montdelenclus.be/webbbcontent/uploads/2013/06/Mt-Enclus-final.mp4?_=1\" preload=\"metadata\" height=\"360\" width=\"640\" id=\"video-1093-1\" class=\"wp-video-shortcode\">",
            "xpath": null,
            "message": "Verify that captions are available for any meaningful audio or provide a caption track for the <video> element",
            "fingerprint": "72a3e660ed5c",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-081adac1"
          }
        ]
      },
      {
        "rule": "media_keyboard_controllable",
        "engine": "equalAccess",
        "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://montdelenclus.be/",
            "html": "<video style=\"width: 100%; height: 100%;\" src=\"https://www.montdelenclus.be/webbbcontent/uploads/2013/06/Mt-Enclus-final.mp4?_=1\" preload=\"metadata\" height=\"360\" width=\"640\" id=\"video-1093-1\" class=\"wp-video-shortcode\">",
            "xpath": null,
            "message": "Verify media using <audio> and/or <video> elements have keyboard accessible controls",
            "fingerprint": "200a335c7674",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-fe1d1d90"
          }
        ]
      },
      {
        "rule": "aria_banner_single",
        "engine": "equalAccess",
        "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://montdelenclus.be/",
            "html": "<header class=\"module-heading nomarged\">",
            "xpath": null,
            "message": "Multiple elements with \"banner\" role found on the page",
            "fingerprint": "e91e29ba2cf4",
            "firstSeenAt": "2026-05-06T03:45:37.583Z",
            "patternId": "A11Y-43989ab6"
          }
        ]
      }
    ],
    "roleStats": {
      "UX Designer": 1239,
      "Visual Designer": 323,
      "Content Author": 271,
      "Front-End Developer": 6342
    },
    "severityStats": {
      "Critical": 71,
      "Serious": 572,
      "Moderate": 6272,
      "Minor": 0
    }
  },
  "changeTracking": {
    "newCount": 6915,
    "resolvedCount": 0,
    "newIssues": [
      {
        "fingerprint": "76c0bd98ed89",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8c1b0f782680",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8a0752e403ac",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1c67f751e32c",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6e5425637a29",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9112467a3502",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:landmark-one-main|light",
        "engine": "axe"
      },
      {
        "fingerprint": "40efdaef5c98",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:landmark-one-main|light",
        "engine": "axe"
      },
      {
        "fingerprint": "96380bc91097",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4eccc9ecae27",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7c6207e36102",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1b4b1c3b9190",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fc28fd8880c5",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fa8f5271ef81",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "114ef8c30d41",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "09f162f3537d",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "70c03571f236",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "34ee0f9ad04c",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "wcag:wcag144|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e8f3775ff4e3",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1e7af1cbac00",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "821aacfca9a1",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ad95db59de60",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f397a7b03c71",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b68a81b21954",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e486e063d8e2",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6e76f43b6976",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bbbac7631237",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5637aeed02de",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e5d53b68a8eb",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fea5fb6cddd3",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "776912a95e97",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "09fd5d5dce03",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ddd831bbb76f",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9db4fb51ff4e",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "038aa31d1e1d",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1b5bdc0fcb29",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "53060b936e57",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ff189c307c41",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7f5b3f700fdd",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "533cb89aa29d",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1eb252c44e74",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "44b59ab57d82",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "380f46f29bcf",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "024702bf8a01",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "47efca54a35a",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d7a062e9606d",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "618cf31513b9",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "64bc2d6f30d2",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9bf09a5a3668",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0416768e29e2",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1c2509e23b1a",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "431a88392134",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7239e73bb330",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "19e17ce5fe78",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7f5ba604ad4e",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "983386bdd90c",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "62a54a12ad39",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "718242b8f0f4",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2ced9bea69e8",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a9cb2c1ec598",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2040a3a0ce71",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "01064d19a356",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "999011767bed",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5e15070a9b42",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c026d26b79b7",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b8bd65c04d29",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d84f94e11e77",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3380db2edacc",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3b1a86cd6651",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d0153e12d0b0",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "59e298770e1c",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2e64c0722a41",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8b9e4ec9d5f7",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4a8ce06d7344",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "94f1c3a71334",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0a13f7ba93a7",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5ae148f97e8d",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b8c68a95e5df",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "22e22d7fee0e",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ae6635426dd9",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c7c7e5022922",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e265f0664967",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dabdeeb95b72",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ed5a9dfec95b",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ff823f6d7c08",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5fdb114758a0",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "703803ec2ad3",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cd1ac05ce56f",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "be158952f9db",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2ade18b61401",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7ec269ceca69",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:aria_attribute_value_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bc091552137b",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6ad19a3b1120",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:aria_attribute_value_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "36c918bd7fd6",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c02c31bd4894",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:aria_attribute_value_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6ccd42def8dc",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "837995e1a673",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:aria_attribute_value_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d23240912145",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f6a1f5999205",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e1f9f07faa76",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9a26750ebb1b",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "892a5d0a2ca8",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "66adfc159d92",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c8fa5bd1a963",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:heading_content_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e9fdbf8c1296",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9051cc6a31db",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4d5ed96734ed",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5ffa76d33439",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d41fb8fed231",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9a23c4a8e70d",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "71eb195a8f4c",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6fc4265d0f62",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d4e2da85d201",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9df71076551b",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "021802d19106",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7da744be3885",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5b769d9bc004",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cfd08ff22d61",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "08ed7ce88783",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6515656872ea",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "18d6e5c47304",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "87b91fc44c3b",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a8a727fa62a3",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "287f9531fc34",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f4d4910ccf2c",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1e2109099df2",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "84b2dc8c6e1d",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7cc29f82155a",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c98d4b5d6105",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "12472f83d05d",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "37925cfc1438",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8d402fc84096",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "80ce552f40ba",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8539483c0f9a",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b5ba4aa7c316",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "012eb012e2df",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d3cf3758b7ec",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "812c8913ec70",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:widget_tabbable_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5a75ad18b8d8",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e956650a811c",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "276d8f88fa5f",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d6b99fc6884d",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2058c9187ded",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "309ec7393bf2",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bf742ece0746",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6537b240fb76",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9417583e0ba7",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "40459e4bf83a",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c41911820438",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7747558e914b",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f2c3bc6e771c",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6767d77b8a0b",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "100d71a012de",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f449eb25a7c7",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "81ef5ff3864d",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3ab1e7e4a81c",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3a02ba925cd1",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d9baead4b330",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bbc31119dfb7",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c06a5812cd04",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cf1376b8a779",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9307fed94574",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5b486a06b824",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bd646672590f",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1f6feb67db1c",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cec6f27c4f94",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:frame_src_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "020a447f1aa0",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "675aea6cd0a6",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:html_lang_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "18151ca5e0d8",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:html_skipnav_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "871c920692fe",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e67cd2ae7584",
        "url": "https://www.aiseau-presles.be/",
        "ruleKey": "rule:aria_contentinfo_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4e301c59764c",
        "url": "https://www.anderlues.be/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a2bec8653b85",
        "url": "https://www.anderlues.be/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "38c9b7322113",
        "url": "https://www.anderlues.be/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "75636e0a2989",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:landmark-one-main|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6899695b0587",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:landmark-one-main|light",
        "engine": "axe"
      },
      {
        "fingerprint": "498baf316adb",
        "url": "https://www.anderlues.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3b894c625e33",
        "url": "https://www.anderlues.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "175471cec5f4",
        "url": "https://www.anderlues.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "437d56394c0c",
        "url": "https://www.anderlues.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "dd7a787bbdbe",
        "url": "https://www.anderlues.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2d3610ea7b21",
        "url": "https://www.anderlues.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b38f952f6e28",
        "url": "https://www.anderlues.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "047f027bf13b",
        "url": "https://www.anderlues.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b181138240c0",
        "url": "https://www.anderlues.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0c0b15ecefc7",
        "url": "https://www.anderlues.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "23388c5ada87",
        "url": "https://www.anderlues.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7f196cd0bc78",
        "url": "https://www.anderlues.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ac34c44ad9c8",
        "url": "https://www.anderlues.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4ead0976b074",
        "url": "https://www.anderlues.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b4d23e5c4cb2",
        "url": "https://www.anderlues.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b4dcf70bb5d0",
        "url": "https://www.anderlues.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9165a09d821b",
        "url": "https://www.anderlues.be/",
        "ruleKey": "wcag:wcag144|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8cd56fb7a159",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4fe0a29b7c23",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e573589276b6",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8d12cd88516b",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c0a3ce6ca659",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5114825b5397",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "50c779b39316",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fed4afee4fbc",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "da86d4f0d466",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "01d7217dc026",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1ece4f124360",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "32c0ae4fbf36",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "20e168a8b567",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "888843b6a8a9",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a082519b9d93",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "36341af24ad2",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "06cfe118b9b2",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bddce0c87165",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9dbdb650587d",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "27a188d57995",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bfecfca4e3f9",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9a5798d8bcf3",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fe39cd44a220",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "abb3fa5fe4b8",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "daa27e773a47",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "35d78acb620e",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "42b669940b4a",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2419a38ef5e8",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8d7e08ce0d82",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0e25d7b37725",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "14e22d0cc5c3",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ba92f5063014",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "418ccd567449",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7d434ceb38cb",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9c0b2ff141e7",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "32577d8484c8",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9a42c0c64d72",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "265450b689fa",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1ecd6f9f71b8",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "49895219f4b2",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "88a2271d341f",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "28ceee44b56b",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a980dce6ba80",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "06cebf54b1c3",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "57a0d3f1d18d",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b826fd68ea3b",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a0f8f62b2abc",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0adf48e3909b",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6fc660c24573",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "759c16b0fe13",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "056f279098a0",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c014ae3731a2",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7bb20c440868",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1a07cac3f6c0",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3829dfaeeb21",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8108443f29c6",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "33d31343eb7e",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4c25173cd588",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "461a5096f70d",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "92e026c2f60e",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ad95375b6d93",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f25b2a80ade5",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "795e72f82696",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5326d4b10fb9",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6c5403d7c540",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9915fcc5d2b9",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "004430b22c3a",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6f008bd9e530",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e7a26052cee6",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "486e40ef42c9",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3d29a6274d4e",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "df4a039a52ed",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "be70e3cdfc62",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "87f239b2223e",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9b472d9c6505",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c24b914eb08e",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "587798272c6c",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5d09a8606990",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0d3a049e151a",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "821ca5050729",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5e62d5d20492",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "61b2c862ab50",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aea4698d52dd",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "65e236e88e39",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4e297c51ac32",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ff60a0a74487",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f821cb942089",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d775a0d85fea",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "27c2ed6a3f14",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cb21dfb971b8",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "52be56a49564",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:aria_attribute_value_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e763d3e7bfad",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "231e8ad74b98",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0c2402bfda39",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:aria_attribute_value_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "13346b6f643b",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "08868ca97845",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a55c81a90871",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:aria_attribute_value_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f4687d763572",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d0305fc54258",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9f3eb0865af1",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:aria_attribute_value_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aea596e89a71",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0c28c054ee41",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c1c15be2f1a2",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:aria_attribute_value_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0ba013f8e9e8",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fdd2275e8b78",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "59c40bda3abc",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "01e02893d22d",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5d9e36dcf5de",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e70771d4ba6d",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3e65c04e5af1",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:heading_content_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "06dc03fa001d",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ede0a4f9207f",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "65e3d72696d1",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "37acbaab1bd8",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7522f98e1f09",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2f29ee665917",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9af38d68bd1b",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1cc7c552acc9",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0f5c6dc4dd3f",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "47555cccfbf3",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ae96bb052069",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3a3383210fc4",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "206e720a04fb",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "13b80cde48a6",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "04eb8531ae26",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "492654b0bee7",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8999aede89c0",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "66425e586394",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b25e84abdc76",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a2a7d1f58d52",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8752e8ab4de0",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1f57a7a42a56",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "94bc4aae6c6f",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "de6efee05660",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "41c5c92f355a",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b772a8bf09d7",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "67f16d85e77c",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ce66d234345a",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "315a4a5eee47",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "894c72655454",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a92a90810051",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e2b554cbcd4b",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2f7f2d654ab4",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:widget_tabbable_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "46b0b9008cdc",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "663f4b21d135",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f5d0e1fa0186",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e99c5e6cf989",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bb146012bc09",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "479762cac299",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fa7e991ae1d9",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "37e831079c11",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:aria_complementary_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0a1e72f03807",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "97aff1604955",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8136819cb094",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f9732282edca",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fca256078a3b",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9a38c18ba4af",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "60f02585a4c2",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "13a57b40edcf",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b096eac684ea",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dc694db833d1",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aa4cab61390e",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "094df517ac6d",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ea1e1bc6ec1b",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8cd0cad27804",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3554436da571",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "59ac5d212b6a",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "820ae7129d28",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "949c068d69a7",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9d3ca1fe536f",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:frame_src_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a8a1567f4acd",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:frame_title_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "360f9ee4fe0f",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8a03e36959b7",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:html_lang_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b99994a381da",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:html_skipnav_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fab936681558",
        "url": "https://www.anderlues.be/",
        "ruleKey": "rule:aria_contentinfo_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f149c8564f04",
        "url": "https://www.antoing.net/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7a5ae0f2a604",
        "url": "https://www.antoing.net/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "288f30e0d388",
        "url": "https://www.antoing.net/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2ecfe61d44d0",
        "url": "https://www.antoing.net/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e9f9edbc28b9",
        "url": "https://www.antoing.net/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "96fe8b8894cd",
        "url": "https://www.antoing.net/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "63a1a8f53e72",
        "url": "https://www.antoing.net/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "342e7e874f22",
        "url": "https://www.antoing.net/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7709f0807e0e",
        "url": "https://www.antoing.net/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9f0e45e4be48",
        "url": "https://www.antoing.net/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "935180927f3b",
        "url": "https://www.antoing.net/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "779a656cf8c0",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:landmark-one-main|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2084071effb9",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:landmark-one-main|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0c6b1bb2b1f4",
        "url": "https://www.antoing.net/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ddac1e334e7b",
        "url": "https://www.antoing.net/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7898ded6f100",
        "url": "https://www.antoing.net/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b7ff5959a387",
        "url": "https://www.antoing.net/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "275a2da8d922",
        "url": "https://www.antoing.net/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "851812eddfef",
        "url": "https://www.antoing.net/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9fa6d2e9ff26",
        "url": "https://www.antoing.net/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e0d97f9e6f33",
        "url": "https://www.antoing.net/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7d8495310a4a",
        "url": "https://www.antoing.net/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "74789298d206",
        "url": "https://www.antoing.net/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "396755ba7b3a",
        "url": "https://www.antoing.net/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b2d422663351",
        "url": "https://www.antoing.net/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5b52186f6d5f",
        "url": "https://www.antoing.net/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fb6f5e8ddd74",
        "url": "https://www.antoing.net/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a59b4114f699",
        "url": "https://www.antoing.net/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "11a1e619e85e",
        "url": "https://www.antoing.net/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "68f4e6f85911",
        "url": "https://www.antoing.net/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b0134054d348",
        "url": "https://www.antoing.net/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6f2a94b65f3a",
        "url": "https://www.antoing.net/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f81cda3065fe",
        "url": "https://www.antoing.net/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6ec893d54bb9",
        "url": "https://www.antoing.net/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d897017128c2",
        "url": "https://www.antoing.net/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2764d5dbe3dc",
        "url": "https://www.antoing.net/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5a239c83dbee",
        "url": "https://www.antoing.net/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4a27d081dfc9",
        "url": "https://www.antoing.net/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6ccf7303aa2a",
        "url": "https://www.antoing.net/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "43b4083f22eb",
        "url": "https://www.antoing.net/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "15524dabbe39",
        "url": "https://www.antoing.net/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "278fe75d1042",
        "url": "https://www.antoing.net/",
        "ruleKey": "wcag:wcag144|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ebb44a2528f1",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "25df5b484c5f",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e7e653b011c4",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1daa18eff424",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3bf85cca468a",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cff53ecc42d3",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2625b22d34f2",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e28c8c47c697",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9dfc1b6c2ccd",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d99dcf20e40e",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "569191f62d4d",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8c41cb820860",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e88df206f555",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a00848936905",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "172efd3ef898",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "aaf9a1463347",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f52a51f59d5a",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "815624490ca8",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "759e45cbb4e5",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e2daa3775a29",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6da6f90cfa8e",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ca877dd4f7e1",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5ce7a971ac5d",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f2849455022c",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9c24307a3eb6",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "70862a07564d",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "52e751834b8f",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "896cf87eb840",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5fc5509725d7",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ff7b8ccf3295",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3987e911b1f9",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "06ada08b6c26",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c4d4f4d7d5e5",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fcc6f65f15e9",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ead16346af96",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a278f147ea4b",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bf05eb174d9c",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "538f3e9461dd",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "86169fc3f5c3",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e72c7b5e7d0a",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5512ee1df813",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "93e41b04d3ca",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4fe319113a00",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4fe7b0fa1a94",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bd06f71a4547",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "70a60dd4ce0b",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1fffbf08a990",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "52e80aa01937",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9361c7edd371",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bc27d9505c24",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "468407b3f879",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "26b6bbe22e34",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b278b617db22",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1d7e9c1a6e4a",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5c5e6e229880",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "92f9e69e6019",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4bea294d1d62",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5861027b9706",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fc66f2f954ee",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7552b607c25c",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d36659bb314d",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e022f3e652fe",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1735d7ed12f4",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c7a7212c8b55",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9ae50ee342b1",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e3e1382c3daa",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "946a1b9ae328",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5f2dbe9e396d",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a1e985f2ecb7",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a435f21b2e13",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "64aea9e9d509",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b08a5513304e",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "86ed857dffc2",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:aria_attribute_value_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7ba7ee3f11ea",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "53dcc903b434",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "234571ef3212",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:aria_attribute_value_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4d536e11c1c7",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7dfcce1c82d1",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d8b155d36dc2",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:aria_attribute_value_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2ec849c18c60",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "132044115f93",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "30ad4442bef0",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:aria_attribute_value_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "44faf026a288",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4a28a6366290",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6b8f8b77d51b",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:aria_attribute_value_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7dbb12b9c8dd",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b987717f24bb",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3a3169fa78dc",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cbe5ebf940d5",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "05e4c6200072",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9ddf6898dc3c",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:heading_content_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a780d440d835",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "caeff5086486",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4ebb1175c46b",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d811e7b5407c",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8259dd5db437",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "01b79cfa8c6b",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fd0c63a3e64e",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "015f081e77f9",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "29e47a1f8bfb",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "781ded44a7cf",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b89f11f4e133",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6aff493ec508",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b20b40830a93",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "81c37f504b9a",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ed16d2071005",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c47febabb074",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "29dea5b23e2a",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "01859a0da6e0",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d7786563eb12",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "86a35fecdd3a",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "578f7a0c99e6",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0657e718ee61",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b88bb5f82f7e",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b78dd6318e14",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4be2d2fabc4f",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e042b5e10940",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f042db86d154",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a5653216da0f",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c7fba360606f",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "58092edcf372",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:frame_src_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "671a60860b34",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "502732896cad",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:html_lang_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ca5307b22eb2",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:html_skipnav_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "083194555e91",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c78351e1eaaf",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:aria_complementary_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dac2157399a6",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "95d2fe9edd22",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4f15287a719a",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5e4970b25bac",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eaffaffe3934",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bd8fc0f3dec2",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8cbc70522f7f",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "064988f0c723",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "06257da0e356",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "551cb7dabd83",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b5e0d33e8f16",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6229cd23b252",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2370000b0a3a",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e2fb78674952",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "304ab2b58961",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "489086d5faee",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1d8f888335a0",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "46b91439c179",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f78cdd411722",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9bdaa1ce5203",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "67220e89c6f4",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "43c15a811823",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "281bf81d0dc9",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d3b0b571ccc3",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6b5773ce7e7a",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b9b8a3cf512e",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a32620fb8307",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "67a3b161625f",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eb83e5f4d733",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b1ce3740f266",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6f37b11044da",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "349721841994",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a0370c100740",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5ca4ce671516",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a1cade606558",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "284c2fad22f9",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5f77d764f08c",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d810f02241f8",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6e4e6fa879db",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "93d376e2dd8d",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2988c720ea8a",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a4a60c7c5d21",
        "url": "https://www.antoing.net/",
        "ruleKey": "rule:aria_contentinfo_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a696016e2d24",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1bb8eae76d7d",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "281e4a5bc4ee",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3f3724f16544",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "20cb1b16c1dc",
        "url": "https://www.ath.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7dc1b2fba7e8",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ea859a5ed9de",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9ad5061582d9",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "862f0bce4cd5",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4542750a0cb9",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "861e786129e3",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0d9781ee1b51",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3a7076074995",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b253fbd8ace5",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1641842e759f",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d282c64f9fb6",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e2c4baebc54e",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "04bc9741f90f",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "68cf54ade19d",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8ea553534a1f",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9c3d73d90491",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "30372346dd43",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f3f88f06b40d",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0e73373cc23d",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1282044c89e0",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ee987c626ddd",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9d2aa4b36cd2",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3e34efb389fb",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "888696c59368",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f489507a625a",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1b57c0e652c0",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5c017ce3ace8",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:aria_complementary_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4e6e61fe2472",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cead2646682f",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7986a8bc8b65",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "676e7424045a",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "862586daea28",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "73b497ed8a12",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4a2cc5f200bf",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "17b820ecfeb6",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "090f9fa76b47",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1fe53d49bad9",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d70022a0ae69",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "35d4853dcaf9",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c104e0291011",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e728f258f80c",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8ad7edc86370",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4be4736af0fb",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2a4a76362cc7",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f3cdb8047929",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c700a55da783",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0b084e0a92cd",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e9edaf018b74",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c57f9008877c",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "48821f56c0e5",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f093ef31cfc8",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "09c79a3bb534",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ee3a7850bb21",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "261fdab79ec5",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f9af3fdeba78",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "13ce5a5b9394",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6a44dfc19371",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "970372387bf0",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a01fcb0ae429",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7cb1b81a794f",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2dd166ed5d85",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5f962d419818",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1489f8c114dd",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "41638771563b",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "23ab7adc20e2",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6de62702d86e",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9b246a0641e7",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e7dd860bee5b",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "01f09e2522a3",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "37a22791c6f8",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e07efd16529f",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bce4d5e4bcdd",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3feaa201dddd",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "60d6357dfdcb",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "94413dea077b",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6bfdda4a751a",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "140395cbf1b5",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "be9fd8305cb2",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "325c3f97a5ba",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a17e853b6b0b",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d8b3727443d4",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6ef4c5ec2236",
        "url": "https://www.ath.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7210a13cf4d0",
        "url": "https://www.beaumont.be/",
        "ruleKey": "wcag:wcag311|light",
        "engine": "axe"
      },
      {
        "fingerprint": "912ba263d939",
        "url": "https://www.beaumont.be/",
        "ruleKey": "rule:landmark-one-main|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4b31c8af4619",
        "url": "https://www.beaumont.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "323bdeb279b7",
        "url": "https://www.beaumont.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "73118a49e03c",
        "url": "https://www.beaumont.be/",
        "ruleKey": "rule:html_lang_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "827129afd8aa",
        "url": "https://www.beaumont.be/",
        "ruleKey": "rule:skip_main_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3bb858a68f1a",
        "url": "https://www.beaumont.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8a470e1b8b1b",
        "url": "https://www.beloeil.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1db886b8c75c",
        "url": "https://www.beloeil.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "200aa89acbd8",
        "url": "https://www.beloeil.be/",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8d9703751638",
        "url": "https://www.beloeil.be/",
        "ruleKey": "rule:landmark-one-main|light",
        "engine": "axe"
      },
      {
        "fingerprint": "aa0374bf1889",
        "url": "https://www.beloeil.be/",
        "ruleKey": "rule:landmark-unique|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d737f6c0a59c",
        "url": "https://www.beloeil.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0322a25da967",
        "url": "https://www.beloeil.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b19c4290065f",
        "url": "https://www.beloeil.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a338b3db8d76",
        "url": "https://www.beloeil.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3e0d9eb5cb0d",
        "url": "https://www.beloeil.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "dfbb92a23ea4",
        "url": "https://www.beloeil.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "237805c21782",
        "url": "https://www.beloeil.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "412dd28cce12",
        "url": "https://www.beloeil.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "26316676d665",
        "url": "https://www.beloeil.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1935dfd1990b",
        "url": "https://www.beloeil.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4ea5abba5686",
        "url": "https://www.beloeil.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0ed400c89275",
        "url": "https://www.beloeil.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1565fbb8a787",
        "url": "https://www.beloeil.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1f2f8bf5c703",
        "url": "https://www.beloeil.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "76dfc294ad89",
        "url": "https://www.beloeil.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e9e267fd0504",
        "url": "https://www.beloeil.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "db651b15f521",
        "url": "https://www.beloeil.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0a4f43c5e07e",
        "url": "https://www.beloeil.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "045b844c395a",
        "url": "https://www.beloeil.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "de41f549d7fe",
        "url": "https://www.beloeil.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "17701dfc9946",
        "url": "https://www.beloeil.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "78240194ebdb",
        "url": "https://www.beloeil.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bfd51f543447",
        "url": "https://www.beloeil.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a6c4e98b44ad",
        "url": "https://www.beloeil.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "abf58ee4d5d5",
        "url": "https://www.beloeil.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9b591ae9d963",
        "url": "https://www.beloeil.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2fe373d574ed",
        "url": "https://www.beloeil.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5afca430bfce",
        "url": "https://www.beloeil.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "00d80681be7e",
        "url": "https://www.beloeil.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3fd2a9f1ce3b",
        "url": "https://www.beloeil.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a5cab3e49307",
        "url": "https://www.beloeil.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "28cf8022c90a",
        "url": "https://www.beloeil.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6de5bf07c054",
        "url": "https://www.beloeil.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "17cc9ba55799",
        "url": "https://www.beloeil.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "391a3cd86eb7",
        "url": "https://www.beloeil.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d6c3e0ccc63a",
        "url": "https://www.beloeil.be/",
        "ruleKey": "rule:aria_complementary_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fd2d442d1c50",
        "url": "https://www.beloeil.be/",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "93dda32bbc94",
        "url": "https://www.beloeil.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ef3a37c02105",
        "url": "https://www.beloeil.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e5f6b2a34dbd",
        "url": "https://www.beloeil.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5f5ebd7902b1",
        "url": "https://www.beloeil.be/",
        "ruleKey": "rule:aria_complementary_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "275fff4a2331",
        "url": "https://www.beloeil.be/",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5368574b875f",
        "url": "https://www.beloeil.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e22535922ec5",
        "url": "https://www.beloeil.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d6a0f22f22d8",
        "url": "https://www.beloeil.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5ead10adc1d6",
        "url": "https://www.beloeil.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b8a85b82b673",
        "url": "https://www.beloeil.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "47237ec49b64",
        "url": "https://www.beloeil.be/",
        "ruleKey": "rule:aria_contentinfo_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b452a08271cb",
        "url": "https://www.beloeil.be/",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9d6d107633b4",
        "url": "https://www.beloeil.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "77c5d131a750",
        "url": "https://www.beloeil.be/",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8127cbd3b62d",
        "url": "https://www.beloeil.be/",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d5a24e4603c6",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6934c6b19cca",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7adc56610d86",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b97dca495244",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "42b28b0d80f2",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2bf82ebfae1f",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bceeb5a9aa3b",
        "url": "https://www.bernissart.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "111e16fe20ad",
        "url": "https://www.bernissart.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1f85de775ea2",
        "url": "https://www.bernissart.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "94a590ceb634",
        "url": "https://www.bernissart.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c0f1db4b192b",
        "url": "https://www.bernissart.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3e440ffccfa6",
        "url": "https://www.bernissart.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7a97156285dc",
        "url": "https://www.bernissart.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d757c19298c0",
        "url": "https://www.bernissart.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a82f35b488ab",
        "url": "https://www.bernissart.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bc30a4815174",
        "url": "https://www.bernissart.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "31e1dc054984",
        "url": "https://www.bernissart.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fe7165ec1a36",
        "url": "https://www.bernissart.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3ab0841a5411",
        "url": "https://www.bernissart.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b01beabacdc1",
        "url": "https://www.bernissart.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4ab196d873ca",
        "url": "https://www.bernissart.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "eb6e559e7e4f",
        "url": "https://www.bernissart.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b2f89189548d",
        "url": "https://www.bernissart.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bebae16585dc",
        "url": "https://www.bernissart.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1cdcf2f8a94d",
        "url": "https://www.bernissart.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "de671b45857e",
        "url": "https://www.bernissart.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a5be1f0f6d88",
        "url": "https://www.bernissart.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e985ec042dfc",
        "url": "https://www.bernissart.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2c22aca27759",
        "url": "https://www.bernissart.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "87b854cab549",
        "url": "https://www.bernissart.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4d29e30df8c4",
        "url": "https://www.bernissart.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "04487f4ab53f",
        "url": "https://www.bernissart.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d72f84e55b93",
        "url": "https://www.bernissart.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5d3c79a3b4a7",
        "url": "https://www.bernissart.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b59333e4479b",
        "url": "https://www.bernissart.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3b7399bf9e89",
        "url": "https://www.bernissart.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7b049a135e7e",
        "url": "https://www.bernissart.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6b4527cd9d61",
        "url": "https://www.bernissart.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d7e066253d75",
        "url": "https://www.bernissart.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "07d9eaf9c276",
        "url": "https://www.bernissart.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b3645254673a",
        "url": "https://www.bernissart.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "46cd9c75ca58",
        "url": "https://www.bernissart.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a68f0384edf9",
        "url": "https://www.bernissart.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a8713dde5473",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "34d9acfc80b4",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:landmark-contentinfo-is-top-level|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b7dbc1228ba0",
        "url": "https://www.bernissart.be/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "44de5855a975",
        "url": "https://www.bernissart.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c5497aa53806",
        "url": "https://www.bernissart.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6f816a7fbacd",
        "url": "https://www.bernissart.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "79182f8244c5",
        "url": "https://www.bernissart.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "95923fe64961",
        "url": "https://www.bernissart.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "79f495731659",
        "url": "https://www.bernissart.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1dbe1652773a",
        "url": "https://www.bernissart.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a55d36e22828",
        "url": "https://www.bernissart.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a2839fb6ebf3",
        "url": "https://www.bernissart.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ea26b5bd0092",
        "url": "https://www.bernissart.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "33bd9c2773a6",
        "url": "https://www.bernissart.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e68c7f88c892",
        "url": "https://www.bernissart.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e94daf8ddbba",
        "url": "https://www.bernissart.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "db5699b1e116",
        "url": "https://www.bernissart.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4f8d17355082",
        "url": "https://www.bernissart.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b8f4c4043757",
        "url": "https://www.bernissart.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4a38bbf3476a",
        "url": "https://www.bernissart.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "508baf7436a6",
        "url": "https://www.bernissart.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4531b026b27f",
        "url": "https://www.bernissart.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "50319193c14a",
        "url": "https://www.bernissart.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6fb24a023675",
        "url": "https://www.bernissart.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "93246e71c827",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:skip-link|light",
        "engine": "axe"
      },
      {
        "fingerprint": "18ff1c5dfb0a",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "633058f6aca7",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5b7cf5ab702b",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ef04c0268a4c",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aac47eb1f6db",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d7c5f87d9d50",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5b3b1474b4c0",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fb748d2969f4",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8697bbbf1446",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5ef6c531ef8b",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5ecd9ca87d98",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fff08d22e337",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "53d5bb6f9484",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bb65f9aea98b",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4e91ea4caac9",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "61c51af7d307",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d38779b0c48a",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fb4356d2f14b",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "160fad307ead",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "612255e337bd",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "388a2da9660f",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ed3d5252e83e",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "96c9e3d76084",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ed1c27d61099",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5fdf07e781c6",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "63b6b031043b",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:widget_tabbable_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "28f20c54cd0d",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dd518e8eb8f0",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c307b677b4b5",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8f968a57b462",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "840d8a7b5573",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:widget_tabbable_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "96e880921f33",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4bfeceb4ca97",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eb92d7c4730b",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:widget_tabbable_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4caaa0683937",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6b5fbc837597",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c2fc7571caeb",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aedfd75de0a9",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:widget_tabbable_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1f486df26562",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "759e6deb2b8b",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8e3b7058933e",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:widget_tabbable_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a7d944cdee83",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8d090059b7ac",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "12995b9d9917",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0d3e3bf3d60b",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:widget_tabbable_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fdd4214ec537",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c550624e633b",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b291906b4a90",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:widget_tabbable_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ac72533177d9",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cfcbbd8c9b07",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3fb4e1f95609",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ee1fe65b6011",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:widget_tabbable_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c315e913c842",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "76623cf56479",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3f62f5bf4a10",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:widget_tabbable_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cbfadeb61aee",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ef3d82e8cbcf",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5b302659ba04",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d265b332c1a6",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:widget_tabbable_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7a9f74d8f547",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b713dc482dd7",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b95dbfc6a1da",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:widget_tabbable_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a8d20fc079c6",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ccadf0011ed0",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8d383d5c2ae3",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ba7beda63ed2",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:widget_tabbable_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "930af8c8fc0d",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4aa3fbd91b84",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "27f12e18049d",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cd08f3ad2595",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "26a365c7bca5",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "431aa2b159e8",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4a0aedea96b4",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "74c409609357",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2f1db725fd93",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:widget_tabbable_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "78c106b7e314",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:aria_attribute_allowed|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3e72e0407dcf",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:widget_tabbable_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cb80c94c51d0",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:aria_attribute_allowed|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "60caa9ca13f7",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:widget_tabbable_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ead9dac08960",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7fa87eca95d1",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:aria_accessiblename_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3a0a300dd72f",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "33c5aa38e8ac",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:aria_accessiblename_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "66e10790d2dd",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1fe23de843b2",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:aria_accessiblename_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7762ce82af3c",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dd04f18fb18e",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:aria_accessiblename_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8dd02bed3887",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1f8662033f9c",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:aria_accessiblename_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a17fcefc8241",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ff5c2487ae79",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:aria_accessiblename_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "60129731cb60",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "87b3527e568b",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:aria_accessiblename_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f5ba7f6dc8f4",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "84b36ec3d4cd",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4007996316bb",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:aria_descendant_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "454d5d35ae5a",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9b662f895de5",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0bbe79b0f791",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "74a6a9051c91",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:aria_descendant_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "29cddee227a1",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3890f25938ab",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "344059766fed",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2c1dd71413c2",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:aria_descendant_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aa96478561a5",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "61340bef4774",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "078843586a8b",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "851f98a419ae",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:aria_descendant_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "acea76fbea69",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d9f61e0dd1b0",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c2e70c84acf1",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "882d4e60b588",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:aria_descendant_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a50ef3b7da93",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "056a3cdcb864",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "129be528a699",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "02c569cad652",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:aria_descendant_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8f0fee3b0ec9",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9b7e4d492af4",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "30d062b65046",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d333080a94ef",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:aria_descendant_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e1e7619b440c",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3c07efeb24c6",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e7f28c136cbd",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d23a26f12dad",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:aria_descendant_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3e666768d0da",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4f4ed53aa074",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d38ef204f015",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fde06261988a",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:aria_descendant_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5209118c44fb",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d8f37db87670",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "95e0c8ea9d9d",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:aria_descendant_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d6d328299b11",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8502151e3f8e",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d9191787b092",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:aria_descendant_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d5eb84c4b228",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6fdd78d364cd",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9f24a0a10c35",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:aria_descendant_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d63f21ae1e1d",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9084dcd1f8c5",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8f7ecfe8216d",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:aria_descendant_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4036a752e593",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fc0f8d33475d",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0bb9c1dec3c3",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:aria_descendant_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "93282cb3a540",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "630d4a1e69c7",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "063899b99dd7",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:aria_descendant_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "97af5be201c5",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ccf2fccc8a9f",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b9a5dec33fd",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:aria_descendant_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "62e68bae1c13",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dabf5d5d0b15",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "95d541560a3c",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:aria_descendant_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7b9ceafa379d",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "47766eb9454c",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fd1878ed6bad",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:aria_descendant_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e62f5e85b109",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9c0a6855c05b",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a02843be9693",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:aria_descendant_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "23bed10595fb",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5428073f48d8",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8acd0a93e63c",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:aria_descendant_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0ea3fd445e54",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f4185e68ef4c",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c6ec169efc98",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:aria_descendant_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ac9f5b8df227",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b59fad3f4dd2",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "df96c9a95832",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:aria_descendant_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3195b503d507",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "81f85d9c1cfb",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "608c63b0cccf",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:aria_descendant_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6b4507faea1c",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e4c782ffcda6",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a36d5d7c3c35",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:aria_descendant_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ca43a26f5a91",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "249004a4e180",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f9c0025ce946",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:aria_descendant_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "52ca3d4e130e",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a5d578686c4b",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "58629423adcc",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:aria_descendant_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0031279c343c",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2a3a563fcc92",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ff982912589b",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:aria_descendant_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "01b5cd723545",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "384ecf4c880b",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8a598c2595ce",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:aria_descendant_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "00d361bb7f62",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c3a38f302bfc",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9a837b3bb5d9",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:aria_descendant_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "60cd02c84dc0",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b99916260556",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2879ea0299b6",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:aria_descendant_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1ffc70e70237",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "146871a7900e",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fcffb761a941",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:aria_descendant_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "78b6ba00e80b",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1f5c7ad4c5e4",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "029e7a48355e",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:aria_descendant_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "933454790229",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cc42ee385d85",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "738ef96d1389",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:aria_descendant_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c7f47b54d3b5",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "269c31185c96",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "10ee0c13611b",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:aria_descendant_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "85d04dd838fc",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0482ecbfbd65",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7119fb8b92c9",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:aria_descendant_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4b84b8911d67",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "21eb30437ca7",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "443ad3050049",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "654e5aaafc07",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c06e34e4f266",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a7957019baa5",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7a397968025b",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e5da4ba9cd47",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "048805dab6e6",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a57821444587",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b38779660bb4",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e56104fe0825",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5e35902e5fdc",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "59c99123da8b",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1baf9e5df25b",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "76405bec5900",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b275178afa1f",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4125de019fb0",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f22dbad35c8e",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "be7d037088f9",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c04bc176020b",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "46da66aecbd9",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "569ee2264749",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:form_submit_button_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c36f7166e07a",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:label_content_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "84d74d5c909a",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "572ec0bd51cb",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "de5ff7e9e0af",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a4b3c5053dc8",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "51f8badd4439",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ef9cb309cf40",
        "url": "https://www.bernissart.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0c35521cb34c",
        "url": "https://www.binche.be/fr",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "19728cdc70fb",
        "url": "https://www.binche.be/fr",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "75cfd3e7623a",
        "url": "https://www.binche.be/fr",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4fd1770ed741",
        "url": "https://www.binche.be/fr",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "070f1b039564",
        "url": "https://www.binche.be/fr",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c1e2c9ee68b2",
        "url": "https://www.binche.be/fr",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e2da6b2e023e",
        "url": "https://www.binche.be/fr",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7702bb2a794a",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:empty-heading|light",
        "engine": "axe"
      },
      {
        "fingerprint": "347572f4c2c5",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:landmark-one-main|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4acd64132b62",
        "url": "https://www.binche.be/fr",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8c4bef926a16",
        "url": "https://www.binche.be/fr",
        "ruleKey": "wcag:wcag144|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7cd368b55751",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c8e9810d9273",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c7c14b1f579b",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3a6d6dad5cfc",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6fcd0173730b",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e0bae48f60db",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f58c92e12125",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cb2162b8809d",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c0e5a6c192bb",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4c8808f016dc",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7f053a651d7f",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "721649234205",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "faa7f4a32981",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "041fe8de0fea",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d8d08b98d20a",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "99c2347946ac",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d49f9544fdd9",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "582cfa464591",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "92692078569c",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "68c51989a463",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8ea88405796e",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "94f356e9cb4c",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d985c20bfca3",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "00469fb5c5d2",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7714525b7187",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "32047b590183",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "464390103f7e",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7cf7630164d5",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c70528ab56f5",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "efa21ef1d3b9",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "20c7be8e5793",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "71f9a46060b6",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d263e3c39d8c",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fc0ad113f92a",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "03db3f160ef3",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c4da2e2c7c1f",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a312ed13fd23",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b259e67a005",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fdec1edf502d",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "38669e402784",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3fa65e77215f",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6b2501e92311",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "85e538cdf443",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "134154bd5681",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0dace62125f9",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d8be007b1a11",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a88cb5de4646",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "011470689072",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "315b0cfb7f4c",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "309155b83711",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "90ce50107831",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e5b14d2312ee",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:heading_content_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ec1cd8073458",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:aria_accessiblename_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b03fa0da4793",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9153e943470b",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b948b54d5d14",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:heading_content_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8f3ed367a5ba",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e4775a63c209",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d1eab6932c9e",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c73224b9bb9e",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d7f2acfbc0c1",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "defe5c6ea336",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8d239cfadeb8",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4644f2a6b902",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "81d064050019",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7183f3103bfd",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9674e626048a",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f011d42c5fd3",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a7d4e134d7af",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "00029ff8a8a3",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c3e00ccc9193",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e9635b34f254",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9de2ab192ebc",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "daa062acf431",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "039e4206e848",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5d923df8637d",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ec2ac862c95a",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "21079dd24af1",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ca6fc632d843",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c784f31aa277",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7f4ef952bbde",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "140c7bc247e9",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ff092f8d7c13",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1b7aeb739e63",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e6f9cd696378",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8fa7a53fd823",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1d011df4098e",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "647ea37c9d7f",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8ae91e787e74",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "491e3aaee3d4",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d07f10b72d41",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8f738d95b3a5",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eea7d2935cc3",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9f8aad548629",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "66bb96c011c4",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d6fe6f783003",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5a7753895b68",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a7426a4dbbfc",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "680a082e8c27",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "771b2eb42179",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "55f9fd5187c2",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0f40c1e3b9ca",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9e6548f9a370",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "57e4506dc61c",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ae87aebca3e9",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "13b74e2765d3",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "271d1cf95af5",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "72ee965cb8ad",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "468711ee6075",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "88e403ba02e1",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5f4e79ff971f",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6dc70a456cfe",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:aria_contentinfo_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e851413bb729",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0f1588acc356",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "70933dfabc5f",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6fa0e5b69c71",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4ef78510ec53",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fb265367dd14",
        "url": "https://www.binche.be/fr",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ea9906335a5c",
        "url": "https://www.boussu.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b1c835c2dd89",
        "url": "https://www.boussu.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d1d48041d983",
        "url": "https://www.boussu.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "98cc31cf7857",
        "url": "https://www.boussu.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "36bafd78efbb",
        "url": "https://www.boussu.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3152f54c62fc",
        "url": "https://www.boussu.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ad53367311c6",
        "url": "https://www.boussu.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5f8540aaf7f8",
        "url": "https://www.boussu.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8b6822dbeff1",
        "url": "https://www.boussu.be/",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0f448f13fcec",
        "url": "https://www.boussu.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ac5f24dac840",
        "url": "https://www.boussu.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2195f47bf156",
        "url": "https://www.boussu.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f3a41d5b936f",
        "url": "https://www.boussu.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ea8a28b687d4",
        "url": "https://www.boussu.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "407a0e2423cd",
        "url": "https://www.boussu.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "60eb360e459c",
        "url": "https://www.boussu.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aade9a7c3963",
        "url": "https://www.boussu.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c7752ad0aa8b",
        "url": "https://www.boussu.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1965e4cfdcc4",
        "url": "https://www.boussu.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "338cdb858d8e",
        "url": "https://www.boussu.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6f5b184e71f8",
        "url": "https://www.boussu.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "08035972928c",
        "url": "https://www.boussu.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "813d22cba0fb",
        "url": "https://www.boussu.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e17106645989",
        "url": "https://www.boussu.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7ba080eaf5f7",
        "url": "https://www.boussu.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "031fe5f84b40",
        "url": "https://www.boussu.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f86964c116d8",
        "url": "https://www.boussu.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1740ad9d7c72",
        "url": "https://www.boussu.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1417b456eb6d",
        "url": "https://www.boussu.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "72b98046c008",
        "url": "https://www.boussu.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "af826d0e2b3d",
        "url": "https://www.boussu.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5aaef7ff4b44",
        "url": "https://www.boussu.be/",
        "ruleKey": "rule:aria_complementary_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e1e248a14252",
        "url": "https://www.boussu.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f1219415a90c",
        "url": "https://www.boussu.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8a0d4db35fe4",
        "url": "https://www.boussu.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6466c77013b3",
        "url": "https://www.boussu.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2f90b0d27594",
        "url": "https://www.boussu.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3ff3266d6d31",
        "url": "https://www.boussu.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b7d7c91afd56",
        "url": "https://www.boussu.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "46084ca8b3c2",
        "url": "https://www.boussu.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fdf586355a89",
        "url": "https://www.boussu.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "730c476f5454",
        "url": "https://www.boussu.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d54453a86379",
        "url": "https://www.boussu.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "858980777c88",
        "url": "https://www.boussu.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4726b2d49934",
        "url": "https://www.boussu.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2e63f7018cc4",
        "url": "https://www.boussu.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0c3c607b196e",
        "url": "https://www.boussu.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8594a7ac97e5",
        "url": "https://www.boussu.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e78823e8fb6c",
        "url": "https://www.boussu.be/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3bc43e5a625f",
        "url": "https://www.boussu.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d80a76d924d7",
        "url": "https://www.boussu.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "58c3a0a7ddc7",
        "url": "https://www.boussu.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b8a663c76b2f",
        "url": "https://www.boussu.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f0685c115995",
        "url": "https://www.boussu.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c5b1607e28b4",
        "url": "https://www.boussu.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "18012d119a40",
        "url": "https://www.boussu.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f39cc706d3ce",
        "url": "https://www.boussu.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "69bc1f5ef4b5",
        "url": "https://www.boussu.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "06b8ad8aeffc",
        "url": "https://www.boussu.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aebdfa11fe0c",
        "url": "https://www.boussu.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6156003aa08f",
        "url": "https://www.boussu.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3d3638a56c8a",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d75755d0ce63",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "63fe472005bd",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e04cfa397c18",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:empty-heading|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0d291db72533",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:landmark-one-main|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e27212b41dcf",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "wcag:wcag144|light",
        "engine": "axe"
      },
      {
        "fingerprint": "460fd0ff20db",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8fb77f4ca4b4",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "da1ec542b1ae",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "012a33e6ab63",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3736748a111e",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8680ee3fe5a9",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6a8e8c641e8c",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c1bb4ecaaa78",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7c5f4d725def",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "80a8a0d75d03",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "462a5746651b",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ebd575ccaaee",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e2e5b8409e71",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "02f858e5606b",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "65983e4f2651",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f9a5432bae0f",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0519d3d86cdb",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "366a777a7e57",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "58fe3c999d4a",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b69f36f52f5f",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "725637b1351e",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b77fd4595143",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "80915960206e",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8ef747b3f04e",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ea90ee0f9170",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "dfb0d350c50d",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "32e795c53316",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5dee4c4b3860",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "eda837dab3c7",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "15a8c7b2a6c3",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ccbd0f435b95",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "433eb4ea4a39",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "77a4b5d0ffb7",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fe0f85323ac3",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "11b015d26023",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fcea305a9689",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a53755bc11a1",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6328a06684e0",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8bc607fa4690",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "23d33e6f4618",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6e6d71362109",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "66631bd8b074",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ec4a54fcee3e",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6cc134416550",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "434d305f0af7",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5c47f0a40333",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7d032de6c6ef",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "71fbac161676",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "50eaa1ddb363",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "502881e09c68",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7ced877f6369",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "128dc4b71d7f",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4be40cbc6df4",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0599b9b04cb7",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e6e41578be76",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d07a2004722d",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f7bbd45d175f",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "13062b42da9d",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "18d010a1668b",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4078deb52bab",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:heading_content_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c8b85244e780",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6fec4de10e47",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c2e7211b8ec7",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8d57589cb2ee",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aa5a83666ebf",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4248080b89c9",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1121fdde201f",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fe15d2152435",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "56cc29750a3b",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "11314f7ddc5a",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "55623dc6328e",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "60e3cc792648",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7f672b65abcf",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a9dc02ebbf9b",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2ff0f187fea2",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b61034e64de0",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "76e42e85720a",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bc3996de0dde",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5035de46d809",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "43c78440d914",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7ba12bac0cad",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4438bb29a369",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f8ccd34d2aa9",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "23c4c55fffa9",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e59eabda848f",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3d1f394501ac",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3cdc665e6b17",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5a793a6ecf05",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ab8cbb7a1752",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a24451322cee",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "679fd3cd605c",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "edf078da012f",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "871f5a793793",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7c70313af3cd",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_keyboard_handler_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2771db1b71b3",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6ef18e472db7",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a572ccdee3e6",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5672a943a7e7",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "be7a53df5de7",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "75b50325fa1b",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d4806ec85407",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "43dec01518d7",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0c43c51886e1",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "083d405e5cb8",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "43982b77cddb",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5638f663c7c0",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a4c7bf027a38",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "293215094cd6",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7a3aadee50f9",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6971ab1400b3",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ce093be8f78b",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7c7933ab4253",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5ad6635a5120",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2781ab312434",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dc27bd87703f",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c9e7eaeb89e8",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c7bbdcc67539",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "417a7db3ecbd",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5759d49d30d1",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8fc52941be12",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3e695bee1242",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a944eff841f2",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bd0ee51cec67",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "20b1542bbc4c",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "51866c850a25",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "debcb6f11b8a",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "43fa19773dd5",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7e29b9630b0e",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a8215c7e0085",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e7ba3a883c8a",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5389fda2f8f4",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f98a577cc9e0",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e61526d3ce6d",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1f9a06d8b126",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e29481f3f438",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3b6b96171754",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "95eaac482541",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "430b7890d612",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "050b98e840f4",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aaf0608b1804",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b6edc1aff5ec",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9ac844a224b5",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c6f974949d6e",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e7ff50a8265b",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c3d9f586adff",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8cc0c7bf395e",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "00d5b508a9d0",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "423f5b820510",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9b36fed89dcb",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f8c25dd64427",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "99ab1ff08433",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cf27c85c72b9",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "43a398d0e6cc",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "725dafac2908",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bef53f55679e",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "efae355be8c1",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3eadd812f45c",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bc948dc85ea8",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ea4945c2a56e",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0c158910c8b4",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0a322b42665a",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3e63ae2b17d9",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "12a57cc3f985",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3b526e422f8f",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4614ef26c734",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7e363f85b4c6",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d7ca07aa3f56",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b5b0378a6994",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2bf255b10dc6",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "62374a6efc37",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bc1f3f3a04a5",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9674b08d5522",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6c8a960562c3",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "204f40b3218c",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "de37702db4b1",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9ad36c7d665f",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a441411b5598",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "77b38adfa86c",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2514d9f389b9",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e18f30a721c8",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "549fa60ca3b0",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2cdec0a1a9ef",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7aab35c8e947",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "11092adeee56",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "164e85ef2c30",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e27ee503b12f",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "082f711668f9",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b49209237c83",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_contentinfo_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9c9f4e0a0b18",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4c2f15a6356e",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:heading_content_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6b2db44cc6d3",
        "url": "https://www.braine-le-comte.be/",
        "ruleKey": "rule:aria_accessiblename_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5030d26164d9",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:landmark-one-main|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c43ae0047260",
        "url": "https://www.brugelette.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cb4a1bd4e3bf",
        "url": "https://www.brugelette.be/",
        "ruleKey": "wcag:wcag144|light",
        "engine": "axe"
      },
      {
        "fingerprint": "dc7fe5b5d6ef",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2354ef547d7f",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "680a48970771",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "82242ee732bb",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9436b9178db8",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f42fb0bc2df4",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "91614a0f80c3",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "faa15c0d518d",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b9c7fbf3e7ef",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "449009710b7f",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4012c5b7fdeb",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d4f8312c8c0a",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4e456bbf82b6",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "16064217579b",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cac7d50a1c68",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1e0a4ab86e07",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d5743225e6d7",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f9235aa2fda4",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4c7df0ffa385",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cd3cc20ad129",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "faec1e5357ae",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b927e323c2fe",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "db3594ab8425",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3d63ed8ad6b0",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fc140e93abb1",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4970ef2b5d6d",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "984ccfdccfa8",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c68f3f594779",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "121a71e724dd",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "360655e8fac0",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "08d4bb73d4f1",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "634d41402994",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d543cca669e8",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5e717baddcec",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fd75a0200fbf",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ac1792623e3a",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "41aa7282d2f0",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d96a15de4406",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7becc1ec8d9f",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f7efb4967cc2",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6ca535ec4a4d",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:heading_content_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a17dee626cf6",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e671d5e7d9b1",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2865c4165752",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c38dcb648ff9",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "139ceb6ce1f6",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "664c9baf3f92",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "64a0dc7c1e3b",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "39f065f2b6dc",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3a620d968050",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5d04eb9b5b85",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "704097d4f0f9",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3a1a67b324f4",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d0e1cf6e1a13",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fe6029d1b51b",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2a1555feb6c6",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "82bb442089c6",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8c50f01ca543",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "65423a712262",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "96d7332e8b70",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5738725ad5ad",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "59748e7baef6",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8fc2bdda5c5b",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "565bd9338dbf",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cf8d2665ea55",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cd698aeba2c4",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "428836ab1d02",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ef20496b68c0",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1766ce6b28ce",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e25ecd6a2330",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1263f905532a",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5ab347e96014",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:aria_keyboard_handler_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ef86302b2dac",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f0c64d0b3c16",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4bc28c3c3e65",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "09bfe8e9fe40",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f67b109a67ff",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a743764456cb",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7bc8c87a6824",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "26639fb219d6",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2bb41cd849df",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b65f18731a8b",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "daaaf863e98d",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c84c0186253a",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f40634e67bed",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "38bac9a306fe",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a532e9cea384",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e1365ade8d04",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b91c939e07a4",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2532d51d1d89",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cd4341fe7a88",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f3f2345152a9",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7469de6884a1",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:aria_contentinfo_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8d5853760aad",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3a23a29e1c7f",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a32b2ff3231f",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "934a3526b4cc",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b43c03b73172",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "95e41897522c",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1e14f38a972e",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "111f400fdd6c",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a9e926cea824",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "513071c4f5b9",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e8eac8662af3",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "09e94d87e0a2",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c70d3c02ff2e",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d5384b4242e9",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5ef039416628",
        "url": "https://www.brugelette.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8a756eeccd8a",
        "url": "https://brunehaut.be/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "88e7281e2c90",
        "url": "https://brunehaut.be/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7e27bf620087",
        "url": "https://brunehaut.be/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "85937c367cf7",
        "url": "https://brunehaut.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5cc76db34f1f",
        "url": "https://brunehaut.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5cfdaf4e3842",
        "url": "https://brunehaut.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "82193d548611",
        "url": "https://brunehaut.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6660b9b1f521",
        "url": "https://brunehaut.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d14e1bb2979f",
        "url": "https://brunehaut.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1d0ffd85a6a7",
        "url": "https://brunehaut.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ac9c047f13e8",
        "url": "https://brunehaut.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "65b03c786f19",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:empty-heading|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4d2b513502ef",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c0da5113811c",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "26883b778d5b",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:landmark-complementary-is-top-level|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1eac32379072",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:landmark-complementary-is-top-level|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4a877771dded",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:landmark-complementary-is-top-level|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fc6b70c6ff9a",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:landmark-complementary-is-top-level|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4c41038dd602",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:landmark-complementary-is-top-level|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1477b62a12a3",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:landmark-complementary-is-top-level|light",
        "engine": "axe"
      },
      {
        "fingerprint": "58871bc88ca4",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:landmark-unique|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9d2c0813091a",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:landmark-unique|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bf7bfd50f203",
        "url": "https://brunehaut.be/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0e56f20924b1",
        "url": "https://brunehaut.be/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b228ceef5b1f",
        "url": "https://brunehaut.be/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c06c53e9f433",
        "url": "https://brunehaut.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3bca13f3312b",
        "url": "https://brunehaut.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ebadd383fd87",
        "url": "https://brunehaut.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "205eb272cc02",
        "url": "https://brunehaut.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "29427cf9f404",
        "url": "https://brunehaut.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a9a3f1eae323",
        "url": "https://brunehaut.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "72ea83c9cc99",
        "url": "https://brunehaut.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6ed231a09c1b",
        "url": "https://brunehaut.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0fcfdccecf0a",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5f92b599795a",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9d545bddc64b",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b3d3193e38ae",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "648c78f70ecb",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "dbcda88cf003",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "351be86bc798",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7d5c1e63268b",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f4153f740c9d",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "29e00490b493",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "270066b7cfcd",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e8f35020300b",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c6930be48cab",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "31ec83cd80ed",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5d47b952fe94",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3c1efe7f8efa",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "65322480592f",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e4186bf56f3f",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "421d13167c9b",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b5b6782cdbd2",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2c54f8b43d8f",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "403bb97f8847",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "229f1cbb3896",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fd014c2b67c8",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "67901ad876a6",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "52a1fdd17e94",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4a48ca7f29eb",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "053e9765cc40",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fa668a795f98",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e97f1f1e884c",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d19c9e07f8d7",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "803a33c1cadb",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e6abcbae546e",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0071f27f84a2",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "87fb66657442",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "13f0a2c386ae",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f3f5c5e14fce",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "76ac715b523e",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "939453e977e3",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c98136741205",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "381ca731a315",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7279d206c00d",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4f0a6056e179",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "30eb19ba6c10",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d1d3d813c8f4",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f1ae67705889",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "895103cf9736",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a55e4c385794",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d20691eeb732",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "90b4146ed548",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d63ac2685ab7",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2d2a0a2b877a",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "144002f6206d",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c05bb64b280a",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "91bccbd37fe9",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b6fd6126b223",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "56e719ebca13",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0bfc27caa899",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "140d36d39065",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "de477cb35661",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "839d5ec4eb82",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a83476a14ef5",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "42cb20a9ffda",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "76e0436ed8d3",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "68712ec28f63",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "eabe343ffb9f",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "72558c248f44",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "768be85117c6",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "48a2c99d8c72",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "580d5f0fd236",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "14cd4905de50",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3e563043f43d",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "98b780e76192",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1b77cc29fe0d",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ba2e0e64b5ce",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d4d7dbc5aad7",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "97c410800fd1",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:skip-link|light",
        "engine": "axe"
      },
      {
        "fingerprint": "811796acf177",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:html_skipnav_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cef33e7a75e3",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "36798596bf95",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "05b25462b350",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:style_hover_persistent|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2aec44e2538b",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:aria_complementary_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "38feb832d07a",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3edb9221f97f",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "185e8b5b47cb",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "38977c8cebda",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:aria_navigation_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "952e2112a517",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "99c733cf729b",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:heading_content_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2eb8b0dfcd1f",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:aria_accessiblename_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d432283160a8",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e1d2a6c1231b",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e95c2b5f9307",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "39dfae7b724a",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fa1ad2b24517",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e0932a4b2ef2",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ca48cc43b2ae",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b327e74ed7c9",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "95df721680e6",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c20e60b5134c",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7976bc8ce186",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "af584d98d970",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "feb40292ff8f",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "171a56d3e88f",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a261b2704a00",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "71bbb1c51a62",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4586775b6e7b",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aa724f4ddee5",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "28ca055d223c",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ffda5e7f9529",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "890f845aa849",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "00ec58d2cf73",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d7336ac56758",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c3a068ab7b4f",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "edc76170cd46",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7e656bd28e2d",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "07e4114389fc",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "17e4f6a94428",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bac50d4dc853",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d12f4e743900",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7b5643e2628b",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1366b95d4008",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "118e2ea2e886",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b96693e2ec58",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f855f333545e",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "32ef717fc512",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c7e045369e39",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2f1b1aaf0f63",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "81dfecd74cf8",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7963260a3810",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e55fb6b3a21d",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "291df34dbf62",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8d9ff5c92f9f",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f816e253e8f8",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "87273a9690c9",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9f9cacc54d30",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1b8da8b004df",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f28672c9bb2c",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:frame_src_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a239dcebd88a",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e4934bb5f2a9",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f0d13b27da7f",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:frame_src_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6aaccfde116b",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "100fd94e1fae",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "061a0ee2e77f",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:frame_src_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0425af024ca2",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c422cbb9be1e",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:aria_contentinfo_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "980c978f650e",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:aria_complementary_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "410d96ce4b05",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d5cddd04b91a",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:aria_complementary_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ce4d6c6fe3c0",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2e03df6ab484",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:aria_complementary_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a4e2041370c4",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "69ab2605424c",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3aac17b8f543",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:aria_complementary_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0f01d4851cfb",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9c9f8d447073",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:aria_complementary_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "802ae48457ec",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "36e19d6dbda6",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cbde35c7894a",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ce3ee4f52445",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:aria_navigation_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b0b2cae58d40",
        "url": "https://brunehaut.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9d63d80ea7bc",
        "url": "https://www.celles.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f798dcf03aba",
        "url": "https://www.celles.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f90eae7b4de1",
        "url": "https://www.celles.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ab45aae35447",
        "url": "https://www.celles.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a23b874afdb9",
        "url": "https://www.celles.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "faa4afbf91f1",
        "url": "https://www.celles.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "02b40e8655db",
        "url": "https://www.celles.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "787d9d387efa",
        "url": "https://www.celles.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b47319931a5c",
        "url": "https://www.celles.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "06a1480b4dd9",
        "url": "https://www.celles.be/",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9d2fa6315d31",
        "url": "https://www.celles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ed54502ac551",
        "url": "https://www.celles.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "077fb85afcf4",
        "url": "https://www.celles.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f1bf5ddde77e",
        "url": "https://www.celles.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1db97daccad3",
        "url": "https://www.celles.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8310b5ae10ea",
        "url": "https://www.celles.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6ec4f3a128e8",
        "url": "https://www.celles.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "43b780c39a44",
        "url": "https://www.celles.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "24761160b4a4",
        "url": "https://www.celles.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "63b523facffe",
        "url": "https://www.celles.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b196b345aa7f",
        "url": "https://www.celles.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8c8f5dbe6ef1",
        "url": "https://www.celles.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "27e7cc2a08ba",
        "url": "https://www.celles.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "71ee21fdf9c1",
        "url": "https://www.celles.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f43ee166ca67",
        "url": "https://www.celles.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a82273e43f78",
        "url": "https://www.celles.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "550a2cfd33c5",
        "url": "https://www.celles.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f9bb1b405e3f",
        "url": "https://www.celles.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "da052d7f0a8b",
        "url": "https://www.celles.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "53984985a846",
        "url": "https://www.celles.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ff572338023e",
        "url": "https://www.celles.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f33480ee6fce",
        "url": "https://www.celles.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fb6a9fecffd9",
        "url": "https://www.celles.be/",
        "ruleKey": "rule:aria_complementary_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2468872ae386",
        "url": "https://www.celles.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "18c45b632c4c",
        "url": "https://www.celles.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d982c4cb7b3b",
        "url": "https://www.celles.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "516ea7050cda",
        "url": "https://www.celles.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a3ab46f0746a",
        "url": "https://www.celles.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "040f12c1085f",
        "url": "https://www.celles.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5997a6675b93",
        "url": "https://www.celles.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "94818571e408",
        "url": "https://www.celles.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "03253d150b23",
        "url": "https://www.celles.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f0c988a7fa4a",
        "url": "https://www.celles.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "067137ee051f",
        "url": "https://www.celles.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4ef11bf5a2d3",
        "url": "https://www.celles.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4ad4df9e7fa9",
        "url": "https://www.celles.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2ddc5c496a03",
        "url": "https://www.celles.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "97ecf5696d40",
        "url": "https://www.celles.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "87ce1dbf4cb9",
        "url": "https://www.celles.be/",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e5b6e34e32e2",
        "url": "https://www.celles.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "062dae1d11fe",
        "url": "https://www.celles.be/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7970fdde2e9c",
        "url": "https://www.celles.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "35bdbf19cd47",
        "url": "https://www.celles.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "543e11427f47",
        "url": "https://www.celles.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5fa80a1ca700",
        "url": "https://www.celles.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6408ac7f141e",
        "url": "https://www.celles.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "50c796f839a2",
        "url": "https://www.celles.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9882fbda75cd",
        "url": "https://www.celles.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "63565e36d1a8",
        "url": "https://www.celles.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "143e0ac654fe",
        "url": "https://www.celles.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "df4d98fd529f",
        "url": "https://www.celles.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d30b1cbc90c0",
        "url": "https://www.celles.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4efe9ad16db2",
        "url": "https://www.celles.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d1d431dae66e",
        "url": "https://www.celles.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "963fa31df59e",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "413b7d86c66f",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "996381bae711",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d49579fb9e41",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "13df9e27f5a3",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "26c31011d094",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b7f3f9be146a",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "92c1556b7364",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8f39965805a2",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "71d226db3dc1",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "917847775b19",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0af7467cfa60",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f7f1b228ac6c",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "deb4eb766ec3",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "836779f9e306",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "be5a8b52b09d",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e4471983bbc3",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3f328ddad59a",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "03efe61fbd59",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9d773bbb0373",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "73e09a01ac22",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2e66dd14b23b",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c419de51d472",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b43438589a54",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1964d5040d68",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "41121d4c18f7",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "694ae5fb5f30",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "46c9655e581d",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a9377a39c04c",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f11c79b873f1",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "84bffb796d02",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bf4562395371",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fe536d9c4594",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "33c5eb1c659f",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2748567ee402",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "443944176f56",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "rule:landmark-complementary-is-top-level|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9e2e00030354",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "rule:landmark-unique|light",
        "engine": "axe"
      },
      {
        "fingerprint": "96ed0adfc9dd",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d36c211c0600",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "68b0c9a80e88",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b3ce3a5979c5",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d79948ce7a55",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "45fa6e25d1c1",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9fbf591df1e6",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "rule:html_skipnav_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "981917102e03",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "55f17c3ffb97",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "929c7b868bf5",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2aacdf204325",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9d585aee7f6a",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e9199db7f043",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1d1ca9179388",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c260e55b2a56",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "450f617dfb6b",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "rule:widget_tabbable_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "932f72ce68cf",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "20d5a45d1aac",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b2a1f8ddfffb",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b94690b2db21",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "rule:widget_tabbable_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "afe80dc43dea",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "78fe158d7551",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b08ec0951a0d",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "018404d1f03c",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "rule:widget_tabbable_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "407ee03e458e",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3587995b3883",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cd1b19772698",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "04f6c8eb258e",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "rule:widget_tabbable_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8f11b47ceb36",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "rule:form_submit_button_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9889fec3c09b",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "rule:input_onchange_review|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d14f0d951695",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "rule:script_select_review|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "019b15f208d9",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "rule:input_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "594f08a54824",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "rule:img_alt_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c3865f1de2dc",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "rule:aria_complementary_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "625535804af4",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "rule:img_alt_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f20ce9dc320c",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "rule:img_alt_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ba9747826aba",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "rule:img_alt_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "98eb0644b74b",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "rule:img_alt_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "05532c09f71c",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8ed772d5ea1d",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "rule:img_alt_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e1f1e0f1507e",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "rule:img_alt_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "06d8d43414f7",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "rule:img_alt_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e0ec9dfdefb6",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "rule:img_alt_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f2afda09137e",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "rule:img_alt_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "915a09039366",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "rule:img_alt_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ca6cf649f2c0",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "rule:img_alt_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0d593ef06ea7",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "rule:img_alt_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c82de1098daf",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "rule:img_alt_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b166ebd3331",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "rule:img_alt_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0920e2c0fbdc",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "rule:img_alt_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8834cde105d2",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "rule:img_alt_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "94695d5cbe61",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "rule:img_alt_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b94dc5551b8a",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "rule:aria_complementary_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0aff9984e5bc",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "rule:aria_complementary_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a12ac61cf883",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "443bf8673d1f",
        "url": "https://www.chapelle-lez-herlaimont.be/",
        "ruleKey": "rule:aria_role_allowed|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c56d35875431",
        "url": "https://www.charleroi.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "616762fd9946",
        "url": "https://www.charleroi.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c40aef0ac9ee",
        "url": "https://www.charleroi.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c557ef922479",
        "url": "https://www.charleroi.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "af3f66aeb019",
        "url": "https://www.charleroi.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5b83f61234c0",
        "url": "https://www.charleroi.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "26e79749acf6",
        "url": "https://www.charleroi.be/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "89d0006515fa",
        "url": "https://www.charleroi.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cb964497f53e",
        "url": "https://www.charleroi.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3f5d76d549f7",
        "url": "https://www.charleroi.be/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "488e843d829a",
        "url": "https://www.charleroi.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "789ea7ba54a6",
        "url": "https://www.charleroi.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "244756b474b1",
        "url": "https://www.charleroi.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6e2838629891",
        "url": "https://www.charleroi.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fc7538d33f18",
        "url": "https://www.charleroi.be/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a7e274f370ba",
        "url": "https://www.charleroi.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8defbef23a75",
        "url": "https://www.charleroi.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c122261a1281",
        "url": "https://www.charleroi.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "14121b00f4c0",
        "url": "https://www.charleroi.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b54ba87509b",
        "url": "https://www.charleroi.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c615179e5452",
        "url": "https://www.charleroi.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8738cf8defd5",
        "url": "https://www.charleroi.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "318ce12ac8b3",
        "url": "https://www.chatelet.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a5bd5c629e26",
        "url": "https://www.chatelet.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "dff1289b80ca",
        "url": "https://www.chatelet.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7968afc5d3cf",
        "url": "https://www.chatelet.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4c91d1f696d3",
        "url": "https://www.chatelet.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b9b2ad876e13",
        "url": "https://www.chatelet.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "01103a877bdf",
        "url": "https://www.chatelet.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "da12ea1880b0",
        "url": "https://www.chatelet.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a91346fd9631",
        "url": "https://www.chatelet.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "527f78894952",
        "url": "https://www.chatelet.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e76284b5c428",
        "url": "https://www.chatelet.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7acf04d69278",
        "url": "https://www.chatelet.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a3551633d762",
        "url": "https://www.chatelet.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2aa77660fe95",
        "url": "https://www.chatelet.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5da911edcc63",
        "url": "https://www.chatelet.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5c3d44b42ae1",
        "url": "https://www.chatelet.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eea0da0f949c",
        "url": "https://www.chatelet.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1b60dabc20a9",
        "url": "https://www.chatelet.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ce7f56cffcdd",
        "url": "https://www.chatelet.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9ff9c3c177cc",
        "url": "https://www.chatelet.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9780396a592d",
        "url": "https://www.chatelet.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a359076e43e6",
        "url": "https://www.chatelet.be/",
        "ruleKey": "rule:aria_complementary_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4777c0cc1470",
        "url": "https://www.chatelet.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5b87f0764182",
        "url": "https://www.chatelet.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3871a543f84a",
        "url": "https://www.chatelet.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ebefb917d857",
        "url": "https://www.chatelet.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0f45318bdbbf",
        "url": "https://www.chatelet.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "06dd6ee8ad01",
        "url": "https://www.chatelet.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6800164282ee",
        "url": "https://www.chatelet.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "16c61ec9a7c7",
        "url": "https://www.chatelet.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5cf8841fafcb",
        "url": "https://www.chatelet.be/",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e45d8ea2ba06",
        "url": "https://www.chatelet.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "af907ec0d99d",
        "url": "https://www.chatelet.be/",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2f50298eaffe",
        "url": "https://www.chatelet.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7c50729e78c1",
        "url": "https://www.chatelet.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "17872308b1d3",
        "url": "https://www.chatelet.be/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a836a693a9d6",
        "url": "https://www.chatelet.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6e25a9cd2f59",
        "url": "https://www.chatelet.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5b6c6a1842b1",
        "url": "https://www.chatelet.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "581793742a60",
        "url": "https://www.chatelet.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "127283aab9ae",
        "url": "https://www.chatelet.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e957ec96171e",
        "url": "https://www.chatelet.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b25d10d335e2",
        "url": "https://www.chatelet.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b65134393415",
        "url": "https://www.chatelet.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fd5140743a85",
        "url": "https://www.chatelet.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6a0565a20614",
        "url": "https://www.chatelet.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "74c2816020bd",
        "url": "https://www.xn--chivres-4xa.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e9ed9ddbf3b3",
        "url": "https://www.xn--chivres-4xa.be/",
        "ruleKey": "rule:landmark-one-main|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c50070de7a8c",
        "url": "https://www.xn--chivres-4xa.be/",
        "ruleKey": "wcag:wcag144|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4c95a2f67b6d",
        "url": "https://www.xn--chivres-4xa.be/",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0452c0abe0e2",
        "url": "https://www.xn--chivres-4xa.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "91cca47a4b9e",
        "url": "https://www.xn--chivres-4xa.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0424d3cfff39",
        "url": "https://www.xn--chivres-4xa.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c378b11ef2d9",
        "url": "https://www.xn--chivres-4xa.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3d2279797e28",
        "url": "https://www.xn--chivres-4xa.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fb871c22eadb",
        "url": "https://www.xn--chivres-4xa.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c2fa018547e1",
        "url": "https://www.xn--chivres-4xa.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "25df3ca7fc50",
        "url": "https://www.xn--chivres-4xa.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5dabe6384446",
        "url": "https://www.xn--chivres-4xa.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "784749c36045",
        "url": "https://www.xn--chivres-4xa.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "43da84c304bb",
        "url": "https://www.xn--chivres-4xa.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cc3ee62d6404",
        "url": "https://www.xn--chivres-4xa.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0a524fb04470",
        "url": "https://www.xn--chivres-4xa.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "31b9e1d31833",
        "url": "https://www.xn--chivres-4xa.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "212d3104badc",
        "url": "https://www.xn--chivres-4xa.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4cee4bfd945c",
        "url": "https://www.xn--chivres-4xa.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ea95da4c6c2e",
        "url": "https://www.xn--chivres-4xa.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d05ae04c5c61",
        "url": "https://www.xn--chivres-4xa.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0d35de0a332a",
        "url": "https://www.xn--chivres-4xa.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c6d234ba2052",
        "url": "https://www.xn--chivres-4xa.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2e39983e1434",
        "url": "https://www.xn--chivres-4xa.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1f52910d748d",
        "url": "https://www.xn--chivres-4xa.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fa6d713b43a0",
        "url": "https://www.xn--chivres-4xa.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7a43fcf27632",
        "url": "https://www.xn--chivres-4xa.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e27ac1b59b53",
        "url": "https://www.xn--chivres-4xa.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e258ed34c1e7",
        "url": "https://www.xn--chivres-4xa.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c49c86b698b6",
        "url": "https://www.xn--chivres-4xa.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dd601b43e927",
        "url": "https://www.xn--chivres-4xa.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c32fec54894f",
        "url": "https://www.xn--chivres-4xa.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8dee14f22d08",
        "url": "https://www.xn--chivres-4xa.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ee5f694c4ddd",
        "url": "https://www.xn--chivres-4xa.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e007a8de55b5",
        "url": "https://www.xn--chivres-4xa.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b83849cc0f12",
        "url": "https://www.xn--chivres-4xa.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "380b91829847",
        "url": "https://www.xn--chivres-4xa.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e6192e8c32a6",
        "url": "https://www.xn--chivres-4xa.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c898328da0c7",
        "url": "https://www.xn--chivres-4xa.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a7829e56c635",
        "url": "https://www.xn--chivres-4xa.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "45106213b9e8",
        "url": "https://www.xn--chivres-4xa.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ea212ad7e288",
        "url": "https://www.xn--chivres-4xa.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "116101831e04",
        "url": "https://www.xn--chivres-4xa.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5af51bd53061",
        "url": "https://www.xn--chivres-4xa.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e654a8e06ec1",
        "url": "https://www.xn--chivres-4xa.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5f31935c1427",
        "url": "https://www.xn--chivres-4xa.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "304a29748654",
        "url": "https://www.xn--chivres-4xa.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "27c66aee4b6d",
        "url": "https://www.xn--chivres-4xa.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1c17736f1d82",
        "url": "https://www.xn--chivres-4xa.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ed065e2c48e2",
        "url": "https://www.xn--chivres-4xa.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c62e1729bfa2",
        "url": "https://www.xn--chivres-4xa.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "19bbb7f2ca85",
        "url": "https://www.xn--chivres-4xa.be/",
        "ruleKey": "rule:aria_contentinfo_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e301e56810ca",
        "url": "https://www.xn--chivres-4xa.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8a37f7d08d03",
        "url": "https://www.xn--chivres-4xa.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b4885184a12d",
        "url": "https://www.xn--chivres-4xa.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e557a3c328ba",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:landmark-one-main|light",
        "engine": "axe"
      },
      {
        "fingerprint": "58a330708821",
        "url": "https://www.chimayville.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3a330e512774",
        "url": "https://www.chimayville.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1ca9d5967aa1",
        "url": "https://www.chimayville.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ff1f7dc29cfe",
        "url": "https://www.chimayville.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f5e7bac01fd6",
        "url": "https://www.chimayville.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b1f4e57f87c8",
        "url": "https://www.chimayville.be/",
        "ruleKey": "wcag:wcag144|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1b978ad685f2",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "015ae80ca529",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "91e2681cf4df",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d1349bcaf7d0",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "145d41ecb77d",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "dc00dda9cae9",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "809e2b6a3faa",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "80fccd4716f6",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "75b43124cf51",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1efcb18dfc73",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b48c1ae42e83",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a7e83219cad8",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1d063584252b",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3e42fe28a25d",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ed01a85d6df6",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0940ecbc2641",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f5d4d1ccf5ec",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1c245b74071e",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ab4b33092ff0",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ee1e1ddfca67",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a9260149f6de",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0fe88b8f481f",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d847e0886ace",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "95fe2af0ae5a",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "26590b81c5d6",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6778b55eaa07",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "194ea7c92ed4",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d8ca7672470b",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0994ecdc90ff",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ff5abffe7ebe",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "36961a1ab101",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cc09d926b9ad",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1a4eafd5d802",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b2d5401775eb",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b5c9d2b9e285",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a607fabf3173",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b6f9f20923db",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1c713d7dd7d6",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:aria_attribute_value_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f8bfa2eaeba9",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "84d77779ae34",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:aria_attribute_value_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e166d36fcf5c",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f94462cc97b8",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:aria_attribute_value_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ee72a18a0f43",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1d1642acd563",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:aria_attribute_value_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d031d8f854ff",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3f42980acf59",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:aria_attribute_value_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "91d79dfdcac9",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d37e7e08da0b",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:aria_attribute_value_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c97f5edf22a7",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bc3144e703b1",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6679efba1e7c",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "09465f1cf463",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7a3718792f4a",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "00b7840183b3",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "71d2172f7176",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "931cdbe0c7c0",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b44d1ade44a8",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5a0c2b0d6faf",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a7a35172b569",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f0f270ea5d14",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aa4d2be88d52",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "05977e283887",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "36b79452ad6d",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "121faea813d0",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fc8e148788c5",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "92f999a71fdc",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b1da7ad5a1cf",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2f53e45dfb74",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ef25148f008b",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "464d5e6d4e4f",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "923523e5b1ad",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "604676de8006",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "21d0801e2895",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6997d7186a8e",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d7c20c141875",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c39773c082c2",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ec8c3bdf9620",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "71afb94f6285",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6cb6e3672c8f",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e70f44d45867",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8eb701bccf8e",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "77ea42eed848",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c5ffd13dfcb3",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c5ba921bf627",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "270f51713ada",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:widget_tabbable_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2ce92b417d0a",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "23f78f055cf0",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f59f21e4774f",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c016d76494ba",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e9da4d177cf6",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e3e9b982b69a",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2d5ae80de72d",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:aria_contentinfo_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "413b397660ec",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "70e357d86f06",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "070a2c0dd609",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "45c4768e0f45",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4bff818dfb1c",
        "url": "https://www.chimayville.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "05f5e9b3f438",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "020a052c61e8",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:landmark-one-main|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4384900c36c6",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6e9f8c8c409d",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "wcag:wcag144|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d7087b64ca82",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7e209dd2bedd",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7f96bd8d3846",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7edb71ba7c04",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "faab321a6712",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e04dace872d1",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4ac297d4ef50",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "09cc14e410c1",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a640c32d7122",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1a7406a08a94",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c329f3b84ff5",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1533ed5d2aa8",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "96344428bab9",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6a404e86b6f5",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7957e9c5fe78",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "985a48d7fd0c",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "672e27da797c",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "81c3f3553c73",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "40145d7cd168",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3605d76a96c0",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "07c20e66cc38",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cbd63273429c",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "99756a984a6e",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "485e6950d856",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "45b9184ee0e1",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "42dc19d8e1a7",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c634c09ded53",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "23d95d3470f5",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "88bd23ff8f7f",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "81b752a1d636",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "812de013fcf9",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "236afa7df9f1",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5c85f5866c10",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c2601afa3e94",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "68d388f6bca7",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3a7207076027",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a2c0edd40b1f",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "770ce10d2d88",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bed82cc60851",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a64285acfe3d",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3dc6cf9ca00b",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "164f53c404f2",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "77f39a745e3b",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "980af66c8dd5",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "45a329545b39",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3676e8f91074",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "81561d2a3078",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "14b4466809e6",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c13f6b1c589c",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b4e814246c94",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4e80af51eb31",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "82b3412ee2a7",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aa4832db7cdb",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d4a859633948",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "782f6d8eebf4",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "866fd2b37a9c",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1f1046621de3",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dd892300958b",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "23a43782ccdb",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "973e56d75b35",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "39f6ed4dad5d",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:heading_content_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4b643a1ef65b",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "440d86f22929",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "021456a17d58",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9d08ad71a912",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "41297dff287f",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7c1c5e42ac99",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2e685a49280a",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aaf8b29c5f94",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4800851cf5a0",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c7d7bd6e8000",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b04d8b4b18a2",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3a7b9f88eb74",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "76ccb410f2ea",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ee6dff641d4d",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "034b03c23de3",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f8c954943055",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9bc37068c6f6",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5981a9727924",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b5b45b0b5121",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "877589d7304f",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9c144bb5531b",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:aria_keyboard_handler_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "62a2383de7a1",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f530a9f2fc58",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6b32b9fff4e9",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4b459e7a648f",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2ef14cb030bc",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3a4cda23f0a0",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0d5249bb8599",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d416e6f05280",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dbe748dd3e82",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dbde089e0817",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dae2d2e55a93",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "32ea80544fe0",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a0051f6d2780",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "019e95b9c2c7",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "651587f765ae",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "58e294f035e7",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "acb274daf96c",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0fb613c9a9b6",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "86b069a6b657",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "325c95892647",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "509d385dd599",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d34daadf7578",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ce517976dc86",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "322372e4262c",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dc6bbe8cea4d",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "24aa709a3bfe",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6e8a80b9007c",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "44798008c56c",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "39aac50bbf2a",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "435b71c5815d",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dc4f430378da",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9baea0f6349d",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3d88980d9c97",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "afdab55c90a9",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a09c4e8f9029",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "428fd112f926",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fb56eebb217a",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2ac72b436d41",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dbbdf41f5f7f",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9395c04241ca",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dcd2381f47ff",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "88fd32c13598",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "69823d46d20f",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e734f01ef523",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f9bd35ce3bf9",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ce95a8b0af8f",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6ebd8ddd06f4",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "93ebe9b8e3fe",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "313719ec3d87",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7ef5b8f50549",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "185e749166df",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5b1680882d49",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0d221688e071",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "464389acd0ba",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "749da34fbc29",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "099a156bac0f",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6208a36d1db0",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:aria_keyboard_handler_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e1b37197620c",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "11930600d2c4",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9ccf85f3fc0b",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7b65c666daa8",
        "url": "https://www.colfontaine.be/",
        "ruleKey": "rule:aria_contentinfo_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0bfc947024ea",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b775654b6d2b",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3f56403f4425",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d8ec5f055358",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a639e1d776b8",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1769cf930f7b",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3e10f450bbec",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "300e5543bf95",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ae586bff6e9f",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "30d2bd9c483f",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "237b5b0ea270",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "73b03b6ba394",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c9fd7db9e5ad",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "08fc33f94670",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "95ca9a70e561",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8c4e21ef38bb",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "43412a28af8e",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fd02664063fb",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e78ac36e8e2b",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "62b90214bd27",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8191551cfe5a",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7a8434f63b65",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "299b59c1b637",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2582c12a3edf",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "36672c6055a2",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "344323dabeb8",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "efc1215c9af1",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c5a148d7b187",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "827caa8fec06",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:aria_complementary_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a3940b6aed53",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "09d2f59eb922",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "28750ced681d",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "18a5e9606ae0",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cca77a66e1eb",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c2fae1b225d1",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "45194db01eb6",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f3db6cfb77a1",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1de163b69df1",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1bb95f85af57",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "be418c9d0d72",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "682f963472a6",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5c44f71a1ccc",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:frame_src_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4f591b5669a1",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a4d9a4bfc312",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7217f0926370",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:html_lang_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "df4f37f8bf61",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:html_skipnav_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ea0e40ae6be3",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b27588e61b20",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8af74494eb60",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "69d8e529d159",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b05ed4c589eb",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e90c3e768143",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "54d2711a4f08",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:frame_src_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f59fcb0a999b",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dd1dcea650d3",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "df39a1d1cf7c",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b7f466bd4c8a",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e0cbf95d9acd",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a4d107e397c1",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2a5ef5b94f0b",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b9774fd8b180",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "73917b4eefc9",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "987d90f885b4",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "883a891783f1",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2526c3128e5e",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bcf58cbb4ca6",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a06ec4546302",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0787a4f8cdcb",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "89c09512e666",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3f9319b90f44",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "32104df170ba",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5756d1d8f6dc",
        "url": "https://www.villedecomines-warneton.be/fr",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "85be1d715f31",
        "url": "https://www.courcelles.eu/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d18db30d8981",
        "url": "https://www.courcelles.eu/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "470ddab4b95e",
        "url": "https://www.courcelles.eu/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7f58e7eafd1c",
        "url": "https://www.courcelles.eu/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4e4a0747a585",
        "url": "https://www.courcelles.eu/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "887213916a27",
        "url": "https://www.courcelles.eu/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ebb8e5ca2bf0",
        "url": "https://www.courcelles.eu/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6314bd7731e3",
        "url": "https://www.courcelles.eu/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "45dee507715b",
        "url": "https://www.courcelles.eu/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8bdde39a636d",
        "url": "https://www.courcelles.eu/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6047d206ba40",
        "url": "https://www.courcelles.eu/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "86c0f109e928",
        "url": "https://www.courcelles.eu/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5ad0e38da289",
        "url": "https://www.courcelles.eu/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "243147cc5dd6",
        "url": "https://www.courcelles.eu/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ebdfe127261e",
        "url": "https://www.courcelles.eu/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "20be94eb0a23",
        "url": "https://www.courcelles.eu/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c7bfb2522587",
        "url": "https://www.courcelles.eu/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "087fb963cb9e",
        "url": "https://www.courcelles.eu/",
        "ruleKey": "wcag:wcag144|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5ce6cb343f98",
        "url": "https://www.courcelles.eu/",
        "ruleKey": "wcag:wcag144|light",
        "engine": "axe"
      },
      {
        "fingerprint": "80396495ee3f",
        "url": "https://www.courcelles.eu/",
        "ruleKey": "rule:html_skipnav_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "46fec5a76382",
        "url": "https://www.courcelles.eu/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7cfd109318fb",
        "url": "https://www.courcelles.eu/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b06f632f2a95",
        "url": "https://www.courcelles.eu/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c38dbd808618",
        "url": "https://www.courcelles.eu/",
        "ruleKey": "rule:skip_main_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0e3c3d617fd6",
        "url": "https://www.communedour.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "813613516436",
        "url": "https://www.communedour.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e053a0ed43f5",
        "url": "https://www.communedour.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b3262a9977ce",
        "url": "https://www.communedour.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bc095b636ddb",
        "url": "https://www.communedour.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4e98495a9e91",
        "url": "https://www.communedour.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8be793b8e655",
        "url": "https://www.communedour.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cb1e95b1592b",
        "url": "https://www.communedour.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6af74e1823a2",
        "url": "https://www.communedour.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6adb90610d27",
        "url": "https://www.communedour.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f375c1834daf",
        "url": "https://www.communedour.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "09850a339afa",
        "url": "https://www.communedour.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0ebe196ff888",
        "url": "https://www.communedour.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "90ae5878c7a6",
        "url": "https://www.communedour.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "897d4c10ca1b",
        "url": "https://www.communedour.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1255f349a494",
        "url": "https://www.communedour.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4ff8f3b5b37e",
        "url": "https://www.communedour.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bebe180a213a",
        "url": "https://www.communedour.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b52dacceccf9",
        "url": "https://www.communedour.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "23cd9fb32d0a",
        "url": "https://www.communedour.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3145286ccd7a",
        "url": "https://www.communedour.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d6789b46a702",
        "url": "https://www.communedour.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "927fed7f2ac9",
        "url": "https://www.communedour.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1b1090997ec3",
        "url": "https://www.communedour.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d38701a12541",
        "url": "https://www.communedour.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5aba9bcfb69a",
        "url": "https://www.communedour.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d1b0d99ebeed",
        "url": "https://www.communedour.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "217f9001f4e4",
        "url": "https://www.communedour.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "325bd3b47ff9",
        "url": "https://www.communedour.be/",
        "ruleKey": "rule:aria_complementary_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3149eac51dbe",
        "url": "https://www.communedour.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8715ec324b43",
        "url": "https://www.communedour.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "157f40d4c2f8",
        "url": "https://www.communedour.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f576a17ba5cc",
        "url": "https://www.communedour.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "43fd26ac6061",
        "url": "https://www.communedour.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "78f0e4152829",
        "url": "https://www.communedour.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fbdc39d50dab",
        "url": "https://www.communedour.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ca8cc5cb5ea3",
        "url": "https://www.communedour.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "28b672e26d8e",
        "url": "https://www.communedour.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d84dec9cf2b0",
        "url": "https://www.communedour.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5b946548d958",
        "url": "https://www.communedour.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "18fe8bd580aa",
        "url": "https://www.communedour.be/",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "108e8a11dc1c",
        "url": "https://www.communedour.be/",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "40ef229879ee",
        "url": "https://www.communedour.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2a81cbf285e3",
        "url": "https://www.communedour.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "40aecaf228bb",
        "url": "https://www.communedour.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2cc88283460e",
        "url": "https://www.communedour.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cd4b42829969",
        "url": "https://www.communedour.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c9b6155f6372",
        "url": "https://www.communedour.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "23428a13549f",
        "url": "https://www.communedour.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c14ca040e4b0",
        "url": "https://www.communedour.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fd99b6756dbb",
        "url": "https://www.communedour.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f3ffaba47234",
        "url": "https://www.communedour.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b0ad4e52cca7",
        "url": "https://www.communedour.be/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "94a02ee1e0f2",
        "url": "https://www.communedour.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b0e0252244f6",
        "url": "https://www.communedour.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "71884a16da9f",
        "url": "https://www.communedour.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "05340ba1a67d",
        "url": "https://www.communedour.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9c128ba5ca33",
        "url": "https://www.communedour.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "54451a63667d",
        "url": "https://www.communedour.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7aa7184b4a59",
        "url": "https://www.communedour.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2ef13cc7a879",
        "url": "https://www.communedour.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7d5de7cd60a9",
        "url": "https://www.communedour.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a4d52023a026",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:landmark-one-main|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7b7a5496603e",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:landmark-one-main|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d05576359859",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:landmark-one-main|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d5164179994c",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "wcag:wcag144|light",
        "engine": "axe"
      },
      {
        "fingerprint": "105683f1029a",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fc1471e9e8c0",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f99bbd8c353d",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3897bd947aec",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "408af2612aac",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8cc6638bbb1f",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5dd064483108",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6df308a8cbe8",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c045d7001dde",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ecd1aea93fc7",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d3de82489053",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ee1e09f840d7",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c83f0876dc85",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "221f30e35ac0",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b6a0889331fd",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ff167dd97030",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "478ae1beb6a2",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d0adb9bfce36",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c7e490c4de43",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "265a0cb027dd",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fac14db3fb84",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9ef1985adc41",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ac58c605cca0",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e26641b0a0cf",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ff3a60e268ce",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "00dc27d5f053",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7110cf07031a",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8e02d5f20694",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5566269edab2",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bdb03b30a892",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f2a21e741b3c",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "367cdf1ce85b",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "78c4a96dcef1",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c151741a87fc",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4d81b9fb3876",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5f49dc70e9f7",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "24495dcef43c",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9a60c2588031",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a7ca6e0af1f8",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a0243f5f8766",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d988c9de3b5f",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c37335c7ca06",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "afcdb9a0fff6",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6c0a72de089f",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4826fa203323",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d3bce94f6919",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ce37ba0f75db",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ffa8a78320bd",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c1fa10e2e745",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f28a25f7d9fc",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a69fde1a8bb5",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "18d18e7a441f",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:frame_src_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2605b453e080",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b58815cd4f72",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:html_lang_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eb8d40c2399a",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:html_skipnav_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bbd92f9c93a6",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8d9681636171",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:frame_src_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6bc3579d0323",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "11b688387c07",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:aria_contentinfo_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e189a5d63eef",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b035b7f7dbe2",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "306d461de640",
        "url": "https://www.ecaussinnes.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b82cf4f45633",
        "url": "https://www.ellezelles.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c9c97d9eb4a8",
        "url": "https://www.ellezelles.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "72aef0230c3a",
        "url": "https://www.ellezelles.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "715dbfa3ff7d",
        "url": "https://www.ellezelles.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f8b9a2123560",
        "url": "https://www.ellezelles.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bec88edd65b9",
        "url": "https://www.ellezelles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "619433adaf93",
        "url": "https://www.ellezelles.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e2797d72567b",
        "url": "https://www.ellezelles.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b2ea30698279",
        "url": "https://www.ellezelles.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "de944290ff89",
        "url": "https://www.ellezelles.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7a19214ef802",
        "url": "https://www.ellezelles.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "72edfbb9a4ea",
        "url": "https://www.ellezelles.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "407955226477",
        "url": "https://www.ellezelles.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "168e708aec52",
        "url": "https://www.ellezelles.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3efcc6878a72",
        "url": "https://www.ellezelles.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "50a4ef3a3464",
        "url": "https://www.ellezelles.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a58185fd7c52",
        "url": "https://www.ellezelles.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "df06032e9a4f",
        "url": "https://www.ellezelles.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f88cd2656af9",
        "url": "https://www.ellezelles.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a5c3b081e895",
        "url": "https://www.ellezelles.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1fe76901fcdb",
        "url": "https://www.ellezelles.be/",
        "ruleKey": "rule:aria_complementary_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "99431f8fca45",
        "url": "https://www.ellezelles.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2163010b10d7",
        "url": "https://www.ellezelles.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2cb5c7c4998f",
        "url": "https://www.ellezelles.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6e014c09fa1e",
        "url": "https://www.ellezelles.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e0952a8425c8",
        "url": "https://www.ellezelles.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "35a0ac99826d",
        "url": "https://www.ellezelles.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0b63765cf78d",
        "url": "https://www.ellezelles.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b4fc802484bd",
        "url": "https://www.ellezelles.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d4f937657812",
        "url": "https://www.ellezelles.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "334f68611bb0",
        "url": "https://www.ellezelles.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e62ab782a693",
        "url": "https://www.ellezelles.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "686b25faf3f5",
        "url": "https://www.ellezelles.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b5b6433db867",
        "url": "https://www.ellezelles.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "56c1c02068e8",
        "url": "https://www.ellezelles.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "16de23c11649",
        "url": "https://www.ellezelles.be/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "afdabb9f21eb",
        "url": "https://www.ellezelles.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "20e3906aa395",
        "url": "https://www.ellezelles.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8369db84342d",
        "url": "https://www.ellezelles.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a44d2c130efd",
        "url": "https://www.ellezelles.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8fd2c320d87b",
        "url": "https://www.ellezelles.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "405350cdf342",
        "url": "https://www.ellezelles.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9833f06780c8",
        "url": "https://www.ellezelles.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1e296a69fdda",
        "url": "https://www.ellezelles.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b12aacd3b9bd",
        "url": "https://www.ellezelles.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "04eb3f725eeb",
        "url": "https://www.enghien-edingen.be/fr",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0555c5b1a212",
        "url": "https://www.enghien-edingen.be/fr",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e9f0dd8ffbd8",
        "url": "https://www.enghien-edingen.be/fr",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2bae2429860a",
        "url": "https://www.enghien-edingen.be/fr",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3421f22e5b8f",
        "url": "https://www.enghien-edingen.be/fr",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7d80722d31a8",
        "url": "https://www.enghien-edingen.be/fr",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "172360c2ad8e",
        "url": "https://www.enghien-edingen.be/fr",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "265189005706",
        "url": "https://www.enghien-edingen.be/fr",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5ee8e0e3a2e6",
        "url": "https://www.enghien-edingen.be/fr",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b3c11dc06ba1",
        "url": "https://www.enghien-edingen.be/fr",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cc4ccae946da",
        "url": "https://www.enghien-edingen.be/fr",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5f1fdebc0c61",
        "url": "https://www.enghien-edingen.be/fr",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "83e375d2adcd",
        "url": "https://www.enghien-edingen.be/fr",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "43011dc0634d",
        "url": "https://www.enghien-edingen.be/fr",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ac805f2ed37b",
        "url": "https://www.enghien-edingen.be/fr",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ee5482e2bfde",
        "url": "https://www.enghien-edingen.be/fr",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4e6a12374f36",
        "url": "https://www.enghien-edingen.be/fr",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "debd77143103",
        "url": "https://www.enghien-edingen.be/fr",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "74f26b1ed1af",
        "url": "https://www.enghien-edingen.be/fr",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6f420ab896d4",
        "url": "https://www.enghien-edingen.be/fr",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "47e13e745714",
        "url": "https://www.enghien-edingen.be/fr",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9ac99a7f8f50",
        "url": "https://www.enghien-edingen.be/fr",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "71f684234a56",
        "url": "https://www.enghien-edingen.be/fr",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8c1f187f656b",
        "url": "https://www.enghien-edingen.be/fr",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "21b953f1554f",
        "url": "https://www.enghien-edingen.be/fr",
        "ruleKey": "rule:aria_complementary_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9d7857c711e8",
        "url": "https://www.enghien-edingen.be/fr",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "97f5130078b8",
        "url": "https://www.enghien-edingen.be/fr",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e69ee2e7ba3c",
        "url": "https://www.enghien-edingen.be/fr",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8d0092dda83a",
        "url": "https://www.enghien-edingen.be/fr",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3388edc46fd7",
        "url": "https://www.enghien-edingen.be/fr",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b53d80e7df2",
        "url": "https://www.enghien-edingen.be/fr",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "46fdbd0ee22b",
        "url": "https://www.enghien-edingen.be/fr",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e1105a525b76",
        "url": "https://www.enghien-edingen.be/fr",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1e6261fd3532",
        "url": "https://www.enghien-edingen.be/fr",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3921940e0f1a",
        "url": "https://www.enghien-edingen.be/fr",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6c4ae8017fdc",
        "url": "https://www.enghien-edingen.be/fr",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d10fb73f95d8",
        "url": "https://www.enghien-edingen.be/fr",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fad0d7dfb969",
        "url": "https://www.enghien-edingen.be/fr",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "639d7f9efb9f",
        "url": "https://www.enghien-edingen.be/fr",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8324a1d7095e",
        "url": "https://www.enghien-edingen.be/fr",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5170ef44bf30",
        "url": "https://www.enghien-edingen.be/fr",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "951793ecf7e2",
        "url": "https://www.enghien-edingen.be/fr",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aacf36727626",
        "url": "https://www.enghien-edingen.be/fr",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f8f78b2d0c88",
        "url": "https://www.enghien-edingen.be/fr",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4caaf35ab6dd",
        "url": "https://www.enghien-edingen.be/fr",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e66ca65544ed",
        "url": "https://www.enghien-edingen.be/fr",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ff605c96028a",
        "url": "https://www.enghien-edingen.be/fr",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "97307b01b7c1",
        "url": "https://www.enghien-edingen.be/fr",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3513a32038a6",
        "url": "https://www.enghien-edingen.be/fr",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eacec222a34d",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:landmark-one-main|light",
        "engine": "axe"
      },
      {
        "fingerprint": "718fb4cbcfb6",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:landmark-one-main|light",
        "engine": "axe"
      },
      {
        "fingerprint": "84495dc443ad",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:landmark-one-main|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d9f693e8537e",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "eb852ac383dd",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "wcag:wcag144|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ade82ce0742a",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "007657a072e6",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6e1131742da8",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "aa851c1219b6",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0bfd83eb1c0f",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e94d9cb95549",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "58e6af0064d1",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5aaf48fe89a4",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b710db755d5b",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "724c6f536e32",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "83300d32ec80",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1aa57a4462a6",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "095d272c9583",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5e0b9c310839",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7871416d4a01",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ddded507b134",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c3d8f52c0f90",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f0a65d38e4aa",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ecf7a5f06978",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "38e5b6964ab1",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "13459e95e97c",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "47aac73e3f29",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2e731578341a",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "975bc4c35304",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d3ab14980587",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ea42b27a5021",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d9ed9a95e187",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "09be6b1c97f7",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8018c98be666",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "16f961bebaa9",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "147755a0291b",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e1ab0b3ad06c",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "351fc51aeea7",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "260d98b6b20a",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cd5ebef92819",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "720edaeaa531",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "53cb36412133",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ac47fcbece2a",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b1c41c01afb1",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "352bdcf4e7c5",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a28afbc6d4c0",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0b2a2dfdf2e5",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7d7922a30a76",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7fc0d7ae574f",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "71f4cdf0f427",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7aa774e9aa14",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "78d08dda3dfc",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "97970510cf7a",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7c336e7db900",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e9cdc73c9338",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4d868a401875",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a3c658a5f5bf",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2f1c6e2fe9db",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0c32dda45b5f",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1e3f337e7d75",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bff9f0e0195e",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "75f0b9316175",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8dc5133b7f85",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9093b66b3f64",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d1a4937b3516",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bf204b6afff6",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a7887a91af88",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "efe8bdb85ab9",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f22886df656c",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8b58abac1d77",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3a8e028166a8",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e7b382dc5b7e",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "00480e8f5afe",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ec8c46bf7112",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4245218397fe",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "62329571b835",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3e024ae2b68f",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0577a40278d5",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:frame_src_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e00ca0aba7a5",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e3d19c1b9289",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:html_lang_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a42277900691",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:html_skipnav_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6d67ecc4e141",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e9e08f6d6874",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:frame_src_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f4abc2cd1c39",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "05a99e778828",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:aria_contentinfo_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "46a5b29f7bc2",
        "url": "https://www.erquelinnes.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "25ee34b3207c",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d02fdabfe960",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3248f7d79166",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6d848cabed17",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9a1c323181bb",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "803f1a196a84",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f8ef587bf8f8",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "85a554621590",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1eab01d742e6",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "714c6939b3e2",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "98667d5f94cd",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "503eda21a169",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9b9fd2a323d7",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9cb192f1134c",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "412e32d92bd1",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8a9cb0de5aa5",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "392543de3e41",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "558c2483f302",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c1cd963d3ecd",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "40acdedd419a",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7ac62c4add44",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3a6242fd94de",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b1ec3140f9e",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6be0baf0c903",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fdda6f6a0f75",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "rule:label_content_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4c0d5bbe4e18",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "77b4ebf27ae6",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "55b66973d3c6",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f748fadaaf04",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "rule:img_alt_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "770813752e9b",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b2610686c095",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "rule:img_alt_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8a6ca30e2704",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "68e461749a69",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "rule:img_alt_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fa79807c4a71",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3e238b45c6f8",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1efa5c2e6b00",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1000d2445e07",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3e00187731f0",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "60fb96dc4575",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "rule:img_alt_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a1a662f00737",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "720eb9e1d8b2",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0af7b2a95e74",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "92ec24c4e64a",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e6f14e15a12c",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "rule:img_alt_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d3486057d862",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "rule:img_alt_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a01ad05356cc",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "rule:img_alt_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "df7c274c3180",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3c7e07e8c624",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6fbddb6d3468",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "70058c37e4e4",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "da6d72162c6d",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7d0cebe6f953",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9ded6d761904",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c15c9f77f42b",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "25410bf8f636",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2d58139b7355",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "10350c4f62c7",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "943f1cd08dbf",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0e3c043423ab",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "73b222032105",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3332ebff5a0e",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "640596defeb6",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "92184a820be8",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "112b703f04fd",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0abcd07afbcc",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "rule:input_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "efd9d1e1cdf6",
        "url": "https://www.estaimpuis.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "08bf0032a133",
        "url": "https://www.estinnes.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "97802ac0e0a8",
        "url": "https://www.estinnes.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "aaa7d435a17f",
        "url": "https://www.estinnes.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "19161ad7ce3c",
        "url": "https://www.estinnes.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3ba16dc1e37b",
        "url": "https://www.estinnes.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "525df9f82552",
        "url": "https://www.estinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "86e8806de3c4",
        "url": "https://www.estinnes.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aec10892d009",
        "url": "https://www.estinnes.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "28fde83c6a11",
        "url": "https://www.estinnes.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e828cc76d629",
        "url": "https://www.estinnes.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "77b85368fe86",
        "url": "https://www.estinnes.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3ddd6e0a8e97",
        "url": "https://www.estinnes.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d2bd66ffb707",
        "url": "https://www.estinnes.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "37c96be01382",
        "url": "https://www.estinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e10537981543",
        "url": "https://www.estinnes.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1c99aa68d577",
        "url": "https://www.estinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a5a59ced4695",
        "url": "https://www.estinnes.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6e9ebe31e835",
        "url": "https://www.estinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dc28f9c97973",
        "url": "https://www.estinnes.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e64b2dca5d4e",
        "url": "https://www.estinnes.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "40856ff9f94e",
        "url": "https://www.estinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4e5f89d76cef",
        "url": "https://www.estinnes.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "887a871d98d6",
        "url": "https://www.estinnes.be/",
        "ruleKey": "rule:aria_complementary_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6cbf9ef13234",
        "url": "https://www.estinnes.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "899b2aeb881e",
        "url": "https://www.estinnes.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d02d12577a26",
        "url": "https://www.estinnes.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "43b9f1e5a96c",
        "url": "https://www.estinnes.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "337ea47b3241",
        "url": "https://www.estinnes.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "08847432916d",
        "url": "https://www.estinnes.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "400769390d3d",
        "url": "https://www.estinnes.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "be5c340b2e28",
        "url": "https://www.estinnes.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "05ea26228ad1",
        "url": "https://www.estinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d7d37f13e621",
        "url": "https://www.estinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2797dbcf82ba",
        "url": "https://www.estinnes.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b067970e7535",
        "url": "https://www.estinnes.be/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ba87d01c7785",
        "url": "https://www.estinnes.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8ee66a235df9",
        "url": "https://www.estinnes.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1b470c88119b",
        "url": "https://www.estinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "43936fb33d2a",
        "url": "https://www.estinnes.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0b2d11963a0b",
        "url": "https://www.estinnes.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "49712b3f5bc0",
        "url": "https://www.estinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7ddc856a6a99",
        "url": "https://www.estinnes.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4f2d8e78519b",
        "url": "https://www.estinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "baf38f019366",
        "url": "https://www.estinnes.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "91db56a0f3dc",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "90e09132127f",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b77b80a12e45",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8a0431ab0113",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e901fc058b26",
        "url": "https://www.farciennes.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1b213cd331bf",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7eddb7133884",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f29b1f4e1964",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b5b460063e08",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3b3c2298d260",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f7468319e247",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f4a869ff52cd",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a17131aa28a7",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "40916c8c0adf",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "54aa62d99c05",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6b1628bd6daf",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3634ed9023c2",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ea10f702b81f",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2d9dbd532a21",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "110ee31bf53b",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "63ca0d469825",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "975d6d431247",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "821d9e1503fa",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "17557d49a186",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1e6e86811837",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "71fd6299514b",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6ca913d8c92d",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3cb140a62a62",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:aria_complementary_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "34522ec95e05",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d5cbd0ef5e5f",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "129b9a59e2c4",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1d057653e26d",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4f1b4afe1679",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b89f465a2595",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dcb802c9b684",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3c45aa8c09bd",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "abda3b3a2aca",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "db698f733bd3",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fbfd019085e7",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c19b9722eac0",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aed6510203da",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1311e1690954",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "39e67b53c301",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "07f6c11a1125",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cbe2d5143b06",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2a348f0fe226",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8257373a7a0b",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7383ad8cd6a5",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "95c0ccca41f8",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a7b6a42c1775",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "23588f2f9a82",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cd5e3f5379bb",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fb8790541f90",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cb420fca5aad",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c665a368bf08",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fbbdcc743d00",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "73f07c9acb4d",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "880338892ee6",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eadd97d5c8e8",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9e0ac8790da4",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6710ae70caeb",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "07714f9ff03d",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bf197da2ac26",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9a6f5d8e55b5",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c2ceca03587f",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4dc42125b209",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "08ba4c595050",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4eb2118e22c5",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "de93f86bcc4f",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ba9dc23d38dc",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "541deb37b9ee",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f6fa9d9f4ae4",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ae123852b852",
        "url": "https://www.farciennes.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c53f965cc4ef",
        "url": "https://fleurus.be/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ac625bc6dbf5",
        "url": "https://fleurus.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b1d3f6050c1a",
        "url": "https://fleurus.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e71300d9e213",
        "url": "https://fleurus.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "dc7d5f72ebe3",
        "url": "https://fleurus.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cddb49100ffd",
        "url": "https://fleurus.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "add0cbc923c8",
        "url": "https://fleurus.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "137919f9ef23",
        "url": "https://fleurus.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5a8b40fa7f4f",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ed1fea956371",
        "url": "https://fleurus.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4d61a2289eed",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:image-redundant-alt|light",
        "engine": "axe"
      },
      {
        "fingerprint": "076c96678de3",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:image-redundant-alt|light",
        "engine": "axe"
      },
      {
        "fingerprint": "dd5b704ac3df",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:image-redundant-alt|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1bada1c543f6",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:image-redundant-alt|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c84dbe557c0c",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:image-redundant-alt|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e8c98ee4d0a1",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "de012b583c1a",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:landmark-one-main|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8dcb30105787",
        "url": "https://fleurus.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9b55ceaaa123",
        "url": "https://fleurus.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fd2214b47f01",
        "url": "https://fleurus.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fed186282666",
        "url": "https://fleurus.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f6bea242c1c3",
        "url": "https://fleurus.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6888092bfb04",
        "url": "https://fleurus.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "273e8a078809",
        "url": "https://fleurus.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "07b0727c7f07",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "329c09e94faf",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b77690bc6220",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a8ce167ef5c6",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6f0ebbfd0ce8",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "611b3112dcfc",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1f90e56f1e85",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "84be93975f10",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c6850104a7d3",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "97f71eb91f2e",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "113838484237",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "81fa40c5610a",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3283efc3e497",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "60a036f304f1",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d2e513a4390c",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3c06f4aaa306",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "317708763606",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "12faa6c6739a",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9bcb5f5e2221",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f407ab17b6e2",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "35ad5b630daf",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "34853426600b",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "757fe553c1b5",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "adc9a571ee4c",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "38adb695543d",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "abbe4e7bb8e9",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b82cede44523",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "168cf7a670b5",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b263a3772117",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3f0ded7d3675",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3420235779d2",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1a03e8e0ca84",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "26c08609e738",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9a87d5324f5b",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "86d51db74942",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "592c7087a24c",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e9ba93bf8e87",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4c931497bb4e",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2c3ee77dc64b",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f6d1de97f201",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a769b8acb0e8",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d9e606339761",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "131070385577",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "36c842f656ee",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:html_skipnav_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f9c19d56946c",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fabe5d81ca91",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ae6631a2d159",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "97d1451e65a5",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_hover_persistent|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "34cc7877e7cc",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "40c2f5d697f4",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f55574051e91",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "649ffc0872db",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d6c83e199315",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4cfb0a443fad",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_background_decorative|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "70c1577ee2c8",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e2a9dd476d1d",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_background_decorative|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e373b64dfd55",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f3596ccce224",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_background_decorative|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "79567090b1b0",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bfbc2e75a36f",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_background_decorative|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bd47fc3c01d7",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6c1a29bcb450",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_background_decorative|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d0cc7402f8da",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3b8524dbc193",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_background_decorative|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4af542129873",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f84388aabd99",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_background_decorative|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f01a7df3293e",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "da11614a83d6",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ad78ba6c607f",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0693a9fa5843",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e7a63e87d671",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7e8428d8d5ce",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0f71dc51b6fc",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fd06ae68a070",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "817788895669",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "967d30fbce3f",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e6d2f818a289",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "11129fb1f19e",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a7b95f15ff70",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e11acb2dd6f9",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "928aa35eefe1",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9fc65305c260",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ece2257b12b1",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6df21d604e26",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "41a235e694b8",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "651c288f8971",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "535f43d84cf5",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e11a36b86e0a",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "79cdb3a14f70",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "db82f349cba0",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e07647d1b770",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6720f73ba08f",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b2dffe5a4a0a",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c36b49d976e4",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cd1ffbc33b2e",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b9247dbe68fe",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "be8f79a267ef",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:aria_child_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2c8e5604b4e1",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f964df6834cf",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "972e00fb7ba7",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "352722b8d59f",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:heading_content_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cef8871a2222",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f138ddc7f046",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "03023317de17",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aa06ee202912",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "193f21cb855d",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9a72ac3622d8",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e93aa0fefae5",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2d1899a179d8",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "353b72b4ac85",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e89b4c26e17f",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f427326afb6c",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c27704f641e4",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "792c680f9024",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "47aa12e52259",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "566da5a618d9",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d1f967f81c3d",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f2e8b0b2350e",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1e5ce54eddc7",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e7b149e3a9f7",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0f421d10341f",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:aria_child_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7bbba22152be",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "be25aa3b736e",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:heading_content_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b7b4d23e6366",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "88062ce8ac1d",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b055b53ea93d",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5246868651e2",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d52e61142665",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2e53ee14c49d",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cc9dd417c1e0",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7ac3461579e7",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1d77193349ad",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a4d5aba4e26e",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "89e46c0b6853",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1a296875f235",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e5eb6dd70c79",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "af4368e3db65",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "76c18116d3af",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "30b5d33a957c",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0f4261626889",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "13ae2927c697",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "356054212939",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c8c50d4c724b",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6d3eacfdcafb",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9755b3590090",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4fcd44d70c47",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "20381cf825a0",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2259ab8369b8",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "69d301364fae",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d2393fe6e15d",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:img_alt_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "377a571b77b2",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b1b94279fcb",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dcccec288814",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:img_alt_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0dd91cbe4dfb",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "466d424b192a",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7b5b1f755e8b",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:img_alt_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1188638ef119",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1b58eff67ffa",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9b9c0ad4f04c",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:img_alt_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5253db980218",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fdb5447258e8",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "40522fdc50a3",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:img_alt_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d70ffd9ed93b",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f1ef013bceab",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5c92049d3933",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9811b080b859",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "529cb9e43b39",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d67165dd72d3",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a8986ada7951",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8540c16a9f08",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c22cbddf7f8e",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0a82097070b1",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3d2a1ba45d00",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4f29951bb3b6",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e52bd341ae56",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b66bb64c6b23",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e5e75ab9ce05",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3c8c5a664f83",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fb59eb6f7f8d",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ad1818bf116e",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a15b8605a417",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "65abf4bd0f0d",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d65b4f2a702f",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1ea9889b1e6b",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f9c0309d4e1a",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a0dcb4ce0154",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6c9642560ec1",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a19362463681",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "375850bcf4f2",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5e5d4a2a24c8",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "80e20871e18c",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aa96fb8d0cbd",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "986a72d85f9c",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e91dd0f9f10b",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "acf33cf9d405",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d13ffd255e4f",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "30149069a9b6",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "549763bf38b1",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:aria_contentinfo_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a195c8cda1ad",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9cfbbb513e32",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:aria_child_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "736d45f79a7d",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "50fa6efc8580",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f6ba8389f31b",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a6525cdc3808",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bfcf717fc007",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "721a68e707c8",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8a5800840054",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f18eeab997fa",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9381d740e11f",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "af0bcfb8f593",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c89b5a2cf84f",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ecce4eb13914",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b984400a8676",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bb2bb6c219db",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cce9450009bc",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "38f7936b668a",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f58c93b07a7f",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5652c9b6b9d8",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "43d496d4bc87",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b8e679da80a5",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ee380d72b37d",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dc2c05db2642",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dc4ed5de4e48",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3ddd713809ca",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "474acd108478",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "52f6f4a85494",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9e55588eb4e9",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6223a1f0d8f6",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "33c9cd174b74",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cc4ae7d9fa4e",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7cd272abc250",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "12534ea6209f",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "94ceaf64a3b2",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "468240ee4197",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "33190681b7f5",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "291338f8dd29",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8de91534d17e",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3b8f9b52a92e",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "206be5ed0afa",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d679c1f3702a",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b597f6358e95",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "152f82153122",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e2bd11330aa3",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "60d311312027",
        "url": "https://fleurus.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c72006ab2119",
        "url": "https://www.flobecq.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "94c36df58721",
        "url": "https://www.flobecq.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d0bb82743d2f",
        "url": "https://www.flobecq.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e2add994426a",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:empty-heading|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7f537e12cf0f",
        "url": "https://www.flobecq.be/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3b438e76f0c2",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:landmark-one-main|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d58359332951",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:landmark-unique|light",
        "engine": "axe"
      },
      {
        "fingerprint": "612325e7b91d",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:landmark-unique|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4b3e3cb77863",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0fe50224e9d9",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e86f8e50c98c",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "69170a27cfe1",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ba5b73e71941",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6dec9700928f",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9788f14c5d03",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1dfb434f4e40",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "41e6527e1c83",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d7496cf5ac3f",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fd75f0be1d60",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "894f1507b9f4",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "58dfd3e98dac",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fa7782b4af96",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a6fb834df351",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "af70169e8391",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "abf20903e6ce",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b7fa6acc22ac",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:aria_navigation_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "30d69211fc9e",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:aria_navigation_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "98d99a4ea70d",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0a8ac3f917c2",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b7f45a41c75d",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b89a0a177085",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:aria_navigation_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "551f651c4667",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b44fb289e7e3",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1ad862bf7bf5",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a24477435ae8",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "18770160dee9",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "42ffc7dcd1ce",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "37c1dfa01759",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "21c3a5cbca85",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9a51cc4061a2",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6cd0ff802a47",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6c7f5a864d94",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6f042887f47b",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "70a6f12fa1f0",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2399afec44ee",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dddf727f9dbd",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "60845b7c514b",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6a28306d837c",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4b5674e290eb",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fad49f3119e3",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c47726aad58f",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c522b0bef496",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0207a5b370f5",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "17041a5a8545",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7f08838aebbd",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c30f115aad05",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4ab0c2db68aa",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a2681f568804",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f7f671f5769b",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6cb00ecc8a6c",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7d90b0187db7",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6da146410c94",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4e20c118a386",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "713c66302f0b",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9b9226147112",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "398fa4ca5d81",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "18bf50dd809b",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4cfbfe78c755",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dee6e87dce0a",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a88ab9be7be5",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4742f69aba91",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d1b8b503dfbe",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "44909075f96a",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "07f73f85c251",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f8343ae48fd2",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "26c13e58003e",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5bcd67e29424",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2ddc82e78a4e",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5f95c5ab6730",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5e127cd899a4",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6109f7736a07",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "44a624084848",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8743fb858f57",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d0eaf00c7e31",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b265e4015a8",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4f3780e13b1e",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c12715c7ed6f",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4b05bbc7ee60",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aa495ddc373c",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0ec0c09c7d30",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7d7396d717ed",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fce914b2dce6",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "12ef607dfa3f",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3aab7c82717a",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d17cf2af77cd",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "10b364666b50",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f0a1dd78131f",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9cccf8c2417a",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "04352bbce16c",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aa82ef91d539",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9a74e5bf753a",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "703215514ef6",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2936b097f5fa",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "608199349948",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8ec398ca8994",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5eadb409b975",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dc6a0a57ec59",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ef7658f5f5a9",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "78d810f07c92",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4821465408b3",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7c00e806b428",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "80b870026df2",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4d8838a3ddd7",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fec93bce27d3",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "37ca9863e17e",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c258a8dfeb37",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f075f4fc3ca0",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0215ca653b5f",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ade931736ec3",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e43c034a943b",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9e2d5a82fb6a",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4657c0510f8c",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e99bf7fad08f",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "86205e580b0d",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4e523e07ede6",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2f18f496c7f2",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "07d21b9c00e9",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "241494d99b87",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0a2f35d0b5ea",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4face4b278f3",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9be93f8b8e3c",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e92c6b932465",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "357d5214e5d9",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "55bd12e17bed",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3dfa531bdc4b",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "57adcb67365f",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "25a245059b50",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "986ade4034d3",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "db6151f29ba9",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "84cd0f8b0812",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "11302f6b9f0c",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9cf4b0527de7",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8b9e1b2e7091",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8f7bb269ea03",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:input_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f9a910e581dc",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7cab0e9fa5ee",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6c192859e1c7",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:aria_navigation_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3c2e6b98e52d",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "224575300cda",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bcf997720da2",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4e754382f74a",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "db202e78e6c5",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ad026c97e570",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "77c417ae7cb2",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b01824e9cc12",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d600c3f3072e",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d4d59078369b",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "edd0480d7e30",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:heading_content_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f14516aca178",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:aria_accessiblename_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d0172ebe7a4e",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e68791bb12b3",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "db09cf38f7fc",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9fbaba7c798d",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e28d8ff0fb23",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "75af74e152fd",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0bdded108629",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4212b5491147",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cea40ee9316f",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "825d053928d3",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:list_markup_review|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9d296050e4ba",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "94a7e8c3c0b7",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a561e215123d",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "175adecf5db1",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e051eaa68542",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c4b65435a4ba",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2a20a9e9a935",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "63a401a0686c",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fe86080486c6",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2758457bb0d0",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "069da7d1f6d5",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e38797b24ff7",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:aria_contentinfo_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "318e3d1ab407",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ecfde849a9dc",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5f60cdd1ed20",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b2fdb7eada25",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1f330f991f01",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e33197a8aca0",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "327fb1d13ec0",
        "url": "https://www.flobecq.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "721aae309a4a",
        "url": "https://www.fontaine-leveque.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "265f2ddab2de",
        "url": "https://www.fontaine-leveque.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b6a5f7ba9d17",
        "url": "https://www.fontaine-leveque.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "dfd1e6bc8ee6",
        "url": "https://www.fontaine-leveque.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "03248a33fb63",
        "url": "https://www.fontaine-leveque.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c5ff43c11de9",
        "url": "https://www.fontaine-leveque.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bcb714d6c645",
        "url": "https://www.fontaine-leveque.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1a6d79abbb3d",
        "url": "https://www.fontaine-leveque.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2dcbfdfc1c38",
        "url": "https://www.fontaine-leveque.be/",
        "ruleKey": "rule:landmark-contentinfo-is-top-level|light",
        "engine": "axe"
      },
      {
        "fingerprint": "238eaf83f268",
        "url": "https://www.fontaine-leveque.be/",
        "ruleKey": "rule:landmark-no-duplicate-contentinfo|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e63d41b4d99e",
        "url": "https://www.fontaine-leveque.be/",
        "ruleKey": "rule:landmark-unique|light",
        "engine": "axe"
      },
      {
        "fingerprint": "413eb9a15326",
        "url": "https://www.fontaine-leveque.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fea02bd1c990",
        "url": "https://www.fontaine-leveque.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f11a31f2155b",
        "url": "https://www.fontaine-leveque.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "723edbeb440c",
        "url": "https://www.fontaine-leveque.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2bc96400da9d",
        "url": "https://www.fontaine-leveque.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d000a76661c4",
        "url": "https://www.fontaine-leveque.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0eafb582d8e3",
        "url": "https://www.fontaine-leveque.be/",
        "ruleKey": "rule:aria_eventhandler_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5ba900573006",
        "url": "https://www.fontaine-leveque.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3cb978a36608",
        "url": "https://www.fontaine-leveque.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "621a5cdade3b",
        "url": "https://www.fontaine-leveque.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9bdd79be6ba3",
        "url": "https://www.fontaine-leveque.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "454294407dd3",
        "url": "https://www.fontaine-leveque.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c2973789b198",
        "url": "https://www.fontaine-leveque.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b751e7106f9",
        "url": "https://www.fontaine-leveque.be/",
        "ruleKey": "rule:list_markup_review|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "81429109b061",
        "url": "https://www.fontaine-leveque.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b364306120ba",
        "url": "https://www.fontaine-leveque.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "286eb014e807",
        "url": "https://www.fontaine-leveque.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "61cbc1703840",
        "url": "https://www.fontaine-leveque.be/",
        "ruleKey": "rule:aria_complementary_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "13541c574677",
        "url": "https://www.fontaine-leveque.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7d9b736ab835",
        "url": "https://www.fontaine-leveque.be/",
        "ruleKey": "rule:aria_contentinfo_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "72ae3cef7db4",
        "url": "https://www.fontaine-leveque.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fa04b2678028",
        "url": "https://www.fontaine-leveque.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a073b649644c",
        "url": "https://www.fontaine-leveque.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5b7f277a4a87",
        "url": "https://www.fontaine-leveque.be/",
        "ruleKey": "rule:aria_contentinfo_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e03a1adea1ce",
        "url": "https://www.frameries.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3aa2ba809171",
        "url": "https://www.frameries.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6e0f15e3895f",
        "url": "https://www.frameries.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9025b9b4418c",
        "url": "https://www.frameries.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0d0d30d29707",
        "url": "https://www.frameries.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "246076817687",
        "url": "https://www.frameries.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "25d5976d5edd",
        "url": "https://www.frameries.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4ebbbbb77e0e",
        "url": "https://www.frameries.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f94bffe5efd2",
        "url": "https://www.frameries.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0a999f2fb8e0",
        "url": "https://www.frameries.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8131207e2e45",
        "url": "https://www.frameries.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c232470a4465",
        "url": "https://www.frameries.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "53a01b5ac3de",
        "url": "https://www.frameries.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c83b1c8a73f1",
        "url": "https://www.frameries.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "05188cd7afdc",
        "url": "https://www.frameries.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "23a02fd5fcdf",
        "url": "https://www.frameries.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "df6eb928e5fa",
        "url": "https://www.frameries.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9f9be7dcdd08",
        "url": "https://www.frameries.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4f4ec8a04d9d",
        "url": "https://www.frameries.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d546892b5780",
        "url": "https://www.frameries.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f3ea490766ed",
        "url": "https://www.frameries.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bde6e104e2e3",
        "url": "https://www.frameries.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "09afb0bccba9",
        "url": "https://www.frameries.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "77fc4be177d9",
        "url": "https://www.frameries.be/",
        "ruleKey": "rule:aria_complementary_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c0280ce2436c",
        "url": "https://www.frameries.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "510bb80f8947",
        "url": "https://www.frameries.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3440497655d6",
        "url": "https://www.frameries.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e50b270342a5",
        "url": "https://www.frameries.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "643a0db1787b",
        "url": "https://www.frameries.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "246db80592b7",
        "url": "https://www.frameries.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b7e72a482493",
        "url": "https://www.frameries.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "916cfca30da6",
        "url": "https://www.frameries.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2e026e6ad24d",
        "url": "https://www.frameries.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "92a2810c3c57",
        "url": "https://www.frameries.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c432e551d53a",
        "url": "https://www.frameries.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "96814552a528",
        "url": "https://www.frameries.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cd4639d63596",
        "url": "https://www.frameries.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c68d7f14cf52",
        "url": "https://www.frameries.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "81d337356799",
        "url": "https://www.frameries.be/",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6a1801064208",
        "url": "https://www.frameries.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "771ca58ade0e",
        "url": "https://www.frameries.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "06432a3ff7e0",
        "url": "https://www.frameries.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "abdda1d5e7b9",
        "url": "https://www.frameries.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9ad62ee521ff",
        "url": "https://www.frameries.be/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8e190664405a",
        "url": "https://www.frameries.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5e756cea9e48",
        "url": "https://www.frameries.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "45b4efb83ed9",
        "url": "https://www.frameries.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8c0df06444cf",
        "url": "https://www.frameries.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "df2966a7d7cd",
        "url": "https://www.frameries.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bbffa0843768",
        "url": "https://www.frameries.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ee595ff5c537",
        "url": "https://www.frameries.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "147dbec90f5b",
        "url": "https://www.frameries.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "47d7fa7ae4c6",
        "url": "https://www.frameries.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "08bcb59837bc",
        "url": "https://www.frameries.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fc04e0a54454",
        "url": "https://www.frameries.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "56ef647c9348",
        "url": "https://www.frameries.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "df60c9438d4f",
        "url": "https://www.frameries.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "724fd3784063",
        "url": "https://www.frameries.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "05fa4b6da6f4",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "54acb71cd3c1",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e79409e81b48",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ecb3cb9cfef7",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0ad6d01d116d",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:landmark-one-main|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5d2c53d62aa1",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:landmark-one-main|light",
        "engine": "axe"
      },
      {
        "fingerprint": "38a37c48b287",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:landmark-one-main|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6966f26e5871",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:landmark-one-main|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5e540c45f7e5",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:landmark-one-main|light",
        "engine": "axe"
      },
      {
        "fingerprint": "348575ce56a0",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "06c063f52abd",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "dd092c603640",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e97c9544f4ee",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "18b76e71127e",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6ef9c726483f",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fc8d14161916",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "030e968bbcb2",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "14729a25bebf",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c6c6ed2a0d1c",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8a3f0bf2a19b",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b40ae2a986b0",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9b9915183f1c",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "27e18043dbdf",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7fc550d0a44a",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d2a45241a3c7",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "52ca35923e4e",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "wcag:wcag144|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0c540522c0c0",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e0e38202c5b2",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d80f98705ec4",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "73e553c0dd43",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "530aede9be40",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6b06aa8a9815",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "89ef7b5f2227",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "26ed6dfef9e8",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "42638d6aff79",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d7206aec8c69",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0d66010699e9",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e02a67afe8fe",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "699f618f1aee",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ff87b42042ed",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a7a5aa21bdc6",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bd22217b113b",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5d933c79d07b",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "785da36dc106",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "014cb23c6457",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "03d7e200e13e",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e1343d2366ac",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "21dd19bd87d2",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3e5071343a01",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4bb94865b279",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "66509b487515",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b0c38850c4ce",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3a57382427f8",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d89730806a3d",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6a4a559c4735",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8b5c5f758e2e",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5d295bac240a",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b91f6e38ecbc",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6adcd04d114e",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "90eff0e1443f",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c9b46ddac82d",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a2973df0a69a",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e433e539c34c",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e73b07c92173",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bbea65dc0d36",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "04654c80e5cf",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f7655a6afad3",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f078315ab621",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "da84a52b02d7",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1bde048555d9",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a3123ffd039c",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "210b1dc75ed2",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7cbdcaa5f93a",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d256f5f9dd45",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "18471b98d118",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c7befda21521",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cb93a550caee",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7f53b6c5a5aa",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "44f5e0130b98",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6d3a88d98c15",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "242f4818af94",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ef373161e59a",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c377a74df85b",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "903dd641fa3f",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "22675d0c7a80",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5ed85ed52c1f",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e8a4f004e3c8",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f98f09479475",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6ee84272a3c4",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b1ed26a96b8b",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "22de1d68d8b0",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:aria_attribute_value_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "35a5d261928c",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "315e8cd37432",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6854a4f8cfb2",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:aria_attribute_value_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "22204f8e3515",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2aabcfd70efe",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e81b92967f93",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:aria_attribute_value_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0a828de4e572",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "25eac564a3d9",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a13d220f3b82",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:aria_attribute_value_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7870ff7e65fe",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ee94fc04f69e",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3650e0392408",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:aria_attribute_value_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "057f3e6d85b8",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aab8ee68554c",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "afcaee9fcf4c",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f7088197833a",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8fdc485bc479",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:heading_content_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ce21069ce855",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "87f519a92117",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "814915243bf3",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5faff74c3924",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3d1889f91364",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "46317328ca4c",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0994498e9751",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a968f08b26e0",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b669d959d895",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "35ac19726d23",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "314938dcfc04",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1e385150895f",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e643204b9cac",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a793d7820c41",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c9c56159e2bb",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fd07b81714d6",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3269a18bd3d2",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6f726e55e188",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c20c92180425",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f595b83a1924",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "90544cde5589",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "62c3d4a8e9da",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "65690c5b6e38",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f69457e19c49",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d4a05c490006",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cf25fc6d25dc",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c1c8b0fa382b",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5e65493d54cd",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7d72626e8847",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b876986847ae",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "080fe8f037fe",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e295f7acf7b0",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0110b204025f",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "355286600d5e",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:frame_src_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0150982aaf65",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c757b33a2586",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:html_lang_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fc8e5bb39d94",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:html_skipnav_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0f4bfaf63817",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9347715d4f0c",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:frame_src_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "32e86038b6f0",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ff129aef1c29",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:aria_complementary_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "40138a5b36bd",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "72008a4fbf8d",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7d71b6412c58",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "068168641ebc",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bb00df97b5a2",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "58caadd04a2f",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d7a6c0a351a1",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6012816c9dbc",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "707685e3f8d8",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "055b6729b2dd",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f021fb48ebfa",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "34e47b1c357e",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3c06c8296774",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "01a71bb810d9",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4391dd28e68f",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6de17887eb26",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f8af0afb2b4c",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "13bdc623a014",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9b952f772b08",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c303c643ff66",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bb5114da5487",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "de84231d5bd1",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "55aa0d01534c",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8278aecb8ee1",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7f2217dd12a4",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "44e08be0b934",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "80631bbfcb9b",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c13743e8076f",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1ec90d07531b",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "68ee19c1160a",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fe7456a20548",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:frame_src_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7a7ccc744f1e",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5d43938c4b8f",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "743b4cec1a9a",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "43e320a6c4cb",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d1aa0a250042",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:frame_src_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5b595c2344c9",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:frame_title_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a2f710a126ec",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8f0f73967526",
        "url": "https://www.frasnes-lez-anvaing.be/",
        "ruleKey": "rule:aria_contentinfo_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "883936bac8b6",
        "url": "https://www.froidchapelle.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3e297834259d",
        "url": "https://www.froidchapelle.be/",
        "ruleKey": "rule:landmark-one-main|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1f18dde8268d",
        "url": "https://www.froidchapelle.be/",
        "ruleKey": "wcag:wcag144|light",
        "engine": "axe"
      },
      {
        "fingerprint": "755895bba3b8",
        "url": "https://www.froidchapelle.be/",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d39b6dd53913",
        "url": "https://www.froidchapelle.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f8039f9c32e0",
        "url": "https://www.froidchapelle.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1edcf37df4ce",
        "url": "https://www.froidchapelle.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f9ecb5e74655",
        "url": "https://www.froidchapelle.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ffb0c8d5db45",
        "url": "https://www.froidchapelle.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "76bae74e6e88",
        "url": "https://www.froidchapelle.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "00b2402eabcc",
        "url": "https://www.froidchapelle.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e03ec02391f6",
        "url": "https://www.froidchapelle.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4e96b823ff4a",
        "url": "https://www.froidchapelle.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b65ca1377d1a",
        "url": "https://www.froidchapelle.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "162f3b923070",
        "url": "https://www.froidchapelle.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ba569b962e8d",
        "url": "https://www.froidchapelle.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5fdab0826530",
        "url": "https://www.froidchapelle.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e6afd8dd3703",
        "url": "https://www.froidchapelle.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "51d0371d650e",
        "url": "https://www.froidchapelle.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3bfd460d0b3c",
        "url": "https://www.froidchapelle.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "12a391f849f4",
        "url": "https://www.froidchapelle.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5eb25ce0dfb4",
        "url": "https://www.froidchapelle.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3278d96b907b",
        "url": "https://www.froidchapelle.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f5cd2875aad7",
        "url": "https://www.froidchapelle.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f5f725b429f6",
        "url": "https://www.froidchapelle.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "821543b99e72",
        "url": "https://www.froidchapelle.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a29e71f9626e",
        "url": "https://www.froidchapelle.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f1f8e2fa2e56",
        "url": "https://www.froidchapelle.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1b8e6e49330a",
        "url": "https://www.froidchapelle.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b3832ae37ee5",
        "url": "https://www.froidchapelle.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1358be27a3eb",
        "url": "https://www.froidchapelle.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d0085ff423d9",
        "url": "https://www.froidchapelle.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "beca3d38493a",
        "url": "https://www.froidchapelle.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3aa2df367f6f",
        "url": "https://www.froidchapelle.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c4caf0857e9c",
        "url": "https://www.froidchapelle.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5c16bb80a5ae",
        "url": "https://www.froidchapelle.be/",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0988909b18b0",
        "url": "https://www.froidchapelle.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5af88497bdf4",
        "url": "https://www.froidchapelle.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4bfdca3d191f",
        "url": "https://www.froidchapelle.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1ee6e465b812",
        "url": "https://www.froidchapelle.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1cadf62a2b4e",
        "url": "https://www.froidchapelle.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "396daf0cdc45",
        "url": "https://www.froidchapelle.be/",
        "ruleKey": "rule:aria_contentinfo_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5e0741434c1a",
        "url": "https://www.froidchapelle.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f5af2135506f",
        "url": "https://www.froidchapelle.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e93133953964",
        "url": "https://www.froidchapelle.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b6e94b5650b9",
        "url": "https://www.gerpinnes.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7a0f3e84707d",
        "url": "https://www.gerpinnes.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a002ab618e41",
        "url": "https://www.gerpinnes.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "35ce9635fbf4",
        "url": "https://www.gerpinnes.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b774ab4331a0",
        "url": "https://www.gerpinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0e769c8fa196",
        "url": "https://www.gerpinnes.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b618e556fb50",
        "url": "https://www.gerpinnes.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "64e5bf1d541a",
        "url": "https://www.gerpinnes.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c953e6afc5ee",
        "url": "https://www.gerpinnes.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fa62dae9a023",
        "url": "https://www.gerpinnes.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3cc173d3a86a",
        "url": "https://www.gerpinnes.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "21b8dce83f6d",
        "url": "https://www.gerpinnes.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1f3ab146270f",
        "url": "https://www.gerpinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ed14818d4a8f",
        "url": "https://www.gerpinnes.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d87477323acc",
        "url": "https://www.gerpinnes.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ec0725e1632d",
        "url": "https://www.gerpinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9e6e2de6d88a",
        "url": "https://www.gerpinnes.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cde39e8c227f",
        "url": "https://www.gerpinnes.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "52db087c3263",
        "url": "https://www.gerpinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e773b51ab59f",
        "url": "https://www.gerpinnes.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5791e9ee15cc",
        "url": "https://www.gerpinnes.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "da8d79ca3fba",
        "url": "https://www.gerpinnes.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c007bd5cac51",
        "url": "https://www.gerpinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ab0527e4c3dc",
        "url": "https://www.gerpinnes.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3a306eefb8b0",
        "url": "https://www.gerpinnes.be/",
        "ruleKey": "rule:aria_complementary_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b6546608647d",
        "url": "https://www.gerpinnes.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "87b617d50860",
        "url": "https://www.gerpinnes.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ee44ba69de92",
        "url": "https://www.gerpinnes.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a1d2d553ab8c",
        "url": "https://www.gerpinnes.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "71de35e1e857",
        "url": "https://www.gerpinnes.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d9bdfc091aa6",
        "url": "https://www.gerpinnes.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fd7a733dd8b9",
        "url": "https://www.gerpinnes.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "56c223915054",
        "url": "https://www.gerpinnes.be/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ce36dd7b98ab",
        "url": "https://www.gerpinnes.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "19e5354cb979",
        "url": "https://www.gerpinnes.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "648155a82582",
        "url": "https://www.gerpinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "642ad48789be",
        "url": "https://www.gerpinnes.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1d46c0c7f053",
        "url": "https://www.gerpinnes.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a480a4cd727d",
        "url": "https://www.gerpinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "81509352c862",
        "url": "https://www.gerpinnes.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "717f29dfe267",
        "url": "https://www.gerpinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ca95b70fd71b",
        "url": "https://www.gerpinnes.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3ef0f4b93727",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6efa9e1c8ff5",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cc65b12820be",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9484d1158877",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c80faae9fc2b",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "daf9e45e6f49",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9fdf1bf95f59",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6d154c54c1d3",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bf4094300ef5",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e3d29e9350d1",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5c098fefae4c",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3c246ed9ac63",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a59b0e7c6628",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ecbb0a4a4ed4",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "795276a71de6",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b29dcbed873a",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fd7a4009ef15",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d7565754797e",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "101d1c0f8f58",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "761deb963366",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f773fd2c9ddd",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "69f37df8bbe8",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f0a26fb096c9",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a54145bcbb02",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2126e342d5af",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "161d27f30eb0",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "wcag:wcag311|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e3820a4cafc6",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7d27f133fb88",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "275e859748a6",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fed53031a060",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "39a3fbf5121c",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9c517cbea28e",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7c1b3d4493de",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0de76bda149b",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f8be34f273b6",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8ea251fc5940",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6a1057299258",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "caa262f4a5ab",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "55332adf9eff",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1f0a84e1c0b2",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d6c6374dfe94",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "774fe8c9e024",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3eda6beb05aa",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:image-redundant-alt|light",
        "engine": "axe"
      },
      {
        "fingerprint": "237b36e71ebe",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:landmark-one-main|light",
        "engine": "axe"
      },
      {
        "fingerprint": "30147b1ce22c",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "157cba3ebc21",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "80daa094d9ce",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a6802154d338",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c80efc261a0a",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "56f4880909f1",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "011ccf84877a",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "dfdc88c689b2",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b756077d1eb7",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7b3750f6c653",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2176af264393",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "385fd87d3319",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7bdc6b5cbb95",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b3f0986ef1bd",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "dab89f259a2b",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "758144eca7fa",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bdc69d5b8227",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8a4b233003fc",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "35de0eea48f3",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4a23e395a36e",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f9db68cc7a2c",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fbc09db3ef95",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1f4f45b6ec5c",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bf383541ad49",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4ed3899d36f4",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "90dbd18f47f8",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7bb9749894e2",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4a4d2830c15e",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8e62fa614ad4",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c27722680c58",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "664adcbc4d6e",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "66c8b53112dd",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c6189ae41bed",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3dcf292f07bb",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ff714fd789aa",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "734695ec1ae2",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cae20d5ef655",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "11f7d2f03bd2",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "783d7ef34a43",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f1b857861f62",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8e968ceffca8",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "002b3f440448",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "86f68f4e625b",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a5f4dbd00f01",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ade01fb00566",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "99b6cc13dadf",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "dc1214148fe6",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8c10b24c9204",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ca6d6226000a",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bc9a42f706df",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "037e1e140a8c",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "73e108c86e80",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:html_lang_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1b4200ce8d0a",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "670a468200a1",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7e6eafcd65e3",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "64bd7f973263",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e13f34e448a5",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:skip_main_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "84046b403a72",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4499b3204a25",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "db6ce7ded060",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8171d2c0d8fb",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5e0cacd1dea6",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a5527c05d0e8",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fa50d3343bcb",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:img_alt_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ebd66df8ee3d",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "82f787be6388",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "124d656c1404",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2e8c66ea16ac",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7b08376eec8a",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fb40a2fe6241",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "11dac2425077",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ba106aade6c0",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d6e5a98e3102",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4384ec73ca04",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "876b46316fbe",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "36a91bfa7257",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2f5904de92b0",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e52128a8af96",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7a9db64c3076",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "05ae65bf4be4",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6c478c7d1caf",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "afc9537b83c1",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9469360de694",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c049f5dc077d",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2aa2aafbead3",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4417c0d1d0d3",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3db33c7a6f23",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3e0ff12699e1",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ff597a262eee",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "774f8f850cee",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8a9aaf8f3cee",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a4cb8e6fcdac",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "133885de1603",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e52afa22d64d",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2cb481906ce5",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a8a0945220d0",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "757c343f8d88",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1c54de705101",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8bfd66dcaa8f",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0637c7489d88",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c872c09c00d8",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a6cce474c22b",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fb17fc2eec6a",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4b41b9f84204",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f449509f66b5",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2ad375562741",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "33acfac791d7",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f22017b79b0e",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "26e7d57d09a3",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9947b7f37735",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6b0a153f1e59",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b48c86c27ad3",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a2e757c7decb",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0a62eb037f3a",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5d84ed7880e9",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2c4f2656a150",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5d70e73743a0",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "539eafff1d93",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0bd93072b3ff",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ef61b1632b40",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3e0419e9e0ee",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3e9c45469e0b",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "015e13bb6e76",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f88f4ad48d4a",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "42c23a4b6483",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "88d91945a368",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d6acf1ddb703",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e11b1ef18e80",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5fee47d90de9",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "47534384e9d4",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b45e2471b1e1",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d520f257227f",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:table_headers_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fe9cce4dfa97",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b3ef6ae726cf",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6a0b020eb137",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "842ac5706b0f",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7bc562c04d6d",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "17f855d777c7",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a626d8dc5a9f",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f47156afb23b",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8d8297889d55",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8247ded5b977",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "948bd85193e9",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8027346af10c",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "64c3c96f8561",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "09f7434f5293",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d4f933338386",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bc16008e5bf2",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "27a4dc0b6e3a",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d51bfc6fc9f3",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8580c27e66d2",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f9758c226db3",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e385e43c9fc1",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "638cf3855eea",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "10218f612f86",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "82a8e44d2780",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "86f01b8de41e",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cdfea1be9112",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "350d50572351",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8ee7325a529b",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d7243998f612",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bf25f4b59a22",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a5a7ffe18508",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "adbf0d4b7805",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7cee2bbf3562",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1dfd76140bd6",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "42ebed776d57",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9268c076c4e8",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5c81f83b0bf9",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "15cae3094f20",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "961d30fd6d90",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4da0c743da06",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f0a02321518b",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "72bf28bbccef",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d12ed47d8f22",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "31f24315b9c8",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "393c1cefce04",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0b713c3fcc9c",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6a2c8b845236",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6fb6dc50fcbe",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e11c527bdbed",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e638bbb83f27",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "846699e8d9d1",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "49b97b04638a",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "283b5807e4a7",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4d895b0e86d2",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6a20ac64a1f9",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bd7bd926da23",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:img_alt_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c64efa1eeb86",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4952107f3232",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a62d47e28a8d",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eac6e94ad894",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cfac6b96102c",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f00a0d9e97c3",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6b24a4ba50b6",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dac08f5c2f07",
        "url": "https://www.ham-sur-heure-nalinnes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "02749415e087",
        "url": "https://www.hensies.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cdb6109b1fab",
        "url": "https://www.hensies.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cb157fb98fc9",
        "url": "https://www.hensies.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "41e24eaf632b",
        "url": "https://www.hensies.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5a27ed1964c6",
        "url": "https://www.hensies.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fc760017b470",
        "url": "https://www.hensies.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e3ca25d4ec76",
        "url": "https://www.hensies.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fcfdf1d7a76d",
        "url": "https://www.hensies.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1c90959f4174",
        "url": "https://www.hensies.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "950ddad5da4d",
        "url": "https://www.hensies.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5b346d4fb7f9",
        "url": "https://www.hensies.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a2dbc21009fa",
        "url": "https://www.hensies.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "afc6ba6a1354",
        "url": "https://www.hensies.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "168b911a8db7",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:landmark-contentinfo-is-top-level|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f8818882ade8",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:landmark-no-duplicate-contentinfo|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fc0c8e09f9b0",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:landmark-unique|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ab34205578a7",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:landmark-unique|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e4a831b2d68a",
        "url": "https://www.hensies.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "dc1d66023562",
        "url": "https://www.hensies.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "47335d5b3cbe",
        "url": "https://www.hensies.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1a99288a3918",
        "url": "https://www.hensies.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f056f49e0cb5",
        "url": "https://www.hensies.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "43a7c3ee0ed4",
        "url": "https://www.hensies.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0a85d81f4384",
        "url": "https://www.hensies.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "98cb54703c43",
        "url": "https://www.hensies.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f69dee8cf832",
        "url": "https://www.hensies.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3b0a3ee2766d",
        "url": "https://www.hensies.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f8271f89753f",
        "url": "https://www.hensies.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b04e2314649e",
        "url": "https://www.hensies.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e8eae8e3e9bc",
        "url": "https://www.hensies.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "510aa313df51",
        "url": "https://www.hensies.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6912d580d079",
        "url": "https://www.hensies.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "df099b376f61",
        "url": "https://www.hensies.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2fd69833092b",
        "url": "https://www.hensies.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8f0426000c11",
        "url": "https://www.hensies.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "de3ae7651896",
        "url": "https://www.hensies.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7640ea40ec12",
        "url": "https://www.hensies.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5075ddb1e827",
        "url": "https://www.hensies.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0d59272b0888",
        "url": "https://www.hensies.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "52feb29073e6",
        "url": "https://www.hensies.be/",
        "ruleKey": "wcag:wcag144|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8a1dfe66b5f8",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "798f574b8814",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d0a572572c55",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8d6b68617baa",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cc10a3ff33bb",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b19fcca7de02",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "20f0955cef74",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "14697f3c3eda",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f7b58a42a1a9",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2f3800d11e37",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9709067f0c71",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ff020a7e628c",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "49fd24bb245a",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b2b019a82666",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1ec524d0901c",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "31c3bbd279bb",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "52d5df027b4c",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3c08cfd0bfaf",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "442719ff6512",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e950c7b063e5",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d3f94cf82de5",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "51db41203d18",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e663ba9bea17",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e2726cf691e9",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d8809a285ff1",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "96851fab3bdc",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7b2142d23438",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d2fe9a0a1976",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eebbd4358c87",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a8f9cddb7428",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eff3bb09ccad",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5b0e1c582202",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bed5c55f90e9",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "72c71eecb966",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9470bc312fd2",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "255bc200bcf3",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fca82e8b01ab",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a9b9df2982cb",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0d42673f6de0",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3b3d2d66a152",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "642c610b10fd",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "76325e246f16",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c937c02359df",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8c0c3d72730e",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "92c950c0004f",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9032f4fed667",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "77e4f88c8420",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "411e0a442cbb",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d533a7503275",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cfcfdae4aae0",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e3a4c8a6c23f",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "269dfcaa9fc2",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8df1d170fcc3",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3722659103fe",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "23ad58b9708e",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "62e5fa4882fd",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b9cdcc31412",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b97c2f91415d",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "feaba5ba05fa",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "37320be61364",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8b30934ee893",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "efccf8405e21",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d13c4ffff1b4",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ed5529251c6e",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d2c4df5a188f",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ffd4ec296e4b",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9d64916e6625",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0610bd8cc4b6",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f7a7bb7ba0d5",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cd3fcf2dca87",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a8be1c26c5a7",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b41b608202b7",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "950b4d8a9cad",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "816c7e4ecff9",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a391e78734d3",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a6d4122436d2",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "88bda149fca6",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "88db2765860f",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "11b68b20411a",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b8c1850207e3",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "06f6d6ef559d",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bf10acd100e5",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e8104c076deb",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4610af8fe090",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "39f106a98cd7",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "07d198d54ccf",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cf5f3aff28ea",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "434d79ae99ef",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "86f3e3e9d98f",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e6cdf07a5c25",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ebda735e3d33",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9d312aa5be9e",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a6df420be7b4",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "df90c25b7fd7",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4d5004102106",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7b2cf4695e83",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c61d422ab66d",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f794283f179d",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "16b440340e65",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7ac0c0b20503",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c14f23292653",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "af973673d2ee",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "806e2c9f818e",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "20948618672b",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4951d1764339",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b75950839350",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "725a4d736999",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bdc1d8486ba4",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8ddbcc99c476",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "506316820e96",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "19cdb5249279",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f028eb9052e5",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "76ef5785e332",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "79a5bac3dcd3",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bc40f2f1f471",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3ba780c72767",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f702f2bdc3c2",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5bc04ca9e494",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "881879b349a5",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b252fd597335",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9a63f163f086",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:aria_contentinfo_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4ea5a01ada7b",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:aria_contentinfo_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "de6d256c33bf",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ab26a24f8d5f",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a04df0a1d285",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "27860d6d9c4a",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3f3a2271e0e7",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3c48d8c078f7",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fe71ebb3994e",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a10921cf382e",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "988eb03281b7",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "986b727e48b8",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1f034b73f26e",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a42059aecdd5",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "82a5e3dbef49",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "61e272f92067",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fff31b13889e",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "66b8931f31ef",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e4c241c248d2",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cd9dbb021a52",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b66d22befd49",
        "url": "https://www.hensies.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "87962909537f",
        "url": "https://www.honnelles.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "396b537b4f99",
        "url": "https://www.honnelles.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8ea5c5fdfb6d",
        "url": "https://www.honnelles.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fe186d128fad",
        "url": "https://www.honnelles.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d42e453f1f56",
        "url": "https://www.honnelles.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "605367fa0334",
        "url": "https://www.honnelles.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9e4478378d75",
        "url": "https://www.honnelles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0caed6907fd3",
        "url": "https://www.honnelles.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6726e149fb45",
        "url": "https://www.honnelles.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d3c9c182344d",
        "url": "https://www.honnelles.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "06fb3f2eba01",
        "url": "https://www.honnelles.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9aabbd882b1f",
        "url": "https://www.honnelles.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c537ad0bb3be",
        "url": "https://www.honnelles.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ed56a9a26f81",
        "url": "https://www.honnelles.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c62054118eab",
        "url": "https://www.honnelles.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c2ff1cb636d7",
        "url": "https://www.honnelles.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "15505f5ecd82",
        "url": "https://www.honnelles.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0c2fb393de69",
        "url": "https://www.honnelles.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7501123a3204",
        "url": "https://www.honnelles.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bcfae239459a",
        "url": "https://www.honnelles.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "83bb0bf69ad8",
        "url": "https://www.honnelles.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7ab0d5174af5",
        "url": "https://www.honnelles.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0ccb49d4a76f",
        "url": "https://www.honnelles.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "706ee65e742b",
        "url": "https://www.honnelles.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b74c53b0f060",
        "url": "https://www.honnelles.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fbc435829152",
        "url": "https://www.honnelles.be/",
        "ruleKey": "rule:aria_complementary_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7b5010e58b81",
        "url": "https://www.honnelles.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4d4626d0373a",
        "url": "https://www.honnelles.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c39ab8a78c5e",
        "url": "https://www.honnelles.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f83ce580494b",
        "url": "https://www.honnelles.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "69a886ad0959",
        "url": "https://www.honnelles.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fa4e6842ddb1",
        "url": "https://www.honnelles.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "593759bd3392",
        "url": "https://www.honnelles.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c2dd04255a11",
        "url": "https://www.honnelles.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e51c5dffe974",
        "url": "https://www.honnelles.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d94a02e1bc25",
        "url": "https://www.honnelles.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0a21ea63b17d",
        "url": "https://www.honnelles.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "82d305b93af6",
        "url": "https://www.honnelles.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aab19c8f39c5",
        "url": "https://www.honnelles.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5993de55bf26",
        "url": "https://www.honnelles.be/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d3f89ca7f7f8",
        "url": "https://www.honnelles.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4d2e932dc82e",
        "url": "https://www.honnelles.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "523cfee2283d",
        "url": "https://www.honnelles.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "136137a3c9d5",
        "url": "https://www.honnelles.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "630388902e2a",
        "url": "https://www.honnelles.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f26ab91877e4",
        "url": "https://www.honnelles.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bced6018bb47",
        "url": "https://www.honnelles.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b202df416ea1",
        "url": "https://www.honnelles.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4611d13615e1",
        "url": "https://www.honnelles.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2cf009688a99",
        "url": "https://www.honnelles.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "30e4809c65d5",
        "url": "https://www.honnelles.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "13a397096f1e",
        "url": "https://www.jurbise.be/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "db69305b9570",
        "url": "https://www.jurbise.be/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "51a616185fa6",
        "url": "https://www.jurbise.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c6dea8b95438",
        "url": "https://www.jurbise.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "541dae04a3f0",
        "url": "https://www.jurbise.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bfe7d4af5aac",
        "url": "https://www.jurbise.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "97bca65fdfe6",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:landmark-one-main|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c768c7268dad",
        "url": "https://www.jurbise.be/",
        "ruleKey": "wcag:wcag144|light",
        "engine": "axe"
      },
      {
        "fingerprint": "beb6ded70532",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "879fa480bfee",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bc97c21a4e76",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a26ceac7dafe",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "08a179c9dd14",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "704d7e707958",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4b9593ef1c25",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "dc853cacbdbd",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3756968c968e",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ddd246932b34",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "aadbe0669435",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "464f4330afd7",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5f9a5d59c4ac",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fd74296d28c6",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "624f1d616016",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4461e44cce05",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1f3abf430044",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "81a5420777aa",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1a4393415ddf",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f367da2bb555",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6ba5d32cb4ce",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b78cd337888b",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1f46608acecc",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c0aeb08fb7d3",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f9b0276c01d5",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "041cba18a9cc",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3453e8554841",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d763c9a5dc1c",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f4024384c1a6",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8289f29f9daa",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c35832cc45ae",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c81b46244280",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "05e803bac5a8",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4d3b9b53a0bf",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c9fcadeab9ed",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ca22fd2f4a04",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fbbc79023de2",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1f761eb0e95d",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "830b82f54259",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e6b9c9276f1e",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a80c1a9c16ee",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "26c6d07a56e1",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a86790012002",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3aebe2312243",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "97c56ffcf56a",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "115b2f2cb382",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "549c7ab78cb8",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6dc3426e1bdf",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fe13361e121e",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4f60ca301efa",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "81f12a5ae8a3",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "74bd00542333",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "730f22254eb1",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e0373fcef074",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "86329edc5a5d",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5b339adabc4c",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b89cc102bfdf",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "907fca0617dc",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5bb7e081b63f",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9d7ba6414428",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "242c605da53a",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cdfdfcfba1cb",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "70fcdac60257",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6249a560fac0",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d20e3f710143",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "18c3fa00a950",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:heading_content_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "42e3c996b67e",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f914036e8bae",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ac3012f24450",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0386eab2edbb",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4100ddfecee8",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c6c40cd4495f",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a7b8f97ffd2c",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "136336aa9b20",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "03e2258d412f",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "66aa6ffc79e4",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1d178097c92f",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0d2b7da5f9fd",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9470310c2e6d",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "23446c2b015b",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "311c3a8781c4",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f4a8ebb859cd",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "60f96b001258",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9087b9b795a9",
        "url": "https://www.jurbise.be/",
        "ruleKey": "rule:aria_contentinfo_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4e8e15dd5b3d",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b28b2288c858",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a7cdd3ace207",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9c498b21f7fb",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "84699e0700a3",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f6256c5ca39c",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f07fb5d244d3",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9784f8d5d64b",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cf8694ea9028",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "15ddd026810d",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "da7d7f660027",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1249ebeaf4ad",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "abdd9c690e13",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c3343f5f1581",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9c939e2d4f67",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2115359feab7",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "36ea47ab57f6",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c2750b278db5",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "218483f38fc2",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b8c94dd50a0b",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:aria_complementary_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9aa8e342feaa",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c3d6c05fc621",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9d8e875e84ff",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "47375dbda372",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ae84247cab99",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "45abdb79be7b",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e6a7f25ce0e6",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c1dc716457ec",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a36aa1514803",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e6401c92ac59",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "be2eac240719",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "56eed0edc899",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a82fa08a6ce1",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5fdfdad077f6",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6ef3b38973b3",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "33cf5295801e",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8251cdfefb37",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3dcce1ff5b0f",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5628cfec25a5",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c0c2fe509f3e",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "688096464509",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2246aea7bf3e",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "683228d99420",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2ec5da840970",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cbb90cba0f25",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2a79108c88dc",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "74453971c570",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "da5241e74899",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7fc42ee4b6dd",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cd7bae6dddd6",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5431e9427b7b",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e95cb146acd9",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f1988391287d",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "95eb06e51684",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c30ffcd04345",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bebd70a1de00",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "97c0b283ed7b",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fc0713133599",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "357186ffe51a",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b5a174ad6bcd",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f52f7ff0b54e",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "535afbf67c00",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cf45013c3674",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ea118ff99565",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2ab0a6506e4d",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f0194ed64106",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b8650a726f9b",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "958db72a5479",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "603fe912d9d4",
        "url": "https://www.lalouviere.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cafb1f92a45a",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "701b940834b1",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:empty-heading|light",
        "engine": "axe"
      },
      {
        "fingerprint": "26c236bf2897",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:landmark-one-main|light",
        "engine": "axe"
      },
      {
        "fingerprint": "789d27d14890",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2f125d91b382",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "37155f467db6",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cef6ca601839",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d8f9597fe53d",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "wcag:wcag144|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e6d05e29e9f1",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ddbe4d2c1e0c",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "00f70339b079",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1a27b024453b",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "726761315a8d",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "244a857cbc40",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "00d512fe8d53",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "37feb6e78a15",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5e57bd69a5a4",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "083c59fb2363",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b549b6970f1e",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1015a39e018e",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a6f0c2d42d95",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d46599f831cd",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "aa0875b123d6",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "270f4ae5a4c9",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7717e55987ea",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d632fbca47ca",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0ddf548cf381",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "29a6e985c911",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ed1e0de14e5d",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "17f4265d84d8",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "258db1ae75bb",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "472158f6d61d",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "67fc1abdce4c",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8f96c3357b51",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3d3ac345ffed",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e85b8653917b",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2117c599206b",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d6d4dfd65827",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7178a46c4317",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dd813232c972",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8c52d7d36fac",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "00c3469b5fc8",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4a01e62111e4",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3c92353de01b",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "33857cd8490b",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fe82f015c884",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b0e34f296222",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f927faeb7b42",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a2237d2bc046",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bf582b1e8ad9",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5abe8d064806",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "067456f48cb4",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1a406809e881",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f469c63bc434",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8d6098553402",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:heading_content_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ac8a179f7720",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2217606e02a7",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3388d5c88d67",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1f07a0c56947",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6eda34831ade",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dcd7eb3f335c",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1f1de494d9ac",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6268b61661bc",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2de0fc065bb7",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0bf6ed597843",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "517f11f9876e",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "81386d28bd77",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "858d796ef73b",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dc7f087596a3",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d5f8b56e416a",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3e79a3049e66",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7218fe4f544d",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "14445ae58ee1",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7bf9b3991d83",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:aria_keyboard_handler_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a3502f23bf8b",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "60d5b529e91d",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8d635957da92",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5bde06964c2e",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5110b00d24ea",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eccec2f8651c",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6ee8cdc65cde",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d80cdbf0938d",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d9707d93c017",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "42459b3f87f7",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c813633989dd",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ad3ff011cc4d",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8e8f48f6c2b7",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "49349b8362d1",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bfbaad697f39",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3fd8aa1bc9a7",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f7598b15bfa0",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "45a3657fffa1",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "96d189b6366e",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f085d85beab7",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:aria_contentinfo_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fe33a15876da",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:heading_content_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cf2882dce1b5",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:aria_accessiblename_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "233a2b75e4ed",
        "url": "https://www.leroeulx.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dafefd44f307",
        "url": "https://www.lens.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cc2aa8d00e48",
        "url": "https://www.lens.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "614908668080",
        "url": "https://www.lens.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5809c2f04ce6",
        "url": "https://www.lens.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "43046dc11435",
        "url": "https://www.lens.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6796cfab1d10",
        "url": "https://www.lens.be/",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a22ddec881a8",
        "url": "https://www.lens.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ea39b49a3c88",
        "url": "https://www.lens.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "16c70da23735",
        "url": "https://www.lens.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "be7b71798ff2",
        "url": "https://www.lens.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "05a1524499f1",
        "url": "https://www.lens.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a146453caa42",
        "url": "https://www.lens.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4c074e8eed16",
        "url": "https://www.lens.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "713cd5801ebe",
        "url": "https://www.lens.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "820349f4d476",
        "url": "https://www.lens.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "62fe3842e38c",
        "url": "https://www.lens.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ece42318d2fc",
        "url": "https://www.lens.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "afc6dc51091a",
        "url": "https://www.lens.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5c99eb6f0e58",
        "url": "https://www.lens.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a83a612a457d",
        "url": "https://www.lens.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "73d904c16610",
        "url": "https://www.lens.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b343c73f0e39",
        "url": "https://www.lens.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "718cd82927fc",
        "url": "https://www.lens.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cd98e710b1b6",
        "url": "https://www.lens.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ae5c4b97dd2e",
        "url": "https://www.lens.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ba7c16645516",
        "url": "https://www.lens.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4afd64071eaa",
        "url": "https://www.lens.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "774a574a3e5f",
        "url": "https://www.lens.be/",
        "ruleKey": "rule:aria_complementary_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6c56e205dbcd",
        "url": "https://www.lens.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "562717b8d6af",
        "url": "https://www.lens.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "69df2402eddb",
        "url": "https://www.lens.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a97de2042a15",
        "url": "https://www.lens.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6ae1d1cb2e4f",
        "url": "https://www.lens.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "74c70baac15d",
        "url": "https://www.lens.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "04cf02a659d0",
        "url": "https://www.lens.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "26ea47ecfa9c",
        "url": "https://www.lens.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "815190f1927c",
        "url": "https://www.lens.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4ece6031399c",
        "url": "https://www.lens.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ba79eb98dda7",
        "url": "https://www.lens.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8482af6bad57",
        "url": "https://www.lens.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "da118ebee495",
        "url": "https://www.lens.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "df5a7cb230db",
        "url": "https://www.lens.be/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3910be04e997",
        "url": "https://www.lens.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c61f198780c8",
        "url": "https://www.lens.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3759c61e841f",
        "url": "https://www.lens.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a1d37733c7e8",
        "url": "https://www.lens.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f646104ca1f6",
        "url": "https://www.lens.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e829acc068b7",
        "url": "https://www.lens.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dfe9b14d14f8",
        "url": "https://www.lens.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e205e2d7c3bc",
        "url": "https://www.lens.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d25e5e09eed6",
        "url": "https://www.lens.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4800032c36a0",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:landmark-one-main|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c18c417f0844",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ccd04096f59d",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8d00ca60bd53",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "wcag:wcag144|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2764e0051d58",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6052c514eb3f",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "79ce7efa7c1f",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b6cf82586755",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "933b6843a79c",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0bc52e3c93ca",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "42af2669b497",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cb0110daa639",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8f11ae2f3ea0",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9b5a7b6f31f3",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f1cec9489e8f",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2f0b2cbfaa84",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3cf57c8cbbd6",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "97c0df9d0154",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9ab733e544e9",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "128b89be5789",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "80c29a4a9249",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "264a84ec63fc",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7077f773561d",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "266072c36544",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "703aeabae7ea",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "15b4dc9f4c92",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5d88c0b63d34",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ecde5c828bdf",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f2eb306fffb9",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5499b6b27651",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "53c7e6e3eaa3",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c2d7aebbf317",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "27d7c12018a5",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7d5c8130d4c2",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "843085a45196",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "10314907da56",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "da423ff6d5e6",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b118b0d118c3",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d6587c11415a",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e25592237bb7",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ea80c5a7b4c1",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6de619afaf4a",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ac88b7ba1f49",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "061420357518",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ce2e0e4c0f84",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1b4af97c7360",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d9eb35ce7e1c",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a1f42f18f1d1",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4c17c655efa7",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5c77a0ff3866",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "12e05d7b5a8a",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "50a5c97b6e55",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0215e89b025c",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:heading_content_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "812acc856ded",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "73c88bd0d98b",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "244985098f80",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4986fb7f9750",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0a6f9a02792b",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6cbedc547d32",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eb99dc25b645",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1a86245bb11e",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f62d0019b35e",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "597de24edb6b",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b68d0c1f5326",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7e18203fd425",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c1ce6aabc88e",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bfff55b72c53",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:aria_keyboard_handler_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8a47c3bec1af",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1b87fa70d8ac",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9f9ed748f4f0",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "06f623af5b1b",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1b1917d75156",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "514bb66ed590",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0828e0e49c3d",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "203f3a66fa5d",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dd64d3bdcf12",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a06b53abffdd",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b3d449e708e9",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ada567b34e44",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "29e2d51a4579",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bf153494ebeb",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "63e152d42fc2",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6b1edbfbcf86",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:aria_contentinfo_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "389b52094bb6",
        "url": "https://www.les-bons-villers.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3b5ae2b4af10",
        "url": "https://www.lessines.be/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "dda577964f7c",
        "url": "https://www.lessines.be/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6388e627e19f",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:landmark-one-main|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8e9e8967c366",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:landmark-one-main|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b0fa1415f801",
        "url": "https://www.lessines.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "24e91ad93701",
        "url": "https://www.lessines.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "96fa1eafa62a",
        "url": "https://www.lessines.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bcb6ae81ff6b",
        "url": "https://www.lessines.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "748fedf50051",
        "url": "https://www.lessines.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3d40e72bf83b",
        "url": "https://www.lessines.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a3466f49d699",
        "url": "https://www.lessines.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6438d087a1cb",
        "url": "https://www.lessines.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "471ba60783aa",
        "url": "https://www.lessines.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "460b13aab863",
        "url": "https://www.lessines.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2d0304db04b4",
        "url": "https://www.lessines.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "31bb806c0673",
        "url": "https://www.lessines.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d09a3c137c4e",
        "url": "https://www.lessines.be/",
        "ruleKey": "wcag:wcag144|light",
        "engine": "axe"
      },
      {
        "fingerprint": "32a288bd4eed",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "65df1604a805",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9bfe23229a91",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "88547af1eed0",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "609270ca0f2e",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c6c0e898a450",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3b823980e858",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "17a0fc18fd36",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0c37064875c5",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d26a4ebd1d7d",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0421d8c54283",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "48af22dbb339",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4c7e691e367c",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4d98c1d17f5d",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bd09eb661350",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "36ca15e14626",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c32153823272",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1f9c1c756d5b",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e4443d3d9cc4",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1b3010f3ef67",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "290e1d705195",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7984eadf22cf",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d6a70aa4a6a5",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6d64c22b22c4",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7edd175641fa",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4084e270a6c4",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9c6601127450",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "946a6e8a8d5b",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "33b5873b68d3",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "34335b2f8336",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c338738b8525",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a3e0e2556c42",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ab3f3b7749f7",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8c36359ac8b1",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8b20cc1d86bf",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "639b723f7c77",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4e0816d01389",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1c4cb96bfa08",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9c0db4a62e99",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8328bccb98ad",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a521934aa66d",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4fd12f83ff61",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f9391c1a9915",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1a53b38e34d3",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3ea5efc1d331",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7f9e5fd5f42f",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2aa7b1af1546",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:style_background_decorative|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fefd472a757c",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "205156b7946d",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "db4d8c29836b",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dcdc1ac36351",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f68c9e40d21e",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5dbcf695b9b7",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a77d756bfb5c",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "658f04194e72",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7350ea90dbc5",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7a2ee87f34af",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3e8fca7661ae",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1446ff2c8c57",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:aria_attribute_value_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "274457cabfd0",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "90a09182c687",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:aria_attribute_value_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d17eaad4a804",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3c4b4f4d3d3a",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:aria_attribute_value_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "90121af04c76",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8fc0ad71630b",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:aria_attribute_value_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fb857fe0fa95",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b917c92f191",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "23d09e1ecb61",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8f7b343e3fad",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bd395950c4fd",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "769a4b821bf8",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:heading_content_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "22d4dd1ee52b",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "849914b25667",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6987d6801010",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "040585d7ba61",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9fc9dc6223da",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dec748a989da",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "159a97b704ff",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a2551018a1d5",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e927b00a05cb",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0c6aaf4fc883",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7e1d884ddd71",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ebc1f12297c0",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c8cd7eff1a08",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b91066addea2",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "84d2a64514d1",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d06fd45ad75b",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a762a6b9906e",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "220bd6090013",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7e49cf63bab9",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a57737cd425f",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bbd4f6623af8",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0376327d958e",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9484c2ffc04f",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f2392571aeab",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bf0afab33f99",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fc14cd9aa827",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "32304b7303cd",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "60169b4ddbbf",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "427382e974bf",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "98bb05923766",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ce6d71b90a79",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "19be598ec096",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "90948aac4f83",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "90387d725381",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fba05866653f",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "598b09541a37",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c91573e5875b",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b17deeb29861",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "463bd581e33c",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ada033715036",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d11947a8856f",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b1db64c887a5",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b3972d84a0e8",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a49d280bb09c",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9de25f9d8a25",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ccbe59715b29",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "327dcedde52c",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c32f83e760ff",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9d0d1c2846a0",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "523073f5f9b9",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "df8d79f22d17",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "34cc4b88d483",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "200919eb6523",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cdfc512ea2f7",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "90a880717503",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "abc76972313c",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b8fc07ced514",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e080092e5c6e",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fc96f3e6047a",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0d1d200ee6b2",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d0c914c2cc3e",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d2eb93862766",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cad19c033093",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "014905511437",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "36d19de53706",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9f675f51877d",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "db45d92fe7d0",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3c07f8805c9b",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "51c0ebc981ca",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "47bc681fd702",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f9bb1a9a1b82",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bd0ed7931c64",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b5ae1064e7f4",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3177da1a7373",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6051d3b09462",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "38890256a982",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f79e875a7627",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "31e2506fd4c4",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "166bc739c5ee",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a422d5d8cb05",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "256c4e7e9a30",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "da79eb35ebb4",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f54ae2e00d91",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d1d27dae21ae",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6af8f4f701ae",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0ed257e92c57",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f822f523ba0a",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4f99b53a2900",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b07443b94999",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1f99f55c0cd4",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e0dca1783443",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:aria_contentinfo_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "64044000fba2",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a3bb79b9f60d",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a2a06d4c12a9",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:html_lang_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1409ffb0a8dc",
        "url": "https://www.lessines.be/",
        "ruleKey": "rule:html_skipnav_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a1415c539cd9",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8a4ea38fbfef",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b73368288b7c",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "64a2170dffd7",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f6c18af5a003",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1d72b01316e8",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1f67278e1325",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6ef325f912e9",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "87b1d7feaef0",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2485b09cc2df",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:landmark-no-duplicate-banner|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d4eaee6e5f59",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:landmark-one-main|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f6e1420521b0",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:landmark-unique|light",
        "engine": "axe"
      },
      {
        "fingerprint": "566e3e485842",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:landmark-unique|light",
        "engine": "axe"
      },
      {
        "fingerprint": "844ad657a392",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "71cb16825f27",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c595a7997747",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "100c55222e25",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "80f4dd394c3a",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b7749068f7db",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0907a9632926",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1d3099ec7c4e",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7f1ea4838004",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0ac8e23d0d85",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e2d44f9c9cc1",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c6bec661dd20",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "893c00eb8578",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3c63659ea757",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "37b28247f257",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "69c5ebe473d5",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a2953c04aa52",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b295365ab514",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "876b01f4b5e2",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "18aeb9bca1f0",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f109ca1ae5d0",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "94113e3874da",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:aria_banner_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "315b3a5754ed",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "08607bdaa2df",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ac3192423f33",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "019f7089c822",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b1fe298cf65d",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:aria_navigation_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "32ad3943331d",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1d4a505b35e8",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "457093d3ca79",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "353f9c88b695",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d5d4f1e43e46",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9698639220fb",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "081a4fc2bde8",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "41a4c0ffb6dc",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4d30defc1b08",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "97706d5e8e17",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7923f4fb0abe",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fa1474d6bb83",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "75c787fa9997",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8f29badb0478",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b507f6b5c87e",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d98f2b093a51",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6c38df7f70e1",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "46f36781bfc7",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "01afdc8537ad",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d6962586a1f9",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8090d1eed1bf",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:aria_navigation_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e97a3317f1d8",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0c041ba56e16",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:input_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0efa03d4b74f",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aa7e2a91cd48",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7375cab03a03",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c213edfa7b31",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c5d706972867",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:aria_navigation_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "31892955fc3c",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2044a0cebba3",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6840bb39fa79",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7c99c805e7db",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a8e55af2564b",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4ead5c50a329",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "09355a96363c",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "40e83092094b",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8b2baa2a69da",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7cd1668fb8b3",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9ff5c062cd62",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5998644b1fea",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "69a3359f43db",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f926f8c2b03a",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d98317ad05ca",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fa9b3fbe194c",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "db16b2af54ac",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9e9cf9e50843",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "93cc85294868",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "97540b57953c",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "91d20ad5f5ca",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ea6da00ed7cb",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fd21bd4ad9bf",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "daf344bf8ec5",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fc633594c760",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1c595a00782d",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c2ec876787eb",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6dc331ba79e8",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "34be83b0b7c1",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1ff72431ac26",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d97b185a0aff",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a340cad344a6",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1fecb91ef32f",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7b2128ef05de",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9e8b9234e5eb",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c8c42128bff6",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "453d3149ecec",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "145daae25533",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d849abf405db",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ccccca69162f",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4564e6ae9194",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fb8b78cd5e25",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ab18f799f20e",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d3c8895e8ac7",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3e48b0000182",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "287bd63621c0",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "79676bc4895c",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1ce658545aeb",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f853e312cb9a",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bfdb4722870a",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2489f86aec32",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6106d39e575e",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1ac2481cca56",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d054759c1a84",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "786563189cf5",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4c2eea7b5c07",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c07305442b87",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "885dd7f019cd",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4a2a70bad283",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d6e7e21bce1a",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0e41d30e3b40",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6cfb24f0d4e0",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d1585b914f77",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9342ddea6902",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dabfe7a5ffa6",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9b964fec68e8",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "126348745d10",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "60b9db937a72",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f6c1bfa60b23",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "738876e8456b",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b09ea74acacd",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "011695b40ccf",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d714a3a4c35c",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "79ff6c285127",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1b77d7fb930f",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7dc4941dca0a",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4ac07298552e",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9b2fc3fc26a6",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e7a77f290f3d",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f6f72104baa1",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fb9b3bf1f540",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ceb2bbff847c",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f6d7defe898f",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4c57e1f59f16",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9b6cd3db048b",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "11b5194edba5",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "41339800b936",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "549182474825",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "05cd5ed2ef1f",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "02b0d357ffde",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f90a4984eda8",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "10ca768827e4",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a7b6450a0d8a",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6902add208f5",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "78690b058813",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2432b8309e07",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "74f07e97cf2c",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f34c2cebce74",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2515a60bcd7d",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "72fa92ebe49d",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b6259bf7f70c",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e1b5e7e53e86",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9af1f1ef31af",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b6132be27df",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3a2dc10ab502",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c1d23b8a48d2",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f3ab52c668fd",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fb8359809ec1",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1a3e508b25b4",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4c7459b33e78",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e7789325a3a7",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "895136e1809c",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "70aad404ed1d",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d7026906835c",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b2c5587692aa",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0b45c8532e62",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d86e225452e0",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6baab740f715",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6aa42e0f10c6",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f0a8c5c98053",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0d8d20e46d9f",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d31ea436662b",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6bb114c2bb0f",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "627f30b6cb5b",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2a239adc297f",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fef62667cad8",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6a24425b86b8",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f45a3c5fab35",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e47e73f0ac74",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0d0a7a2bba48",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "442949493058",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "09660a1d6def",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f39b4633463d",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "45cecbf13e5b",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e51e1ef47b44",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7b14a1839cb5",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "559a7a097607",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d1922f8fa2c1",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:heading_content_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d661b986032c",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c91b91e142be",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6aeac0c79487",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "230a5610817b",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b346a13d244a",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b33ba168b207",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "317f90265e89",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c69745d6ee72",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ed9e1150fb24",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bda5e34797e6",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:aria_navigation_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ae422c8efb89",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6ec6de352c48",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "06ee0ab95bbe",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "269689d35c90",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f11a8008bba4",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "967c7e0430ac",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cc357183816a",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "afc8fa141070",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5a9a4cac94e3",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2d5a90f261d4",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "70670b3e8ed8",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:aria_navigation_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "36c7cd1e9c90",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "60759eb25b9b",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b600ef31f2bd",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "066cf46d023d",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1c6eb57c4ebd",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2975d1b1bfc6",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5c39d1497b4e",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e17b49d13352",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "723a5a16ef6f",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "33beaa3859b2",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7242e978fdcd",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c4e30d49b17c",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:img_alt_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7c2654971f59",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "07d0e236b04d",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9c3dd2ac3dee",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cfb0d3f6f49d",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "257d4a80f85d",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5b6081d6fce5",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8a8074e76875",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "617f5972c2c4",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "92c60dac4579",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4f7a06f25c5c",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1db8984cf847",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "badefe4a8d4e",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "272b338729c0",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "47f020cf36f0",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2d2f3065dfbd",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fa97cb70a6d0",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0afa1c1a1cce",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:aria_contentinfo_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bd47b0a31a71",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a2912398b532",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dbf66d6ca7f0",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6a04ad6c3800",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "99d03effe3b4",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6e740fa95a60",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "43884e4d2d88",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:aria_navigation_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1948d9262dcc",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:aria_banner_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2c2c932ee3ab",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dc02a49fc593",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7a5f093c2236",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1c4ef40a5a4c",
        "url": "https://www.leuze-en-hainaut.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8d7998fa2047",
        "url": "https://www.lobbes.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "17970f789702",
        "url": "https://www.lobbes.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "990972a5c8fc",
        "url": "https://www.lobbes.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a47107cbb2b2",
        "url": "https://www.lobbes.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c901fed89bdd",
        "url": "https://www.lobbes.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "18c6ed1c8718",
        "url": "https://www.lobbes.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "48e4211a1a2d",
        "url": "https://www.lobbes.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f3c3f78391dc",
        "url": "https://www.lobbes.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "81dec3adf8d2",
        "url": "https://www.lobbes.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fec05dc51952",
        "url": "https://www.lobbes.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dacdeaff673a",
        "url": "https://www.lobbes.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "be6b147c2ff2",
        "url": "https://www.lobbes.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cf26c7bffd48",
        "url": "https://www.lobbes.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fc7463cb14f5",
        "url": "https://www.lobbes.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "848f812517fa",
        "url": "https://www.lobbes.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1b153b48addc",
        "url": "https://www.lobbes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "79436b25d6c5",
        "url": "https://www.lobbes.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "574c246849c7",
        "url": "https://www.lobbes.be/",
        "ruleKey": "rule:aria_complementary_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cf75d6ff6c0d",
        "url": "https://www.lobbes.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "44069c5a826e",
        "url": "https://www.lobbes.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "19ab8889f494",
        "url": "https://www.lobbes.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2cbc46f7d068",
        "url": "https://www.lobbes.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7ed971e010a3",
        "url": "https://www.lobbes.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b7af6ac5f0ea",
        "url": "https://www.lobbes.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ce60d651f0da",
        "url": "https://www.lobbes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a9b5dca587a0",
        "url": "https://www.lobbes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4ade09f07e0b",
        "url": "https://www.lobbes.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3f07cc49417e",
        "url": "https://www.lobbes.be/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9a30f2c2e5d1",
        "url": "https://www.lobbes.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ef1df5c83a57",
        "url": "https://www.lobbes.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f5bbf01c0dc3",
        "url": "https://www.lobbes.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "393e8aec9b7d",
        "url": "https://www.lobbes.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b489e7cc217",
        "url": "https://www.lobbes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9ff6151c2ed1",
        "url": "https://www.lobbes.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "20ae3049e171",
        "url": "https://www.lobbes.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d4ee4e7fb3f3",
        "url": "https://www.lobbes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ee8eba135612",
        "url": "https://www.lobbes.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "531f036183c6",
        "url": "https://www.lobbes.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "72690a23b09a",
        "url": "https://www.lobbes.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c33cc1825985",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "200a3e8ebb32",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7c8c9382d4a9",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7ca0251f07d1",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7124ff0bb831",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cafc691525da",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8619d3c25f5a",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b83322a8f834",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "530ab00cf92d",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4bdd2a1d98be",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8b29b10d5f2c",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "eda8a37f76e6",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5ec9f2fda639",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b3f6ad08aea4",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d73f09f6c644",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f08d02ba53fb",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fa56da6bee0c",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d841865c0490",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b6146817ae54",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e394ed5f082a",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e9fb746e499c",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2ef5cd02639b",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3b7a8a1d42e8",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9c20ad09d209",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "53d89df43a2a",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1ec9820ef211",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9438355eb66f",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "418e342b3cb1",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f1d37997db8f",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "91be57f5c0ff",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "21747afd9e49",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6d98b39fedf9",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1b0247f59447",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ecae5e68d560",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:aria_complementary_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1c8556c3c9bf",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "640471d37f47",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "63d5d1f5d8ae",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ac4de106d665",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "47cb4d936263",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e54ac82819ec",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4199cb42f7ef",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e53681179b23",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1dda1717a0af",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "62579b4a6881",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "625c1ae9acf3",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "88490562f6d0",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "18e6953bb89b",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d31c32bb6810",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1458429a24cb",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "de368c314e95",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fd4a1f465f00",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6d6f6912eabe",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f88e83ed0c95",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9000ed6da1ca",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "787a20477c11",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9b88fdcc1272",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d2a449671ea4",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8b90474206c3",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3bbc45a0ad98",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fc028cb668de",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "42afaa8603ae",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8ded2df82787",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9460da21fb08",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eb210708fced",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b4d41baa503b",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a7c0ffdd19b1",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2601d7fe525e",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "53f6b59df76d",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9d47438c9ae7",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ad1ecc422334",
        "url": "https://www.manage-commune.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e60f1394501b",
        "url": "https://www.merbeslechateau.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "503d81e86f86",
        "url": "https://www.merbeslechateau.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8367794875ee",
        "url": "https://www.merbeslechateau.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "79301da5baa6",
        "url": "https://www.merbeslechateau.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3e96edf92fd0",
        "url": "https://www.merbeslechateau.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "93eecf7ea0c6",
        "url": "https://www.merbeslechateau.be/",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4832f115fc5c",
        "url": "https://www.merbeslechateau.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "41c08ff1509d",
        "url": "https://www.merbeslechateau.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "90013b7fec0f",
        "url": "https://www.merbeslechateau.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d135a17764e6",
        "url": "https://www.merbeslechateau.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a462c4789dd1",
        "url": "https://www.merbeslechateau.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9ace025ce7e7",
        "url": "https://www.merbeslechateau.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8521921b01af",
        "url": "https://www.merbeslechateau.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e727c4da4a3e",
        "url": "https://www.merbeslechateau.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "747c4f3089a8",
        "url": "https://www.merbeslechateau.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "705a01095eb4",
        "url": "https://www.merbeslechateau.be/",
        "ruleKey": "rule:aria_complementary_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "492536ae0a85",
        "url": "https://www.merbeslechateau.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2c8a24d62d8d",
        "url": "https://www.merbeslechateau.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "21789ba0b400",
        "url": "https://www.merbeslechateau.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a9073722fd34",
        "url": "https://www.merbeslechateau.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1f2fa47b6e66",
        "url": "https://www.merbeslechateau.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fb7b103ccdb7",
        "url": "https://www.merbeslechateau.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aebc616f02e4",
        "url": "https://www.merbeslechateau.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "93e51943a937",
        "url": "https://www.merbeslechateau.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2624cebcbe02",
        "url": "https://www.merbeslechateau.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c953f7cdbfae",
        "url": "https://www.merbeslechateau.be/",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1922e069f9e7",
        "url": "https://www.merbeslechateau.be/",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3bbb22dcb282",
        "url": "https://www.merbeslechateau.be/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "731b70a5d2a5",
        "url": "https://www.merbeslechateau.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c91900ecbab2",
        "url": "https://www.merbeslechateau.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "05b9f52c09f3",
        "url": "https://www.merbeslechateau.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1108d83c384c",
        "url": "https://www.merbeslechateau.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "37fa5613aaf4",
        "url": "https://www.merbeslechateau.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f015f9f478f1",
        "url": "https://www.merbeslechateau.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "faea94907f90",
        "url": "https://www.merbeslechateau.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7b98ec781baf",
        "url": "https://www.merbeslechateau.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fb003ae8cc34",
        "url": "https://www.merbeslechateau.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fc6d31fd195e",
        "url": "https://www.momignies.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "da1582580615",
        "url": "https://www.momignies.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "072ed4caf674",
        "url": "https://www.momignies.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "605b154973ea",
        "url": "https://www.momignies.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "970c1de461ce",
        "url": "https://www.momignies.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "443e4905d2f6",
        "url": "https://www.momignies.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f76987d7ee5d",
        "url": "https://www.momignies.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4da2d6ec4638",
        "url": "https://www.momignies.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bae4b2f80465",
        "url": "https://www.momignies.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "293f5e804d4b",
        "url": "https://www.momignies.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bf8a9f21cfd8",
        "url": "https://www.momignies.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "512bf4693e5e",
        "url": "https://www.momignies.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "efe1a5f8950b",
        "url": "https://www.momignies.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a00a92d3c7d0",
        "url": "https://www.momignies.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "14a7f37bad0d",
        "url": "https://www.momignies.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8f8da02d272b",
        "url": "https://www.momignies.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "804c89a77c7e",
        "url": "https://www.momignies.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5920088d9598",
        "url": "https://www.momignies.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "299dd0914671",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:landmark-one-main|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cd0717502a83",
        "url": "https://www.momignies.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d97006db332f",
        "url": "https://www.momignies.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "49f21a7daa26",
        "url": "https://www.momignies.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6d7e082c5b2a",
        "url": "https://www.momignies.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d987d03affa8",
        "url": "https://www.momignies.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c9df39ae5f63",
        "url": "https://www.momignies.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4f335ba73f7c",
        "url": "https://www.momignies.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "36691f063ddf",
        "url": "https://www.momignies.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ac0606720feb",
        "url": "https://www.momignies.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4a6f4b56300f",
        "url": "https://www.momignies.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "204b8e704272",
        "url": "https://www.momignies.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3b55c332e9dd",
        "url": "https://www.momignies.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7ca40f50aec0",
        "url": "https://www.momignies.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "08a1912a7b6a",
        "url": "https://www.momignies.be/",
        "ruleKey": "wcag:wcag144|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a3a8f8b1f52c",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "26cd668c5125",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f17f39c007b4",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7cee995cd54e",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "39d0965f78db",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "aaf6b0f46e40",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d771ffdd5b86",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d3733101aa6c",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c4d492ac2355",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "705054acd435",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0c962ad4eeb5",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "85a52a688885",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "38e378e460ce",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "043c78dfab6f",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5db99b032e39",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2f1bf26ef402",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "554382f05422",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ec389748dcf3",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d8b5f8176147",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e5935227c209",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b2a33e025a86",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "57e74b63d9a7",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "625eda385933",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "47ec00fbac65",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "336365f96bac",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e6835fc3e3fb",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "73d552e80599",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a1cd9ea0f24d",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d5e04565d224",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aa6e02675761",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c1c4ed6aabc9",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d945e36ef535",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "16200de2bd00",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "808bda384da0",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "08789afe4bf3",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ca425dba3e04",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7a4ee1ecae27",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5e9e47ccc699",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:aria_attribute_value_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "22ff19d73555",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "db2cda9b200b",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:aria_attribute_value_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ef499ac28988",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1eabe4a61099",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:aria_attribute_value_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a1b8a86a0e2b",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8d74360dc529",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:aria_attribute_value_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9a383583abda",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9e0a2a44da6e",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:aria_attribute_value_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bdbb5d24e8bc",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cf6dac121806",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:aria_attribute_value_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "13cfbd077d1e",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "34eee757e2c5",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c8883769880b",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "050519118a47",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "265011b3ed7b",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5440884fd22d",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "38d0a298fd57",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c5f03585a73d",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c4dcb83c3f83",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7ddc09721de9",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "46d3a1a51656",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8c39bc5d3cc8",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1a38b329c3a8",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "94f00815b5c4",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0ad57e12f003",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a14a945edf64",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dcbb623defcd",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:aria_complementary_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dbddcc891b33",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5622199f15f4",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c84c2c35e987",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9a4ddaf96305",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b9cdd0e1b949",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "21e88cb300ff",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f84c7afdb27c",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b3cc1e0a49e6",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2a31209497bb",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bdfa7084b0c8",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dcf7f83679d4",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "34e333ab749f",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "24938aa03a73",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "435c3ae303c1",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9f75625b5a8e",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9ad576850920",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a81b00be28eb",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f1af54414302",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3879db1ea6ee",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0db3594efa71",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f0c795dc1cd2",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "64cdbdefd8be",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9966758db23c",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6346d255771a",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "38d5c995e26e",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aefefb38ea1c",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:aria_contentinfo_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "65fec26f5441",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "77648656506f",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9172aa441477",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "42e3100e369f",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6624db741ed2",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e82b23707905",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "60fe8c40822c",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "23f7a4e68d98",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ac22ba9d3c63",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "16c48098c092",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3513a784f2fa",
        "url": "https://www.momignies.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0bd09cd05b4d",
        "url": "https://www.mons.be/en",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d9d9b2c7fe0d",
        "url": "https://www.mons.be/en",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "85d04e49c036",
        "url": "https://www.mons.be/en",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "107eb824c819",
        "url": "https://www.mons.be/en",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ac0ac686ce86",
        "url": "https://www.mons.be/en",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d9c88a35f445",
        "url": "https://www.mons.be/en",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "852573ffbaf7",
        "url": "https://www.mons.be/en",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "94ee8cfdac2f",
        "url": "https://www.mons.be/en",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "80c9c1954521",
        "url": "https://www.mons.be/en",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1e85bc30c248",
        "url": "https://www.mons.be/en",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f5ddc8a4fdc7",
        "url": "https://www.mons.be/en",
        "ruleKey": "rule:aria_complementary_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "74e64646adaf",
        "url": "https://www.mons.be/en",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2e59548beaac",
        "url": "https://www.mons.be/en",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "02df776270c6",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "10c1f3ed7ae3",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d52aae92cda6",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "048aa2cf7e9b",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4d5a1adcab9d",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ecc09987b07e",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8a64ed054a5a",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a3f14be204f6",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4a4c8e7e90e8",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3bad41f0839e",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e3ca096e755e",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "655154a6e41c",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ea96b30faf4a",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5eb3ff7f726d",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1777e6f9681d",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cb39624fd2e4",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "46c012578d3e",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "45e4d5cc1333",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c16ece948071",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "23a839aadf50",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f346cd18617d",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1f61be6d9422",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5175f7305d3f",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "94197a279178",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "81d459e34d9d",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "84e86ef0e473",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e7e8c71c8693",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "65ef4204d1d6",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "142ec82be500",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b00e7eba7d6d",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4f260b4bec01",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b73fe856b054",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "834c72271c79",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "47715d76d277",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9834bc05d581",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f17e4fd5e96f",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8d9847e54583",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "009be3b3bb05",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b4ede4fb8705",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "73e1632fd183",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "aaee423cadd3",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "15b30de5541d",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "40dc4dc65ff7",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cad32075d22f",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "627472837282",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "563c899d59d3",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4b3fc3e4974b",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "342c41b24101",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1fe5f329ffff",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cc151fc9d5f7",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cfb2f4196c82",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9c6921ed58a0",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d78848a5ad53",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8e32179dc88c",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2991eb45eb6e",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6e633ba5a2fd",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:empty-heading|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ec6976a873c7",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:empty-heading|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f0ce5501a6b6",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:landmark-complementary-is-top-level|light",
        "engine": "axe"
      },
      {
        "fingerprint": "86edf170fb49",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:landmark-no-duplicate-banner|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5d8b508b8c4c",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:landmark-one-main|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bad2b7a84d44",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:landmark-unique|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e73a6df512ba",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "aa55b520ea11",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4d6161b9197c",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8f50c1c79fd6",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "98f74511db02",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6fefbccbf97b",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e2805764660b",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "405ed6f41125",
        "url": "https://montdelenclus.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ffdc48dd97cf",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d39080be93ab",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f03fddfc095f",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e18c715075ed",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e2a3d01697b2",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cd58fe0d3041",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2adfa58e199f",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "925ce85a2ff2",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ece87e0d61bb",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7ade9a1fc292",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "dbf77c4100e9",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2f17a4ce6ac4",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "17a352a9c3a4",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3bd2ee53893f",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "313f9ed3b432",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fdcb00962f87",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e374748b4764",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3c9939a31db3",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9bf2cab303c0",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "15d102ac73b6",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8008bbcb7871",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c210dcbd3f27",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "55cad438a0f1",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b5da38b39c62",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "23e6255e911c",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9d4d88c35705",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c7897d42c893",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "202a1eb1a809",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "39c866d1d737",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "727468a5c3fb",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:html_skipnav_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "afaa3689e392",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a8c0a93d30e3",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "453af3471016",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "faf685a6fbb4",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fe95b0343eff",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:aria_banner_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3491da897150",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "526146181f1c",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cff110adb06f",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5448551e6e04",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:aria_complementary_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1f83881fb9a4",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3e086198b11e",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "144076db1277",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "df31a3dcc77d",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:application_content_accessible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "72a3e660ed5c",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:caption_track_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "200a335c7674",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:media_keyboard_controllable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c9791d49c478",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3a2dcb021425",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "918ea5bf5ac8",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b45a3b71312e",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9aaf7d0588e5",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:aria_attribute_value_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f3410b948927",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "450dfe51aca9",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "daf39dcdf8b7",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3d7450936b71",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "39712a29b5f6",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "84a5965e7b78",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bfb91df50714",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0d22934e78cf",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "229396135516",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0e787e29b200",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8c54b1f11876",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "91e364592ee4",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ef7bfa90f95d",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "61514b047d30",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1d86a827773f",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "67b93af909a9",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "165cb348472a",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7cd4419d48a0",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ba08e1ade932",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aff54f08db9c",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "64cbb92d50f1",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:aria_banner_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f88a4c5b2e0d",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "46b489b9e510",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4cab73b8a89b",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3c4ed03be4bd",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a59f41d604d8",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e42632e93a74",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7ea72e4fd42e",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:heading_content_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "50549ec251e7",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:aria_accessiblename_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "963dc89df024",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:heading_content_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cb627a533807",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:aria_accessiblename_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "82427b071e34",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a30666047276",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d4b7d5caccff",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f7f072c2b29e",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b511c6c187ae",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c70d92884ba2",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8dfd4ecbc3e7",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "40de951f3c91",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f2d3de5e82ea",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2ab4ff35979d",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b8c961e12cd5",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b23b7476a2fe",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "833299581d82",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "14de315b9aee",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5d9d3af1e598",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e481868c74ef",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7939f43e800b",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c54cdc62b2e1",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eaad83249608",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "66828a203ee1",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "32eb17f3e307",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b1a057fcfa50",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6eaa3e7b7d63",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d8b1727a6e0e",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8df5f17177aa",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c41feaa49f28",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cb78b3b0e8a4",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dec1a1d5010c",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "32cc095d827a",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "68afd3a0bdd1",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d81aac1f44da",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2fff033fe3c1",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "28ff50401a14",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d10b848286ea",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2cd6b9ba0b08",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ab080a748603",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "72a0e14ee5a2",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0c95026f6a25",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5220e8ee8dee",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d3f8aaadd013",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "459de919ffcd",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e75a7bb95e1a",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e05e47b3403f",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "74925ac33f5d",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a852855d76da",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d635cb03243e",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "92fb3014ab4c",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1a124d02c2a7",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "62c71827f7ce",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e172b1366bac",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f1cc62741425",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "02d220241a7e",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ecc685ba9663",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d39ac72fdc0d",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e91e29ba2cf4",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:aria_banner_single|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "807fe21841f0",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:aria_banner_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0895c2925371",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c43770e0ec09",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cf717b0cb4e1",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cb10364d40bf",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "21141ccda51a",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "996cdd5c9b41",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d1ba9422f137",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:aria_banner_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ab8f136f2a38",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e629dda54a19",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f2695050dd4c",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "450a3c0e9bed",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f13274c35f95",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ee34b54f4128",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:aria_contentinfo_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9900b6bc5fa6",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2213cae72a93",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7064b0116c26",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "13fd49b42f6b",
        "url": "https://montdelenclus.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0a3758cc1368",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "33a01d93a05f",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5d72fbab8fb0",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6d84694b8b8a",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:landmark-one-main|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3762238aa078",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "wcag:wcag144|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ab3373c727da",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c04e1c666618",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "808136027db4",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8aba2724bf7e",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9c569245a5fd",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "90bbb6f71c32",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "070ffde0b071",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e802f2e697f7",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7a7ea0836d9c",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9fabb176f078",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9bd32eb504b7",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "600f4e4ac9c6",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7812245668bb",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "39d094f73d55",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e8b2d9dc10ea",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2d11b76b3065",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "749ee6da5a09",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "937f2019fcce",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f2bc5d099d7a",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6a4ff6a10b63",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a1be816480e8",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5ab7d8d13029",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1ba63b7e4fa7",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b15988de3ba6",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e1bd5722ff05",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1aa6811955db",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "83e4e92bb1ad",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "365be43f9deb",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a6aca42d71bc",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:aria_attribute_value_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4604c46ed748",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bf73005379ed",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:aria_attribute_value_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7684c0f27784",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5b4edc44d205",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:aria_attribute_value_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c0a00d1a8cac",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e13c98e20c98",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:aria_attribute_value_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "387ebba01058",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5d84c0f2805e",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:aria_attribute_value_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e77828fd50be",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1d88d4d4d7a8",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5840e47c10bf",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4a78cc7c0aa3",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2a6a32b89124",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f5b6c4b6b701",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "33601847e8d1",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8c9f1f1f3441",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5f45dd932957",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9c0ac6651e7c",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "406b0e049f61",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2e7b036916c8",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "44bfb49a8f62",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6ff1120e7fd3",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "590541832d14",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e455508ee68a",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aca2a14b1327",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f8fa30c94b2c",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ef8b64aec469",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "618aab162aec",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5e8b7cbf5a44",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c4047fe569e0",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c4bc2d1cc024",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "625d1101408e",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "af7f4e8f524b",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f4d738cc5e7b",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e9f9607bb921",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6aed2bbba96e",
        "url": "https://www.montigny-le-tilleul.be/",
        "ruleKey": "rule:aria_contentinfo_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "61408b81a1b5",
        "url": "https://www.morlanwelz.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "da34f1ea8f9d",
        "url": "https://www.morlanwelz.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3d372eaa2e9c",
        "url": "https://www.morlanwelz.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d94bca7aab0d",
        "url": "https://www.morlanwelz.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f669f1925b0e",
        "url": "https://www.morlanwelz.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ee1e474d42d8",
        "url": "https://www.morlanwelz.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "11a7ddca9662",
        "url": "https://www.morlanwelz.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cfb73cec51e8",
        "url": "https://www.morlanwelz.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e06e25683d68",
        "url": "https://www.morlanwelz.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "24da4649bfa0",
        "url": "https://www.morlanwelz.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eed08bdfa8f0",
        "url": "https://www.morlanwelz.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fd564593825a",
        "url": "https://www.morlanwelz.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5e141b90076f",
        "url": "https://www.morlanwelz.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "439820964cdf",
        "url": "https://www.morlanwelz.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0d870e488f44",
        "url": "https://www.morlanwelz.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7fe46844d845",
        "url": "https://www.morlanwelz.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dc708992f42e",
        "url": "https://www.morlanwelz.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "33f6c18fe62b",
        "url": "https://www.morlanwelz.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e37bfcd902b5",
        "url": "https://www.morlanwelz.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cb6ab2cf1d44",
        "url": "https://www.morlanwelz.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fd8bc044fe08",
        "url": "https://www.morlanwelz.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a81868dd6c9f",
        "url": "https://www.morlanwelz.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "030f0b525dd7",
        "url": "https://www.morlanwelz.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "251aaee8a214",
        "url": "https://www.morlanwelz.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "04dcc6448f92",
        "url": "https://www.morlanwelz.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "99e1bf952bd7",
        "url": "https://www.morlanwelz.be/",
        "ruleKey": "rule:aria_complementary_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "86116a79687b",
        "url": "https://www.morlanwelz.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e64ff8eab339",
        "url": "https://www.morlanwelz.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b275da17a2d2",
        "url": "https://www.morlanwelz.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5d49173a43de",
        "url": "https://www.morlanwelz.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6499881e348d",
        "url": "https://www.morlanwelz.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ac27a2432d47",
        "url": "https://www.morlanwelz.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5241001f10ce",
        "url": "https://www.morlanwelz.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7e11a72adaec",
        "url": "https://www.morlanwelz.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0c685a054c58",
        "url": "https://www.morlanwelz.be/",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4eafdf216157",
        "url": "https://www.morlanwelz.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6108b70cc61e",
        "url": "https://www.morlanwelz.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "30cd3a648a7a",
        "url": "https://www.morlanwelz.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "316845c4729a",
        "url": "https://www.morlanwelz.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d8a4eb546898",
        "url": "https://www.morlanwelz.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3b7c93e9f4aa",
        "url": "https://www.morlanwelz.be/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e7f80641c1fd",
        "url": "https://www.morlanwelz.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1144d26caff3",
        "url": "https://www.morlanwelz.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "89a505b0f283",
        "url": "https://www.morlanwelz.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "34dce1f0b804",
        "url": "https://www.morlanwelz.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dc5fd9bbffee",
        "url": "https://www.morlanwelz.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ad925ae49e55",
        "url": "https://www.morlanwelz.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "509323382cdb",
        "url": "https://www.morlanwelz.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4d405d982c0c",
        "url": "https://www.morlanwelz.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6be1a0dbfe1c",
        "url": "https://www.morlanwelz.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f5b4394ddf35",
        "url": "https://www.morlanwelz.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "83c6092f1b70",
        "url": "https://www.morlanwelz.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a934fad220a7",
        "url": "https://www.morlanwelz.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "267b8f52e656",
        "url": "https://www.mouscron.be/fr",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f0d61dbca557",
        "url": "https://www.mouscron.be/fr",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "acd4509a3453",
        "url": "https://www.mouscron.be/fr",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e3ea7022612e",
        "url": "https://www.mouscron.be/fr",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e8f297174830",
        "url": "https://www.mouscron.be/fr",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c1cc9a2532b1",
        "url": "https://www.mouscron.be/fr",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7883a7ee9475",
        "url": "https://www.mouscron.be/fr",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "69d2acb68bcb",
        "url": "https://www.mouscron.be/fr",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "816e237be212",
        "url": "https://www.mouscron.be/fr",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "48942212190f",
        "url": "https://www.mouscron.be/fr",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a626025f27d1",
        "url": "https://www.mouscron.be/fr",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "73e5809282ab",
        "url": "https://www.mouscron.be/fr",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1a1c4950d3c2",
        "url": "https://www.mouscron.be/fr",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aa74a6326812",
        "url": "https://www.mouscron.be/fr",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d843259e08d5",
        "url": "https://www.mouscron.be/fr",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fd83bed37fd7",
        "url": "https://www.mouscron.be/fr",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e07dc284d225",
        "url": "https://www.mouscron.be/fr",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f99a80ec96a9",
        "url": "https://www.mouscron.be/fr",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "190d55305b6c",
        "url": "https://www.mouscron.be/fr",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cb11094d5785",
        "url": "https://www.mouscron.be/fr",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "451df7e81239",
        "url": "https://www.mouscron.be/fr",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "418826072d02",
        "url": "https://www.mouscron.be/fr",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0a86c033feca",
        "url": "https://www.mouscron.be/fr",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0cf0880e8ff1",
        "url": "https://www.mouscron.be/fr",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5ddc2f899de2",
        "url": "https://www.mouscron.be/fr",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b8701b54553e",
        "url": "https://www.mouscron.be/fr",
        "ruleKey": "rule:aria_complementary_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "90b9d557268f",
        "url": "https://www.mouscron.be/fr",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b11fa12a1bd5",
        "url": "https://www.mouscron.be/fr",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3922ce002e95",
        "url": "https://www.mouscron.be/fr",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7a4ba7ea216f",
        "url": "https://www.mouscron.be/fr",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "94facb3719e2",
        "url": "https://www.mouscron.be/fr",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b5df92e1496c",
        "url": "https://www.mouscron.be/fr",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "49367a4ebbe4",
        "url": "https://www.mouscron.be/fr",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0fd33a4731cf",
        "url": "https://www.mouscron.be/fr",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "90c6523a73d7",
        "url": "https://www.mouscron.be/fr",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ff64ea1db1a1",
        "url": "https://www.mouscron.be/fr",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c75b41894ef5",
        "url": "https://www.mouscron.be/fr",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eac1591536a6",
        "url": "https://www.mouscron.be/fr",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6ee9fe317d96",
        "url": "https://www.mouscron.be/fr",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4c92975a1d74",
        "url": "https://www.mouscron.be/fr",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "240906f3edad",
        "url": "https://www.mouscron.be/fr",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1d9fd4adafd8",
        "url": "https://www.mouscron.be/fr",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "38a4f51b82b3",
        "url": "https://www.mouscron.be/fr",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a96c8d7d9d4f",
        "url": "https://www.mouscron.be/fr",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "97b82536090b",
        "url": "https://www.mouscron.be/fr",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "104510d3e2c9",
        "url": "https://www.mouscron.be/fr",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8576908350ea",
        "url": "https://www.mouscron.be/fr",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "69880a8f36f4",
        "url": "https://www.mouscron.be/fr",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "13d022eeb0f9",
        "url": "https://www.mouscron.be/fr",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "22164ec450a3",
        "url": "https://www.mouscron.be/fr",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "af24805ce4c9",
        "url": "https://www.mouscron.be/fr",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "73ee47e5e8eb",
        "url": "https://www.mouscron.be/fr",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3339afd1a775",
        "url": "https://www.mouscron.be/fr",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0fdf386fa5f1",
        "url": "https://www.mouscron.be/fr",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f2dddcb31f8a",
        "url": "https://www.mouscron.be/fr",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3646790b9479",
        "url": "https://www.pecq.be/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "71e0ec761a5e",
        "url": "https://www.pecq.be/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "22deddf2ad84",
        "url": "https://www.pecq.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ef92c6e99678",
        "url": "https://www.pecq.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8a1653380525",
        "url": "https://www.pecq.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c87ab92be216",
        "url": "https://www.pecq.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f9bd553523e3",
        "url": "https://www.pecq.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5209746b4100",
        "url": "https://www.pecq.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b312517c5bb0",
        "url": "https://www.pecq.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c5f34728ceb3",
        "url": "https://www.pecq.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ca58202b1619",
        "url": "https://www.pecq.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3c83813bafb0",
        "url": "https://www.pecq.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c661f2eb8d19",
        "url": "https://www.pecq.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "322f2f0c2e5b",
        "url": "https://www.pecq.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f6c466200800",
        "url": "https://www.pecq.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5586b7a8cfd9",
        "url": "https://www.pecq.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0ed013f98932",
        "url": "https://www.pecq.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9e219196e50d",
        "url": "https://www.pecq.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a5f633163807",
        "url": "https://www.pecq.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "27e31af79d8f",
        "url": "https://www.pecq.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fd08b6db1ea1",
        "url": "https://www.pecq.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "10a3976b7b86",
        "url": "https://www.pecq.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3e5361207ac1",
        "url": "https://www.pecq.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1b6ed64e1936",
        "url": "https://www.pecq.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "eb43073425a0",
        "url": "https://www.pecq.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f8485b49d98e",
        "url": "https://www.pecq.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "71aaa7919f34",
        "url": "https://www.pecq.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a2f2a7487f76",
        "url": "https://www.pecq.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bcd9f7b9a6c0",
        "url": "https://www.pecq.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "50d66268fb45",
        "url": "https://www.pecq.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "aa7b714135cd",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:landmark-one-main|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9ea457d29147",
        "url": "https://www.pecq.be/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "352dd6e400e6",
        "url": "https://www.pecq.be/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9bc2bf27da49",
        "url": "https://www.pecq.be/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2ac9ef06eda6",
        "url": "https://www.pecq.be/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3311883ccc24",
        "url": "https://www.pecq.be/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1f374c4da91d",
        "url": "https://www.pecq.be/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bafdd17c879a",
        "url": "https://www.pecq.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9a6e7f048b0c",
        "url": "https://www.pecq.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cfa3e171abd6",
        "url": "https://www.pecq.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d961b1d5458f",
        "url": "https://www.pecq.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8a7586822d96",
        "url": "https://www.pecq.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "41681dbaeb40",
        "url": "https://www.pecq.be/",
        "ruleKey": "wcag:wcag144|light",
        "engine": "axe"
      },
      {
        "fingerprint": "547b9bd6046d",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ceaae58a0eeb",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a464978c4013",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4918e0b5f944",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "48685a0b8a31",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "547dfc9bf60b",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "50af6fa9fe56",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "294b403e6808",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d9ab959fa087",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e66e0771f247",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ee8429b50dab",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5a2873b4d4a2",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fda66f1a5ebe",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "370b0f7ea546",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9f672eefa069",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9dd04d2176cc",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8a647c3d400d",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a8b12db57308",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bbd71a96094f",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5ce52381aa7b",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f75519042111",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "938b4d8bb716",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1d3413e29546",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cb837f9f4385",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4ddbaf25fbad",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4fac021cf84b",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "745241c44c23",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2cb6f483b894",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "81611d448c2a",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ba376c168f03",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1458950d6bc9",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e3e431aeff6a",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7951aa9bdfc4",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "dfd9731d0cb0",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ffe82b8b3685",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2dd0baf441bf",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6c94c247b804",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f2207a9b17f1",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cf3debf756c8",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9f22e1637835",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "add8d0151f5a",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "90cc554ccd40",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "822078d7bb3e",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1b5614b9ec4c",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ef69bcbd8fe3",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4417815d0dfa",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2e20e8084f61",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b5860a85406d",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5236e86b26c7",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c05760edbebf",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9bdc7626504f",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "edea74d30adc",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e0673302f987",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c8abf28ab4b5",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "92c9523c9074",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f4dc2e71d7e5",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f3c560f5c5c9",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "932cf0a14776",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6863c0f6ad3e",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "17496a6b25fc",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a5ff04453d05",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3e192ee81891",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e20bc51ff2d3",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9b638a518269",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:aria_attribute_value_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8c3135ae52fb",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ebc813b28a78",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:aria_attribute_value_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "89f77ca1f7d7",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c855b15fc207",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:aria_attribute_value_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3553967c14ff",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2477cc2421ae",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:aria_attribute_value_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "71107a900faf",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3d34832c4395",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "59623db5fa89",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1274012fefdd",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7a8c36827aeb",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5dd1eb36f7d7",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:heading_content_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e5cd201fe6f9",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8ce2b7a28853",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b7c77216ea2c",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "801fd96a2ea8",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7ec5ea55c7c5",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "57c7dd7889a6",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e43b3166f3e8",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1b1296fc3e10",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b88064f8cde2",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2dd554f7acf7",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "711f4c82c8fc",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "deb38dd7a61d",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a3f83630da70",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d0e135bfca60",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e2d90ffa6541",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dedb9d3b11c9",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "12c01ddb3872",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "085b1f293226",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "04101c1c641e",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c98fb2b43f61",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e6a8ecaae47a",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "649fe04aedfa",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "efae319829b6",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b43301eb6ce1",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a988a4bafd90",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3cdcc9ce5d61",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3028a4dbc621",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "309cb3159491",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6281db2b57c8",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d8912a31857c",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f0ff80754c98",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "be499005be40",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c28764d967dd",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ea934a80cf10",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fd10884149ab",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e987de28fa92",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "565e7e737d12",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8b87c4e78f5b",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:aria_complementary_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "202d134546d2",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d999985d5b60",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b9d4232cccfc",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cd64fbb899df",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "69b563b3eac6",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "19ea6055c77a",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e8ae86e42293",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "432c20d6d35d",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "96e7b002b258",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cb1c46b6d2f5",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bbaa188073ef",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "587cb6af11dc",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "578f18ecb55b",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fb909783794b",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a1339c19ba14",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2dffb05fbb6e",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:list_markup_review|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8d283fc40f07",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "430cb7acb528",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4c975030e5c8",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4853278ffee1",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b1b908edd9c3",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3a5f0de40f57",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b7ad7eaf2908",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5f8ea5291278",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:aria_contentinfo_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6b0bf118ed33",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ec21f0dbf4e6",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d8bc2a54f48b",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b91cf972c9e9",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f42a354a1ae7",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "26d8db5b1dfb",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "efb197ac52ce",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b70cff9ee9c8",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6986632193b0",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5a55bd8cdbf8",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d06f279a60f2",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "35c4436c76ce",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a7802b0db3fd",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "19aca3a90bb8",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0e23cb7359ae",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c7f2325aca72",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "459857e45b20",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "42f9d140d2dc",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e0a957e5f82e",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d72dd2892833",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e062e9b747bd",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "95be3830ece0",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5f0e728c3cc3",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "496f89b3af0c",
        "url": "https://www.pecq.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "72063cd90ea0",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ab328864a1c2",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "88efa6e7fa52",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e6ca9796f221",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "574876edcf45",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "041c0352367e",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "912889ed92a3",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7374f2ef43aa",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c7fb1b0b1ffc",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "28beb9a0224a",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b8caa17e24ec",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8e867048bf26",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fefc5c8ab653",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ebc0b2fe25b2",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e460ff47fdd9",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9af21951ad9e",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:aria_complementary_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9360d842be93",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5aa992dc14d7",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "10eda07b52d6",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7f93dad945fd",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b167d2e18662",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "edc4c9d068e4",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "58776f78c34f",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4167d0783ee9",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3e801a373b50",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "16a92756c3e5",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "249d2c78d4f0",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7489a9df207f",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1c737338e698",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b8d6c89eec99",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b4a9d44fefad",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "117813073bc8",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "798155194f9b",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3c8c4bed7f36",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fe754adc94a1",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b082514f83e1",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "607ed7c2661a",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "207fc6000bd3",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0e328424c64f",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c83d5ac6cf42",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "78a6ebb1708e",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f5d28d7fc078",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1db7c804daf2",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a07765c6f7ce",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9da8e23f65ef",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8cf09bee08d9",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5aebbed632a2",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c210d4d056dd",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3ca6bdc413ec",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b9dae5a20069",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c8e524c5c458",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1f68ba6bc4e0",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cab7b5ef5a55",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f384fae2ce03",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f719245357ec",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "447e21692150",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c6faa62e7412",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f06da9e3e6ac",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3a9888e623e9",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "22a981156489",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "740575feb109",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "16ad68f42bcc",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9323afb5ecb6",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "839dd400eb90",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "097bc1086166",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "67f002de81e7",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "69b6a9fb53a9",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8471cc3a5e6f",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6682699fa108",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d720b30e21c4",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "09f6b5002aed",
        "url": "https://www.peruwelz.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b060860d69a1",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f266e633d216",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "78343e906ab4",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0bada88249a5",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "507e5ada7b7c",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "63fa1c098794",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "14b80ea95852",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "wcag:wcag144|light",
        "engine": "axe"
      },
      {
        "fingerprint": "45d212828b65",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8a8e27ccefca",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1ed681033b16",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3a0f69f04d59",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "80966e9fa664",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5484aeec1c5a",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "937c566d97d8",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "14bf0b17d0ae",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2c0dd65bbffa",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a2251826f3f6",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:tabindex|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a7877dc25201",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e56a7fe56083",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1520fa8e1f13",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "22bfb2a2c65a",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c521c63a1a55",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "90283559f99d",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1bf60ec28c82",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0ddbbf581285",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "666872306d17",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a98e4814c71a",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fd64ec153927",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "91f62eb53241",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f719123b8245",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "23015dbf9117",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dab61544aa95",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2521759e2d82",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8d42db34fca5",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3ff050d630da",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f7514466a01a",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ce9573d9f1e1",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5e8863588c3f",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f838e22707e4",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:target_spacing_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "76244cd02a3d",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "04981a9c7cc0",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9d9dc6ad0bde",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e024507a1cba",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3728bef4b975",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0df2ae6b6822",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7f7d88f7f6c9",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "567ccb7bd2a6",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9072367ab580",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:style_background_decorative|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c47982595f64",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2c1a5fa06f1f",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "de8d53d270b7",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ddc001b6993e",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0e200ce8affd",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fef12b8d29b3",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e9bb18ae44cf",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3360143cb61e",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2357eb1a4dd3",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fbc9ee63099c",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c9422d6f8e11",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c19a80172ccc",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1fa8c048a179",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eb89fa66549f",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bcc7decdbc0b",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0e0574e3796e",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c2c57ad850db",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b922a6290ae3",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6983c20ea7a4",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4aa0f4471e95",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "61fb0d0c0318",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "51c84cf9d76e",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:aria_contentinfo_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "389f00fef04e",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e658f719fb6b",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "11e41a570fd8",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eb1eed0d848b",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6f278f79d6b5",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "16fab0b077a5",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1dd83440c9cd",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "74b4b906fdff",
        "url": "https://www.pontacelles.be/",
        "ruleKey": "rule:frame_src_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0a2ba500b1d1",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2b0720497345",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "68529c9edb1e",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "eb1144a7d7f3",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "45d9f434265e",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "07e7ab0c8354",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2c3b2806c77d",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7b66c789edfe",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "65bde22bce06",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a1970b42ffec",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "17a8a86245e0",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "05053bdf7240",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:landmark-one-main|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0ea6cd45de91",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "wcag:wcag144|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d450450683d0",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b897cc251153",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6315190f5fd8",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "63cfc705898c",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9407ad739c79",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5faecc77fb0e",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ebc408f4cfad",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bfa85bccd2ef",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "dece7b3f007d",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4d945952f747",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "af672d4fb122",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "529d3a00ca55",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2231e87b9dce",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "032ebfb72dbd",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f98b38868513",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "96d30103f1b1",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "464306130919",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9e0604b5c230",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6cbf9a335988",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c09dff4c5098",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e8eabb4a8163",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aab1031f9f2e",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2fdd648d2b31",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b9f2583cd779",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e336c465cb8f",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "865ad9928a8a",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9fa02aa57f5e",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f831d1e0d36c",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4bbcf7cff577",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2580e77b8ab1",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9a3ee76f1a93",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "725c8172a9a6",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7c9d4f09e36c",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:aria_attribute_value_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f438f34eacd6",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6f4292b19b58",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:aria_attribute_value_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "644121ea62af",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6bc78b39f7f6",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:aria_attribute_value_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e44373433275",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "301731ef2a28",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:aria_attribute_value_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1e61b3ae9d7a",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "337b1b9e95ae",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:aria_attribute_value_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1560386755e5",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "38a395b41409",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:aria_attribute_value_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c9793fcc8cba",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "517991f76c32",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:aria_attribute_value_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e11e1acb9630",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "08908803648b",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:aria_attribute_value_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dbd78317365d",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a6824c2861fe",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:aria_attribute_value_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "395b74ece30e",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6939ae4d9309",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "04de8fd493e1",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "296117690ca5",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1b839a138c3f",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7c04f4935bbe",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "743b0ba9ccd0",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9cadd0a18978",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3c29136c3829",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9ac97766f3e7",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2d0fa0c1b46f",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2051ca0d5aca",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9ae62f3f6674",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fdf6fdeece2b",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e33f73c486f6",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d68f8cd54814",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3f65effd9ba8",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d4ac07e775d7",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "03ee639f4b0e",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "091c326c3df9",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:aria_contentinfo_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a0665e72c11a",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fac4c0e37d57",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "144ee0fce1a9",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "778520136a3c",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "28e24e2b907a",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "06672b9e49a8",
        "url": "https://www.quaregnon.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bb75d8452ad5",
        "url": "https://www.quevy.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9b705d5ccc20",
        "url": "https://www.quevy.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b913fa97e38a",
        "url": "https://www.quevy.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fc155ec8f725",
        "url": "https://www.quevy.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6944069b3f76",
        "url": "https://www.quevy.be/",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "251aec316ef2",
        "url": "https://www.quevy.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b37b78a83d28",
        "url": "https://www.quevy.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0396a9e195d6",
        "url": "https://www.quevy.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "32a4b95926e5",
        "url": "https://www.quevy.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "61c7eb2b8679",
        "url": "https://www.quevy.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "806f243edcf4",
        "url": "https://www.quevy.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eee7980b3bc3",
        "url": "https://www.quevy.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d2976f208f99",
        "url": "https://www.quevy.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5e94de7f9761",
        "url": "https://www.quevy.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c5b978925808",
        "url": "https://www.quevy.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "32320758ab37",
        "url": "https://www.quevy.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bf6d6e37fd58",
        "url": "https://www.quevy.be/",
        "ruleKey": "rule:aria_complementary_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5b882c128113",
        "url": "https://www.quevy.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3fa5bb12eb1d",
        "url": "https://www.quevy.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c6988ab1b23f",
        "url": "https://www.quevy.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e3170c120b0c",
        "url": "https://www.quevy.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3a1d86dd2cfd",
        "url": "https://www.quevy.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1a41448025dd",
        "url": "https://www.quevy.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1528568d342d",
        "url": "https://www.quevy.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a0a1e879c3f5",
        "url": "https://www.quevy.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "646b506106c0",
        "url": "https://www.quevy.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1304b3e5c3e9",
        "url": "https://www.quevy.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cfb432d4f379",
        "url": "https://www.quevy.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d1a94e8ef893",
        "url": "https://www.quevy.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b165d1d92113",
        "url": "https://www.quevy.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c704a349ba84",
        "url": "https://www.quevy.be/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ceddb9cc3561",
        "url": "https://www.quevy.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3a70cc0dac81",
        "url": "https://www.quevy.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "179b5e250dcd",
        "url": "https://www.quevy.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7f6f916558b8",
        "url": "https://www.quevy.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "324872153852",
        "url": "https://www.quevy.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9a02dbd6a515",
        "url": "https://www.quevy.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "992a999371a1",
        "url": "https://www.quevy.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fea90eff05f4",
        "url": "https://www.quevy.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "74cb16c70352",
        "url": "https://www.quevy.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "66c0d492a0bb",
        "url": "https://www.quievrain.be/",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1130c126793f",
        "url": "https://www.quievrain.be/",
        "ruleKey": "rule:landmark-one-main|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e9764334b633",
        "url": "https://www.quievrain.be/",
        "ruleKey": "wcag:wcag144|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e0b049c2918d",
        "url": "https://www.quievrain.be/",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b7ead408fe5d",
        "url": "https://www.quievrain.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "91ef9cf07f46",
        "url": "https://www.quievrain.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ec1fae3b2fa9",
        "url": "https://www.quievrain.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "26a3a63ebcd6",
        "url": "https://www.quievrain.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4eb3711b62fc",
        "url": "https://www.quievrain.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "54475f30d146",
        "url": "https://www.quievrain.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "68e822842aff",
        "url": "https://www.quievrain.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "dc600bae7a03",
        "url": "https://www.quievrain.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "485d082a617b",
        "url": "https://www.quievrain.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9eb17e354466",
        "url": "https://www.quievrain.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7dae939ab3d8",
        "url": "https://www.quievrain.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e422c168e98b",
        "url": "https://www.quievrain.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "abd51b24c6fc",
        "url": "https://www.quievrain.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8836e95ea91a",
        "url": "https://www.quievrain.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ce7018cd9065",
        "url": "https://www.quievrain.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5064454b288e",
        "url": "https://www.quievrain.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "78ab3dd4ffb9",
        "url": "https://www.quievrain.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6b33dd8b9bfa",
        "url": "https://www.quievrain.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0486c1267bc3",
        "url": "https://www.quievrain.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1266d0c46eb9",
        "url": "https://www.quievrain.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6905699f04d6",
        "url": "https://www.quievrain.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "32cf5b59b6c1",
        "url": "https://www.quievrain.be/",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8ad1482c0968",
        "url": "https://www.quievrain.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3ed41e2fc383",
        "url": "https://www.quievrain.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1790f5d356ad",
        "url": "https://www.quievrain.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "03c201bf7387",
        "url": "https://www.quievrain.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cbc316ebabed",
        "url": "https://www.quievrain.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2903397d1663",
        "url": "https://www.quievrain.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9333a32e2164",
        "url": "https://www.quievrain.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "faff084b6c41",
        "url": "https://www.quievrain.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2ff4cb6dc204",
        "url": "https://www.quievrain.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b6be82f0e79a",
        "url": "https://www.quievrain.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "762e8868df7e",
        "url": "https://www.quievrain.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6a6ceb407f6d",
        "url": "https://www.quievrain.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6a187b9369ff",
        "url": "https://www.quievrain.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9c891ee50904",
        "url": "https://www.quievrain.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b86e133a4446",
        "url": "https://www.quievrain.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f02264fe8eb7",
        "url": "https://www.quievrain.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4f9aa671d57e",
        "url": "https://www.quievrain.be/",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fa9f429ee176",
        "url": "https://www.quievrain.be/",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "96da203ea1a9",
        "url": "https://www.quievrain.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "883b2499a3e4",
        "url": "https://www.quievrain.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7a5885ee01c9",
        "url": "https://www.quievrain.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "13d8ea803da4",
        "url": "https://www.quievrain.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7020c1b8487d",
        "url": "https://www.quievrain.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6338028bfb85",
        "url": "https://www.quievrain.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "60e4bf9422d1",
        "url": "https://www.quievrain.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "69e01828a266",
        "url": "https://www.quievrain.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "529e670bdacb",
        "url": "https://www.quievrain.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "72eed3628d99",
        "url": "https://www.quievrain.be/",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "873c66925279",
        "url": "https://www.quievrain.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3786d419daa6",
        "url": "https://www.quievrain.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "04d595359fda",
        "url": "https://www.quievrain.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7b414a77d9d6",
        "url": "https://www.quievrain.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "323919b2a39b",
        "url": "https://www.quievrain.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "71dbb3263c83",
        "url": "https://www.quievrain.be/",
        "ruleKey": "rule:aria_contentinfo_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "16f24db497a3",
        "url": "https://rumes-online.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0938927234ad",
        "url": "https://rumes-online.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5d5685dac91e",
        "url": "https://rumes-online.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "560c2e2b85b6",
        "url": "https://rumes-online.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a3a848e4392e",
        "url": "https://rumes-online.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e020a9a77b81",
        "url": "https://rumes-online.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "afb05ea8ceaf",
        "url": "https://rumes-online.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "dda45df26fa8",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:landmark-unique|light",
        "engine": "axe"
      },
      {
        "fingerprint": "301be9292cfa",
        "url": "https://rumes-online.be/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2acebdd097ee",
        "url": "https://rumes-online.be/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e3110961d686",
        "url": "https://rumes-online.be/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b6cf56af0fc4",
        "url": "https://rumes-online.be/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "901e674ccca5",
        "url": "https://rumes-online.be/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7cfc4da0cf80",
        "url": "https://rumes-online.be/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a3118d5688a5",
        "url": "https://rumes-online.be/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ed32ecfe0406",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "95a8f1c9dfe0",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6baf7f2f553f",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f8dd72964b67",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7ce0167ac965",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e8800de4b428",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "735e67a705b4",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "27fc4b8d1a68",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3790caac4b8a",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "74ad085e898b",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d238b1c90245",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cffa37f53f95",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a9dd3afdfe1b",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f8b267743fde",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3990957efefc",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c1f5e4417493",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "026606f9de73",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6f9c2498aea8",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bfa3780bc6b9",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2defaaa620d1",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e7e041a57e35",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:skip-link|light",
        "engine": "axe"
      },
      {
        "fingerprint": "82b6f23affa2",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:tabindex|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c1821056bca2",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "15d7b8ed4cb7",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "31f18fe6fe98",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2f02809eec6f",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f3c005babd74",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:style_background_decorative|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "43171596b53f",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e8c662938bf4",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "425e4933ddd6",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "db186cf88bdf",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "350051d17dee",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:aria_navigation_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7b3fa856ecc3",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3f3de111a3a4",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "54573472ef4f",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "97622b1e321c",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a1820324baff",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:widget_tabbable_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "800a63129de8",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3db86cf3f2ab",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2814fe4d32ac",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:widget_tabbable_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dc32eddae35e",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ac13b7c67603",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:widget_tabbable_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e1c6e018efa2",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c3b8a689f360",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:widget_tabbable_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6e17837282c7",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dc88da40e65c",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:widget_tabbable_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4a2ceb6b655f",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f1f6a3384ac7",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:widget_tabbable_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e108a4a27f9f",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5323cf452262",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:widget_tabbable_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1930db4f359a",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "59773637e125",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:widget_tabbable_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c1c18579b4a1",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4c3957bba7d4",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:widget_tabbable_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3f3dd5b50fbe",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fc8f20d3de66",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d720ecc51cbb",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a138c3df7c06",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "363130beffc0",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:img_alt_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bd8b8ab48a4d",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "05ceab1bd536",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:aria_navigation_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6fd33196f574",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7f29d0e8963d",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "84ab403aef42",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c2ba59b8ab90",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1fabcb579fb5",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c70a5a20b71d",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5045757b4095",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bea185075e39",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "412c55b3ad44",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6e9501e8bf40",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b21c0e0b0f3d",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "14280701b3c3",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7756200c3550",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "37e8504da816",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d2b7718cbfdf",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "936178844067",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "22f88771d781",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c30346c809b6",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "365a24ec5e66",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aad6801aba54",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7c42bbfb5c6c",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8031aaca66b6",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "94e5f62452a0",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f0502bdcaf8c",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dbe0f9b6c75c",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9178384a1b6b",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "612cc3884abb",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "40a0581ac201",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "109d82641909",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "118676c36356",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "05aa53a57bad",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4067fa194be6",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d18e9572e563",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "788897198976",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4a7a23190d43",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "028ec792217f",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "28e282bb46fe",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "45f624791618",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "41eb65667fb0",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "233956c6bf9e",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "68e5c8d9b8fa",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f6620a646b60",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4f79f17f0b7f",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "57f1a0ff42de",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5b091c198816",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8373c5116c71",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9cf390a90196",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5e09c537c038",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ca6bf32dac85",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9620f63ba9de",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "16c4e0c92abf",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "50808bcd9b6b",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c44f2db14891",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3351a0b33ccd",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c56e62a48b5e",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4b9a2aa2701c",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f211ec7310ec",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "680e2b085c68",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8246dd1328d7",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cbcb0d097a5e",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "454c4d4dfc81",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:aria_complementary_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4f12a3543403",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7fd42056d3ee",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "df51978035c0",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8ea1fe2ec462",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b5d775e8f9f",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "450e2ce8d336",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cfec469bce0e",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2380ab99b91f",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aae6b6a599a0",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5cd4c2a668ad",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c7107eff4909",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5fff6819eb25",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0f8e5904a9e0",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8c87dd449d9b",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8731b95e7c8f",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "386bab1276c5",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0459fc71725b",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cb9b87059835",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ee3b51d58692",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "09111ada4b4d",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d55b11f95748",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "79a26899512e",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7d0d97251740",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1cd9a207a450",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c595def1d8d8",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "663863e64834",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "48fcb0128cb1",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2c30c3b75956",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c8075a929471",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f5aa9e4264ca",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "98578d406fa0",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b794496ad0af",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5c1f1cf7b4cd",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e4949fdc7ed6",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "703d75cb3e3e",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "edd850c98ad9",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fdd3953b402c",
        "url": "https://rumes-online.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2d055b7aa974",
        "url": "https://www.saint-ghislain.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2b161d733a22",
        "url": "https://www.saint-ghislain.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3dc50f6c1189",
        "url": "https://www.saint-ghislain.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c4bd630a14ec",
        "url": "https://www.saint-ghislain.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "efe6425cb40f",
        "url": "https://www.saint-ghislain.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "698d48200306",
        "url": "https://www.saint-ghislain.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3c48e3e8da78",
        "url": "https://www.saint-ghislain.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "916b352e2f43",
        "url": "https://www.saint-ghislain.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3a2b61c62342",
        "url": "https://www.saint-ghislain.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3604b768d0f5",
        "url": "https://www.saint-ghislain.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c31f39c8bd17",
        "url": "https://www.saint-ghislain.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "71219ac0bf48",
        "url": "https://www.saint-ghislain.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "144f95ded2a4",
        "url": "https://www.saint-ghislain.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f3f1d7754f82",
        "url": "https://www.saint-ghislain.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ab1adb9b302a",
        "url": "https://www.saint-ghislain.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0c45cc1f157a",
        "url": "https://www.saint-ghislain.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "66e8456430b6",
        "url": "https://www.saint-ghislain.be/",
        "ruleKey": "rule:aria_complementary_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "411aee966d5c",
        "url": "https://www.saint-ghislain.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4b6eaad49c97",
        "url": "https://www.saint-ghislain.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0a1e7e6922b1",
        "url": "https://www.saint-ghislain.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ebbbce817929",
        "url": "https://www.saint-ghislain.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d8dec14d6783",
        "url": "https://www.saint-ghislain.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8cecbdf6faa6",
        "url": "https://www.saint-ghislain.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0ea3e6f6a330",
        "url": "https://www.saint-ghislain.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a4c2aa2aa584",
        "url": "https://www.saint-ghislain.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "06a9ce39649e",
        "url": "https://www.saint-ghislain.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4c127418883c",
        "url": "https://www.saint-ghislain.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "07a77e910077",
        "url": "https://www.saint-ghislain.be/",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e0fe93d12df2",
        "url": "https://www.saint-ghislain.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b42beb8d13b9",
        "url": "https://www.saint-ghislain.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e3895ba26b25",
        "url": "https://www.saint-ghislain.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0d67e21a227e",
        "url": "https://www.saint-ghislain.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4390a089046a",
        "url": "https://www.saint-ghislain.be/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c2bf928b297f",
        "url": "https://www.saint-ghislain.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1d77367ffa86",
        "url": "https://www.saint-ghislain.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8de6114b3bcb",
        "url": "https://www.saint-ghislain.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "405e62c7a71f",
        "url": "https://www.saint-ghislain.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b15e865f6b65",
        "url": "https://www.saint-ghislain.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d52821c4f282",
        "url": "https://www.saint-ghislain.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "905848d76b8b",
        "url": "https://www.saint-ghislain.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bd47ae66669f",
        "url": "https://www.saint-ghislain.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dc4cc7b67413",
        "url": "https://www.saint-ghislain.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "440497393ab7",
        "url": "https://www.saint-ghislain.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e8c51165cbe0",
        "url": "https://www.saint-ghislain.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b1ae556180fe",
        "url": "https://www.saint-ghislain.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2ddb2d131228",
        "url": "https://www.saint-ghislain.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a414f0aa14a6",
        "url": "https://www.saint-ghislain.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "53b9342becb0",
        "url": "https://www.saint-ghislain.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "819528992224",
        "url": "https://www.seneffe.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "367e72f8405f",
        "url": "https://www.seneffe.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f6c9e600e2bf",
        "url": "https://www.seneffe.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "408328e74ecc",
        "url": "https://www.seneffe.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "00acd472e925",
        "url": "https://www.seneffe.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6e0341093e45",
        "url": "https://www.seneffe.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9c27d8f00a68",
        "url": "https://www.seneffe.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "400557a5fddc",
        "url": "https://www.seneffe.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "23e89193b3a0",
        "url": "https://www.seneffe.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d3f446c4721c",
        "url": "https://www.seneffe.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c56c9b5df429",
        "url": "https://www.seneffe.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "79e815f7e192",
        "url": "https://www.seneffe.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0d7dfe9d5d43",
        "url": "https://www.seneffe.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d3b9cce58e75",
        "url": "https://www.seneffe.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "da1008b767da",
        "url": "https://www.seneffe.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a639876e563d",
        "url": "https://www.seneffe.be/",
        "ruleKey": "rule:aria_complementary_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "61bdfc1abf22",
        "url": "https://www.seneffe.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1752bc515244",
        "url": "https://www.seneffe.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4b5441acf85f",
        "url": "https://www.seneffe.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "abb4ea91a26f",
        "url": "https://www.seneffe.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ff595b0702f4",
        "url": "https://www.seneffe.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b6bb988b3740",
        "url": "https://www.seneffe.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "02aacefde5c8",
        "url": "https://www.seneffe.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6463f8a16755",
        "url": "https://www.seneffe.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f39daab29c5a",
        "url": "https://www.seneffe.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "de4a65e847f8",
        "url": "https://www.seneffe.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "475c4c2a4740",
        "url": "https://www.seneffe.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a35d4c939139",
        "url": "https://www.seneffe.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c9cb2dddb5d9",
        "url": "https://www.seneffe.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "934a020e33e6",
        "url": "https://www.seneffe.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5c9fd27c2d9d",
        "url": "https://www.seneffe.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c77256573253",
        "url": "https://www.seneffe.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9d99b14daa80",
        "url": "https://www.seneffe.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fe4456f78af4",
        "url": "https://www.seneffe.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a2589f53cfad",
        "url": "https://www.seneffe.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2993be25f321",
        "url": "https://www.seneffe.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8e4ab6948597",
        "url": "https://www.seneffe.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "765e72f9a5ab",
        "url": "https://www.seneffe.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fecda3d801cf",
        "url": "https://www.seneffe.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b80a9cfbe220",
        "url": "https://www.seneffe.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4d1813cafdc2",
        "url": "https://www.seneffe.be/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1857aae5ddb7",
        "url": "https://www.seneffe.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "05e4a757aedc",
        "url": "https://www.seneffe.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3e9fa47b6799",
        "url": "https://www.seneffe.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e19bcdcd5858",
        "url": "https://www.seneffe.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "56b86700235e",
        "url": "https://www.seneffe.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "46676fd95c87",
        "url": "https://www.seneffe.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3b438dbe15bd",
        "url": "https://www.seneffe.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2d82a257a926",
        "url": "https://www.seneffe.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2a9aab2009dc",
        "url": "https://www.seneffe.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "47e7ea6f1b8f",
        "url": "https://www.seneffe.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3558a0cb8195",
        "url": "https://www.seneffe.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d8a27da5b4a7",
        "url": "https://www.seneffe.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "38c2f02aa339",
        "url": "https://www.seneffe.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a63cb8ace300",
        "url": "https://www.seneffe.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f0398a3dc954",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6a86a9d63d59",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "46f25c5a6a13",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "db9d8477d12f",
        "url": "https://www.silly.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0133b7099fa2",
        "url": "https://www.silly.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a893e7b56ed3",
        "url": "https://www.silly.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1a146ebf37c2",
        "url": "https://www.silly.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0e8dcde637f3",
        "url": "https://www.silly.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "abafe17e4a95",
        "url": "https://www.silly.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f5014aa7a3b1",
        "url": "https://www.silly.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "870d3e3ecf31",
        "url": "https://www.silly.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "81c8e98fe93d",
        "url": "https://www.silly.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7879489e4965",
        "url": "https://www.silly.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6c70053ca61c",
        "url": "https://www.silly.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f0b36640eab9",
        "url": "https://www.silly.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a94c13e4725e",
        "url": "https://www.silly.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "96bf6a080f6a",
        "url": "https://www.silly.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8a9bb66c105d",
        "url": "https://www.silly.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e9898ade682e",
        "url": "https://www.silly.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8e2cf30eeb8f",
        "url": "https://www.silly.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "46f92acadba6",
        "url": "https://www.silly.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cd56f51756b0",
        "url": "https://www.silly.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f16868482e55",
        "url": "https://www.silly.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8007607a8f30",
        "url": "https://www.silly.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "940b86740b0e",
        "url": "https://www.silly.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d249f698d4c5",
        "url": "https://www.silly.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "72f12a19b2f9",
        "url": "https://www.silly.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e007c572f045",
        "url": "https://www.silly.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c8fd05280dc8",
        "url": "https://www.silly.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "537d99ba829e",
        "url": "https://www.silly.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f98fd88ad4d0",
        "url": "https://www.silly.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d1dd08237def",
        "url": "https://www.silly.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "358a05084db8",
        "url": "https://www.silly.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "17b023a45623",
        "url": "https://www.silly.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3d4ae76a83ec",
        "url": "https://www.silly.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "89a7430da41a",
        "url": "https://www.silly.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f591735bd756",
        "url": "https://www.silly.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fe08732ca870",
        "url": "https://www.silly.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b2d4ad56f910",
        "url": "https://www.silly.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7dce4f407617",
        "url": "https://www.silly.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "99727d8c4160",
        "url": "https://www.silly.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c3eca471b768",
        "url": "https://www.silly.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2d6376792506",
        "url": "https://www.silly.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8ce589fe94ad",
        "url": "https://www.silly.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0174573e0d60",
        "url": "https://www.silly.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5c05e86c4e11",
        "url": "https://www.silly.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "adcea37a9a40",
        "url": "https://www.silly.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d4b07e4576af",
        "url": "https://www.silly.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4b7338bf80f0",
        "url": "https://www.silly.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e3fc2d7bfcfb",
        "url": "https://www.silly.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "833e19f0665a",
        "url": "https://www.silly.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6be473fc9c03",
        "url": "https://www.silly.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "de43ce8767ab",
        "url": "https://www.silly.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0598b16e0f9f",
        "url": "https://www.silly.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fb832a481566",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3b0f2c3d3666",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e4a7aa1e0440",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1a462c75aa3a",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "54b0a0dd03cf",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "126dc1d2addd",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "271960b2dcb9",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f59a59a04cd6",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "19638526802f",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1a72b8118862",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:aria_complementary_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fbb0af3248a4",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "49d0de1b9a19",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ab4d32e39a83",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "89b23698ea62",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c9fdb1cb85f9",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "96ac9efe9ab8",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c37b565ce93a",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ac53c59802f0",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ae6c808d9ff6",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cfdecdbb3fda",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "12581da41477",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3e2035d0f969",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3cc498912990",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d8688bacf2c6",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ad8ac94d91cb",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6226aad24065",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bc159995c7df",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "51394ccea9ce",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9060b8f5b016",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "76b5be75e90e",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c81fe73e4453",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c0bfa62ef330",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d1038f113689",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "19ccd99fd27f",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fbe5a4f11641",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e3980dc67285",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "666863e47731",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "450f4eff9576",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3b722120e619",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fe52872f52ce",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "125f72bd7bc9",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7d189095396d",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8d0fea46334e",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d6ed7f1efbd2",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c4ab6017495b",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2f70ed111fe5",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "feb4061c8f0e",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e5280f100b19",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "759383113994",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "672a351d9325",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "825ecbd5e905",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6b69f892323e",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "05a6faf23be1",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "de5d5a45c664",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c05c42aceb8b",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "62c49feb85e7",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4d4fc337159a",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e9f2d60dc4cd",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c00e4034411c",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fdb78575f69f",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6f71c3e88838",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3d4381ddc26a",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c8be69097faa",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "097e61310632",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8d5222962b1b",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cdbb66a26a9f",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5966a72aa8ef",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "132d3a5b3114",
        "url": "https://www.silly.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "da8b8f3e3676",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e5ec2cc18396",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "dcd3d1b21b01",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "10e44da03267",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c20717d846cc",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d6c0a3d33327",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c944bd919789",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "54c6f21ef14b",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f1a6544c24f9",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "05444274ea77",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b0441930e96c",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5ba4ff682c75",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c4040b4348bd",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e3d865ffb989",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:landmark-one-main|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6b6711c0ca37",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:landmark-one-main|light",
        "engine": "axe"
      },
      {
        "fingerprint": "37035d3115dc",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "727e01fae4f9",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "886d50965a5c",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "37c0286778e4",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "04bfaa851e85",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "071cc35c893c",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f40220a692df",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "26f969d55fb9",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "707d07e01e57",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9ac98db820fa",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "58c613fecf5a",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "09d316465f71",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bbed46e524db",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "wcag:wcag144|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e225224c9df1",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f1db5e8a13b3",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:page-has-heading-one|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a44ce01d8bc4",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bb439b8e3a35",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "57d1852afdb8",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b737b0cb7f75",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ace27bd23896",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "21bd678ac237",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "028e0502a554",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "13f93cac7a22",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3ca1b629a876",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "939af9d94046",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4434633f0978",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fc4900bde760",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8eb120b24ef2",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9f494de318d1",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8be5d399ba7a",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "09b665baf094",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d0b0beca54ba",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1c96379959a3",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a1661b2770c6",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9180b786c2d1",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1f249fb19e55",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c0640250e9cb",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "eb753db114cc",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "dcb34e766546",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0b523e472ede",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "42c8bbf7edfb",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6e1789c63c97",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "58c3b8d68ed4",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6f7e2b3992c3",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3871e6667599",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4501c27586b0",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0764710f7dcd",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ebfeb1eb8904",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "377eb63ffe19",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e9fae239f8f4",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "936a320954bd",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "550fe8a48713",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2ccfb478fb98",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "38f0e1e25920",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4036262152c2",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "14bb20f5f1e1",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3d34a53e7338",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:aria_form_label_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "543411809708",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:aria_landmark_name_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3f8996dbf85d",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "040c0003a863",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "39a992ef1821",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "98e5d8fed765",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cd59c0d86c3b",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:aria_attribute_value_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "52deef0fee59",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b47e9e58ba22",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:aria_attribute_value_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8e44f462bb04",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "263c005b4fc4",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:aria_attribute_value_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4c43ab5a224d",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6688b31aa037",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:aria_attribute_value_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7accd5fd1ca5",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3d427446c0b2",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:aria_attribute_value_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "15b32358aa51",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:aria_attribute_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e81c06e9ccd2",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "19b21f147a81",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3c9d6ee89b32",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c38ee78afe64",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:heading_content_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b618bc431744",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a76ed4c321cb",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5d2f4cfbea44",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "17b73a430949",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4a2cd22315a2",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b8e05e5744e5",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0b857bb3fbe6",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f8af9432c472",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f220100acd90",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dcb261869865",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a63de7062ded",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "379538f7d883",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b239c4d3965e",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "de8a1564a2ce",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6b555f1f9194",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f935f1902b62",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6536d4fdfcff",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8c49a4836e3a",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "863b148b7c78",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9ebc8833e3a8",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "26b5bcf92e9c",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a5d6ba76177c",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bfa35cb82c2c",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "da5fe48c4217",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "76471fef6d31",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "50c17eac480c",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9947f3b5ca43",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "abadeb11b4e9",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:aria_hidden_nontabbable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "19c65d7873be",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "147f8b3989e5",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d67b762ed188",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c68225fd27a1",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3f479de8a371",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6a50df732a23",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1a541a80cbf9",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "79f4e91320eb",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "019b4831f3d0",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "aa8b793a65f8",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c4207d1d5bc7",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4c8e0e33ebf0",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8d866b9dfc77",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8e85302fa8b6",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "16c9a4307aec",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f9a670a853ae",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c0d27c0fc2f9",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:table_headers_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3377f1a6b6f6",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bf45444ff460",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "27762bea37d2",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4bc812bbc6f2",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6ffa57c1fe91",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6dddfcd76b07",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7add3a6caeaf",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "143fcb59070d",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:a_text_purpose|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "583081e5e9f7",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9d4fb520879a",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:img_alt_null|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "44d1bd0dd7f7",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8e13d5a60a9c",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2008870587b2",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "081bd3fc4468",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5fc556757380",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:frame_src_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c2d5d8a5e65d",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "762b13df8479",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:html_lang_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e73ed0cec00a",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:html_skipnav_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8710e19e442b",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:aria_contentinfo_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "219c75a35a9a",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3e6aaa38f1b5",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f2846e5aeb76",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d4b1df9f5c05",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5c3457088af2",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f764b62ee5bd",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3e4c700f5d44",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d060979992c1",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eac0337abf5e",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ec0fdd0cc505",
        "url": "https://www.sivry-rance.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1094fb5c3c9f",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0a5fb4778644",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "68f815b98951",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6f0882fdde79",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "38e1610d25dc",
        "url": "https://www.thuin.be/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b7812a7dbea9",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1e910c388981",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "19cc0662363a",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0613ba14dc8a",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f6ba6ad7f4c5",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:style_viewport_resizable|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f18fad4ba50a",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9e45a20a347d",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d4c86cefec58",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6e4312137659",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "bb23bd38bf70",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3f5e1d106c1e",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3383a62d929d",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "343b4b699ad3",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2932bf6d8f6c",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5804cbca4c84",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fa933f348718",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5ab3cc3af2f2",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "41546e7c1d5c",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dc6b4c571d98",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "10813925d2e6",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e27c3975f452",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a1d8b3753624",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3f3aeb351e4d",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:label_name_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e3f88a3e7868",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ff15faecebba",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ea4e5e8afe07",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ee9575cb01ff",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:aria_complementary_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7393cd201ffa",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9da4175400b3",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3edf7091fd6f",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5856989ba473",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b07e44fc513c",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3c7cbe44d77f",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e6ca04ce9212",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "01ffdd7f9bfd",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7df01d388aab",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "39a18479a2a7",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "958c40ab6191",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6625ba43d9e2",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "afb5711be700",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5d7cc9c272c7",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e14fdb467321",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ae0afb266204",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d3351281513d",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "54006d94e163",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5783f13e760d",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cdaa7925484d",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c061c3d7d30e",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "61c3d0c9ead3",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "9c3b2671d249",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "94b0194fe0cd",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:figure_label_exists|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d16d368b4a13",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d5f475113ac2",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:element_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0bbfbd02ff6b",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2eeb543b3785",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "854093974a6a",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "94cffc0fc0f0",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "fb85d028c7a1",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b72f54c52592",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "55ffd9512fc6",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "5554de19c610",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7c874a02be7c",
        "url": "https://www.thuin.be/",
        "ruleKey": "rule:aria_content_in_landmark|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0a83f1becdb6",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5ffa88a5f050",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:tabindex|light",
        "engine": "axe"
      },
      {
        "fingerprint": "182e9d644637",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "eec170e08038",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2b4bd02332c8",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4c3e159aef1b",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c6f785efdfa5",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "ac902cfc1e24",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f6b926632bd2",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a97371d81236",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "dbd8cd1360ef",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "3d1ea04ff79f",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1788dc3fa650",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a062c2eb281a",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "03ed78aca2c3",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d377b8f20c6b",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:aria_id_unique|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7f3a3badd55c",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "89ab14c3bd66",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0963e3b0b810",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4e4b85709fc1",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "89b86fe84372",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "741d1b4152e5",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7fd6de03ecca",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c5fde2aa0e39",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "24131e7ef7ea",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:aria_descendant_valid|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c84c88840e71",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "0dcffe4668e6",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "e7c3f98a2715",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "011cc1b37712",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:text_contrast_sufficient|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "c234309f8098",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f79744a93e27",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "593181b9a94d",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6b9331623c51",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "11588a4392b1",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "2dbc20a30675",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7b6fa3b4b884",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "be241dc00a4e",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8743a2ae9a2f",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cd5362863840",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "11d35071043a",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "87a44980f79f",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "12cf0c19d2e5",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "6ce1ec8cf299",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "387cef24ab39",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "4b6b47c9d162",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cb8762e6e9d5",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "31b74aec3857",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "243b585d591f",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "a2eab7129567",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "8a35aaadb796",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "004d198b84d0",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "f115d3f20d75",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "1810912da92c",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d4da2b38b091",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "7e74d14b0435",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "cc352bb0fa84",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "65ffc1ad7957",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "773d42176741",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "b92b14a7c91f",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "507aefe917bc",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:element_tabbable_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d229b7293bc5",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "d535eb8fd489",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "46e65a1e7162",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "28c95e98c220",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      },
      {
        "fingerprint": "29bf144d9216",
        "url": "https://www.tournai.be/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess"
      }
    ],
    "resolvedIssues": []
  }
}
